summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Check that OpenStack hostnames are resolvableLénaïc Huard2016-10-061-6/+9
| | | | | | | | | | | | | | | | If they’re not, then use IP instead
| * | | Apply same pattern to HA master servicesScott Dodson2016-10-101-0/+12
| | | |
| * | | Improve how we handle containerized node failure on first startupScott Dodson2016-10-101-11/+3
| | | |
| * | | Retry failed master startup onceDan Mace2016-10-071-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Master startup can fail when ec2 transparently reallocates the block storage, causing etcd writes to temporarily fail. Retry failures blindly just once to allow time for this transient condition to to resolve and for systemd to restart the master (which will eventually succeed). https://github.com/coreos/etcd/issues/3864 https://github.com/openshift/origin/issues/6065 https://github.com/openshift/origin/issues/6447
* | | | set defaults for debug_level in template and taskJustin Cook2016-10-112-2/+2
|/ / /
* | | Merge pull request #2565 from vishpat/etcdAndrew Butcher2016-10-071-1/+4
|\ \ \ | | | | | | | | Nuage Monitor: Enumerate over etcd servers
| * | | Changes for etcd serversVishal Patil2016-10-071-1/+4
| | | |
* | | | [logging] Fix openshift_hosted_logging_fluentd_nodeselectorScott Dodson2016-10-071-1/+1
| |_|/ |/| |
* | | Merge pull request #2548 from dgoodwin/containerized-bScott Dodson2016-10-061-1/+3
|\ \ \ | |/ / |/| | Error out if containerized=true for lb host.
| * | Error out if containerized=true for lb host.Devan Goodwin2016-10-061-1/+3
| |/
* | Merge pull request #2558 from jtslear/issue-2423Scott Dodson2016-10-061-6/+0
|\ \ | | | | | | Removes an unused file
| * | Removes an unused fileJohn T Skarbek2016-10-051-6/+0
| | | | | | | | | | | | * closes openshift/openshift-ansible#2423
* | | Merge pull request #2556 from sdodson/image-stream-syncScott Dodson2016-10-06110-28/+51671
|\ \ \ | |/ / |/| | Add v1.4 content, update v1.3 content to latest
| * | Update v1.3 contentScott Dodson2016-10-0512-26/+97
| | |
| * | Add v1.4 contentScott Dodson2016-10-0598-2/+51574
| | |
* | | Merge pull request #2546 from abutcher/master-debug-levelTim Bielawa2016-10-052-1/+1
|\ \ \ | |/ / |/| | Bug 1366522 - The value of "debug_level" isn't applied to /etc/sysconfig/atomic-openshift-master
| * | Move openshift.common.debug.level to openshift_facts.Andrew Butcher2016-10-052-1/+1
| | |
* | | Merge pull request #2544 from abutcher/registry-checkScott Dodson2016-10-052-0/+15
|\ \ \ | |_|/ |/| | Don't secure registry or deploy registry console when infra replicas == 0
| * | Don't secure registry or deploy registry console when infra replics == 0Andrew Butcher2016-10-042-0/+15
| | |
* | | Merge pull request #2511 from vishpat/nuage_haAndrew Butcher2016-10-0412-106/+71
|\ \ \ | |_|/ |/| | Changes for Nuage HA
| * | Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-038-116/+53
| | | | | | | | | | | | frontends/backends.
| * | Addressed review commentsVishal Patil2016-09-292-10/+11
| | |
| * | Changes for Nuage HAVishal Patil2016-09-276-3/+30
| | |
* | | Merge pull request #2538 from DG-i/masterAndrew Butcher2016-10-041-0/+3
|\ \ \ | | | | | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured
| * | | Check if openshift_master_ingress_ip_network_cidr is definedMathias Merscher2016-10-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
| * | | allow networkConfig.ingressIPNetworkCIDRs to be configuredMathias Merscher2016-10-041-0/+3
| | |/ | |/| | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
* | | Merge pull request #2441 from dgoodwin/34-upgrade-improvementsAndrew Butcher2016-10-044-6/+6
|\ \ \ | |/ / |/| | 3.4 Upgrade Improvements
| * | Skip the docker role in early upgrade stages.Devan Goodwin2016-09-294-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues)
* | | Merge pull request #2475 from smunilla/registry_all_the_timeScott Dodson2016-09-306-12/+73
|\ \ \ | | | | | | | | Install Registry by Default
| * | | Further secure registry improvementsAndrew Butcher2016-09-293-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | - Default to hosted_registry_insecure=False - Add openshift ca to system ca-trust. - Update ca trust in openshift_node_certificates rather than docker_ca_trust
| * | | Secure registry improvements.Andrew Butcher2016-09-293-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
* | | | Merge pull request #2514 from lhuard1A/rhel_subscribe_ose_3.3Jason DeTiberus2016-09-302-3/+3
|\ \ \ \ | | | | | | | | | | Make rhel_subscribe role default to OpenShift Container Platform 3.3
| * | | | Make rhel_subscribe role default to OpenShift Container Platform 3.3Lénaïc Huard2016-09-282-3/+3
| | |/ / | |/| |
* | | | Enable registry support for image pruningAndrew Lau2016-09-301-0/+2
| |/ / |/| |
* | | Merge pull request #2404 from sdodson/loggingScott Dodson2016-09-297-43/+64
|\ \ \ | | | | | | | | Logging fixes
| * | | Adjust wait for loopsScott Dodson2016-09-261-7/+7
| | | | | | | | | | | | | | | | | | | | For items that pull images delay=15, retries=20 = 5min wait For items that don't pull images, delay=5, retries=20 = < 2m wait
| * | | Add storage for loggingScott Dodson2016-09-264-31/+49
| | | |
| * | | Fix some bugs in OpenShift Hosted Logging roleStéphane Klein2016-09-262-1/+3
| | | | | | | | | | | | | | | | * Fix bug: now create templates for logging accounts and the deployer use {{ examples_base }} variable
| * | | Label all nodes for fluentdScott Dodson2016-09-263-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Need to come back to this and figure out the right thing to do here. I think we should make the node selector flag for fluentd immutable and then have the user specify a selector with which to apply the label.
| * | | Rename openshift_hosted_logging_image_{prefix,version} to match metricsScott Dodson2016-09-261-3/+3
| | | |
| * | | Fix deployer template for enterpriseScott Dodson2016-09-261-3/+2
| | |/ | |/| | | | | | | See https://github.com/openshift/origin-aggregated-logging/pull/218
* | | Set named certificate destinations as basenames of provided paths.Andrew Butcher2016-09-291-3/+3
| | |
* | | Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard2016-09-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Whereas with the OpenStack keystone v2 authentication API, the username and the password are enough, the keystone v3 API requires an additional domain parameter. Fixes #2515
* | | Merge pull request #2518 from abutcher/quiet-timeScott Dodson2016-09-2810-6/+39
|\ \ \ | | | | | | | | Reduce warning output
| * | | Suppress more warnings.Andrew Butcher2016-09-2810-6/+39
| | |/ | |/|
* / | Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is emptyRobert Bohne2016-09-281-4/+1
|/ / | | | | | | | | | | | | | | | | | | | | If openshift_cockpit_deployer_prefix was empty then they called "-p IMAGE_PREFIX=" and this overwrite the template default. For example: ``` grep -A1 -B1 'name: IMAGE_PREFIX' examples/infrastructure-templates/enterprise/registry-console.yaml - description: 'Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/"' name: IMAGE_PREFIX value: "registry.access.redhat.com/openshift3/" ```
* | Fix deployer template for enterpriseScott Dodson2016-09-271-3/+2
| | | | | | | | See https://github.com/openshift/origin-aggregated-logging/pull/218
* | Merge pull request #2502 from sdodson/rhel-73-systemdScott Dodson2016-09-262-3/+5
|\ \ | | | | | | test fix for systemd changes
| * | tweak logicJason DeTiberus2016-09-262-3/+3
| | |
| * | test fix for systemd changesScott Dodson2016-09-262-3/+5
| |/