summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix ansible_syntax checkRussell Teague2017-09-051-1/+1
|
* Merge pull request #5288 from mtnbikenc/etcd-entry-standardizationRussell Teague2017-09-036-40/+4
|\ | | | | Standardize etcd entry point playbooks
| * Standardize etcd entry point playbooksRussell Teague2017-09-016-40/+4
| |
* | Merge pull request #5287 from mtnbikenc/deprecation-checksOpenShift Bot2017-09-022-26/+61
|\ \ | | | | | | Merged by openshift-bot
| * | Adding deprecation checks to ansible_syntaxRussell Teague2017-09-012-26/+61
| | |
* | | Merge pull request #5261 from mgugino-upstream-stage/remove-dns-openshift-factsOpenShift Bot2017-09-019-170/+0
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Removed dns roleMichael Gugino2017-08-319-170/+0
| | | | | | | | | | | | | | | | This commit removes now-unused dns role.
* | | | Merge pull request #5260 from ↵OpenShift Bot2017-09-014-18/+12
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | mgugino-upstream-stage/remove-clock-from-openshift-facts Merged by openshift-bot
| * | | Remove meta depends from clockMichael Gugino2017-08-294-18/+12
| | | | | | | | | | | | | | | | This role removes openshift_fact meta depends from clock role.
* | | | Merge pull request #5285 from mtnbikenc/breakout-master-configOpenShift Bot2017-09-015-10/+9
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot
| * | | Break out master config into stand-alone playbookRussell Teague2017-09-015-10/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Added byo/openshift-master/config.yml as a new entry point for performing master installation. Excluder disable/enable for master has been moved to common/openshift-master/config.yml to follow a standard pattern that could be used for both installation and scaleup playbooks.
* | | Merge pull request #5282 from mtnbikenc/breakout-node-configOpenShift Bot2017-09-018-72/+39
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Break out node config into stand-alone playbookRussell Teague2017-08-318-72/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added byo/openshift-node/config.yml as a new entry point for performing node installation. This playbook must be run after masters have already been deployed. Excluder disable/enable for both nodes and masters has been moved their respective config.yml. This created a common pattern that could be used for both installation and scaleup playbooks.
* | | | Merge pull request #5283 from mtnbikenc/move-aio-failOpenShift Bot2017-09-012-7/+10
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Move all-in-one fail check to evaluate_groups.ymlRussell Teague2017-08-312-7/+10
| |/ / /
* | | | Merge pull request #5259 from mtnbikenc/fix-upgrade-auth-checkRussell Teague2017-08-311-0/+1
|\ \ \ \ | |/ / / |/| | | [BZ1486450] Only run migrate auth for < 3.7
| * | | Only run migrate auth for < 3.7Russell Teague2017-08-291-0/+1
| | | |
* | | | Merge pull request #5168 from bacek/fix_glusterfs_firewallKenny Woodson2017-08-311-2/+2
|\ \ \ \ | |_|_|/ |/| | | Fix typo in variable names for glusterfs firewall configuration
| * | | Fix typo in variable names for glusterfs firewall configurationVasily Chekalkin2017-08-311-2/+2
| | | |
* | | | Merge pull request #5035 from ↵Rodolfo Carvalho2017-08-311-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Miciah/openshift_checks-ignore-hidden-files-in-checks-directory openshift_checks: ignore hidden files in checks dir
| * | | | openshift_checks: ignore hidden files in checks dirMiciah Masters2017-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | load_checks: Ignore hidden files when scanning the directory for checks.
* | | | | Merge pull request #5271 from sosiouxme/20170830-disk-avail-bugRodolfo Carvalho2017-08-311-4/+1
|\ \ \ \ \ | | | | | | | | | | | | disk_availability: fix bug where msg is overwritten
| * | | | | disk_availability: fix bug where msg is overwrittenLuke Meyer2017-08-301-4/+1
| | | | | |
* | | | | | Merge pull request #5189 from wozniakjan/logging_purge_uninstallOpenShift Bot2017-08-313-3/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | Bug 1467265 - logging: add 'purge' option with uninstallJan Wozniak2017-08-243-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The common uninstall would keep PVC around to prevent unwanted data loss during reinstalls. There is a scenario where the user may want complete removal of EFK stack including PVC. This change adds an optional `openshift_logging_purge_logging` variable to completely remove the EFK stack. By default, this is set to 'False' and only works if user sets `openshift_logging_install_logging` to 'False' to initiate the uninstallation process.
* | | | | | | Merge pull request #5247 from mgugino-upstream-stage/fix-master-upgradesOpenShift Bot2017-08-303-7/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Fix openshift_master upgradeMichael Gugino2017-08-293-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, openshift_master upgrade play imports tasks directly from the openshift_master role. This method does not honor role defaults. This commit changes sets openshift_master_config_dir if undefined.
* | | | | | | | Merge pull request #5188 from mtnbikenc/test-common-entryRussell Teague2017-08-3023-47/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Test: Fail on entry point playbooks in common
| * | | | | | | | Test: Fail on entry point playbooks in commonRussell Teague2017-08-2923-47/+37
| | | | | | | | |
* | | | | | | | | Merge pull request #5270 from kwoodson/etcd_firewall_defaultsKenny Woodson2017-08-301-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | etcd role will default to global firewall settings when set.
| * | | | | | | | | Added firwall defaults to etcd role.Kenny Woodson2017-08-301-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5230 from kwoodson/openshift_node_bootstrapOpenShift Bot2017-08-3021-390/+396
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-2921-391/+397
| | | | | | | | | | |
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.123.0].Jenkins CD Merge Bot2017-08-302-2/+5
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.122.0].Jenkins CD Merge Bot2017-08-302-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | Merge pull request #5258 from ozdanborne/update-calicoScott Dodson2017-08-302-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update calico to v2.5
| * | | | | | | | | | Update calico to v2.5Dan Osborne2017-08-292-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5268 from abutcher/multi-router-exampleScott Dodson2017-08-302-76/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update openshift_hosted_routers example to be in ini format.
| * | | | | | | | | | Update openshift_hosted_routers example to be in ini format.Andrew Butcher2017-08-302-76/+4
| | | | | | | | | | |
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.121.0].Jenkins CD Merge Bot2017-08-302-2/+16
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | | | | Merge pull request #5252 from mtnbikenc/fix-group-conditionalOpenShift Bot2017-08-301-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | Fix group conditional requirementsRussell Teague2017-08-291-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5245 from ewolinetz/fix_oc_serviceScott Dodson2017-08-303-48/+22
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Updating openshift_service_catalog to use oc_service over oc_obj to r…
| * | | | | | | | | Updating openshift_service_catalog to use oc_service over oc_obj to resolve ↵Eric Wolinetz2017-08-283-48/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | idempotency issues being seen from rerunning role
* | | | | | | | | | Merge pull request #4568 from simon3z/cfme-nfs-directoryScott Dodson2017-08-304-3/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | openshift_cfme: add nfs directory support
| * | | | | | | | | | openshift_cfme: add nfs directory supportFederico Simoncelli2017-06-234-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
* | | | | | | | | | | Merge pull request #5228 from sosiouxme/20170825-timeout-skopeoRodolfo Carvalho2017-08-301-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | docker_image_availability: timeout skopeo inspect
| * | | | | | | | | | | docker_image_availability: timeout skopeo inspectLuke Meyer2017-08-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set a 10 second timeout when using skopeo to inspect remote registries, so that it does not wait for a tcp timeout to fail if they are unreachable.
* | | | | | | | | | | | Merge pull request #5257 from mtnbikenc/fix-scaleupScott Dodson2017-08-3011-56/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Move firewall install and fix scaleup playbooks
| * | | | | | | | | | | | Move firewall install and fix scaleup playbooksRussell Teague2017-08-2911-56/+11
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |