summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-containerMichael Gugino2017-11-273-4/+3
|\ | | | | Remove is_openvswitch_system_container from facts
| * Remove is_openvswitch_system_container from factsMichael Gugino2017-11-223-4/+3
| | | | | | | | Simply logic for this variable.
* | Merge pull request #6134 from fraenkel/allow_falseScott Dodson2017-11-242-3/+3
|\ \ | | | | | | Allow openshift_install_examples to be false
| * | Allow openshift_install_examples to be falseMichael Fraenkel2017-11-222-3/+3
| | | | | | | | | | | | when using yaml or json, a false value is converted to true
* | | Merge pull request #6227 from adelton/issue-5517Scott Dodson2017-11-243-3/+5
|\ \ \ | | | | | | | | Workaround the fact that package state=present with dnf fails for already installed but excluded packages.
| * | | Workaround the fact that package state=present with dnf fails for already ↵Jan Pazdziora2017-11-221-1/+2
| | | | | | | | | | | | | | | | installed but excluded packages.
| * | | With dnf repoquery and excluded packages, --disableexcludes=all is needed to ↵Jan Pazdziora2017-11-223-2/+3
| | | | | | | | | | | | | | | | list the package with --installed.
* | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.13.0].Jenkins CD Merge Bot2017-11-232-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.12.0].Jenkins CD Merge Bot2017-11-232-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.11.0].Jenkins CD Merge Bot2017-11-232-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | Automatic commit of package [openshift-ansible] release [3.8.0-0.10.0].Jenkins CD Merge Bot2017-11-232-2/+30
| |/ / |/| | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | Merge pull request #6241 from sosiouxme/20171122-tox-iniLuke Meyer2017-11-221-1/+1
|\ \ \ | | | | | | | | tox.ini: simplify unit test reqs
| * | | tox.ini: simplify unit test reqsLuke Meyer2017-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | Rather than using a command to install ooinstall in the venv, just do so as part of creation and leave the command to just run unit tests.
* | | | Merge pull request #6237 from mtnbikenc/remove-unused-tasksRussell Teague2017-11-223-41/+0
|\ \ \ \ | | | | | | | | | | Remove unused task files
| * | | | Remove unused task filesRussell Teague2017-11-223-41/+0
| | |_|/ | |/| |
* | | | Merge pull request #6232 from mtnbikenc/include-deprecation-openshift-glusterfsRussell Teague2017-11-223-5/+5
|\ \ \ \ | | | | | | | | | | Include Deprecation - openshift-glusterfs
| * | | | Include Deprecation - openshift-glusterfsRussell Teague2017-11-223-5/+5
| |/ / /
* | | | Merge pull request #6233 from mtnbikenc/include-deprecation-openshift-managementRussell Teague2017-11-223-5/+5
|\ \ \ \ | | | | | | | | | | Include Deprecation - openshift-management
| * | | | Include Deprecation - openshift-managementRussell Teague2017-11-223-5/+5
| |/ / /
* | | | Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-masterRussell Teague2017-11-2219-51/+47
|\ \ \ \ | | | | | | | | | | Include Deprecation - openshift-master
| * | | | Include Deprecation - openshift-masterRussell Teague2017-11-2230-78/+74
| | | | |
* | | | | Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-nodeRussell Teague2017-11-2229-91/+87
|\ \ \ \ \ | | | | | | | | | | | | Include Deprecation - openshift-node
| * | | | | Include Deprecation - openshift-nodeRussell Teague2017-11-2229-91/+87
| | |/ / / | |/| | |
* | | | | Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague2017-11-227-12/+8
|\ \ \ \ \ | | | | | | | | | | | | Playbook Consolidation - openshift-service-catalog
| * | | | | Playbook Consolidation - openshift-service-catalogRussell Teague2017-11-227-12/+8
| | | | | |
* | | | | | Merge pull request #6236 from mtnbikenc/consolidate-openshift-provisionersRussell Teague2017-11-228-14/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Playbook Consolidation - openshift-provisioners
| * | | | | | Playbook Consolidation - openshift-provisionersRussell Teague2017-11-228-14/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6235 from mtnbikenc/include-deprecation-openshift-prometheusRussell Teague2017-11-222-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Include Deprecation - openshift-prometheus
| * | | | | | Include Deprecation - openshift-prometheusRussell Teague2017-11-222-4/+4
| |/ / / / /
* | | | | | Merge pull request #6090 from dustymabe/dustyMichael Gugino2017-11-221-9/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | hosted_registry: clean up tmp mount point and fstab
| * | | | | hosted_registry: clean up tmp mount point and fstabDusty Mabe2017-11-101-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #6004
* | | | | | Merge pull request #6225 from mtnbikenc/include-deprecation-openshift-etcdRussell Teague2017-11-2243-70/+69
|\ \ \ \ \ \ | | | | | | | | | | | | | | Include Deprecation - openshift-etcd
| * | | | | | Include Deprecation - openshift-etcdRussell Teague2017-11-2244-72/+71
| | | | | | |
* | | | | | | Merge pull request #6223 from mtnbikenc/include-deprecation-openshift-checksRussell Teague2017-11-223-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Include Deprecation - openshift-checks
| * | | | | | | Include Deprecation - openshift-checksRussell Teague2017-11-223-6/+6
| |/ / / / / /
* | | | | | | Merge pull request #6228 from mtnbikenc/include-deprecation-openshift-nfsRussell Teague2017-11-222-4/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Include Deprecation - openshift-nfs
| * | | | | | | Include Deprecation - openshift-nfsRussell Teague2017-11-223-6/+5
| |/ / / / / /
* | | | | | | Merge pull request #6226 from mtnbikenc/include-deprecation-openshift-metricsRussell Teague2017-11-228-23/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Include Deprecation - openshift-metrics
| * | | | | | | Include Deprecation - openshift-metricsRussell Teague2017-11-228-23/+23
| |/ / / / / /
* | | | | | | Merge pull request #6230 from mtnbikenc/include-deprecation-openshift-hostedRussell Teague2017-11-222-9/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Include Deprecation - openshift-hosted
| * | | | | | | Include Deprecation - openshift-hostedRussell Teague2017-11-222-9/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #6201 from mgugino-upstream-stage/system-regMichael Gugino2017-11-228-24/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix system_images_registry variable
| * | | | | | | Fix system_images_registry variableMichael Gugino2017-11-228-24/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify the logic for this variable.
* | | | | | | | Merge pull request #6157 from mtnbikenc/consolidate-openshift-glusterfsScott Dodson2017-11-2215-13/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Playbook Consolidation - openshift-glusterfs
| * | | | | | | | Playbook Consolidation - openshift-glusterfsRussell Teague2017-11-1615-13/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #6220 from mtnbikenc/consolidate-openshift-managementScott Dodson2017-11-2218-14/+14
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Playbook Consolidation - openshift-management
| * | | | | | | | Playbook Consolidation - openshift-managementRussell Teague2017-11-2218-14/+14
| | | | | | | | |
* | | | | | | | | Merge pull request #6224 from ↵Russell Teague2017-11-223-6/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | mtnbikenc/include-deprecation-openshift-loadbalancer Include Deprecation - openshift-loadbalancer
| * | | | | | | | Include Deprecation - openshift-loadbalancerRussell Teague2017-11-223-6/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #6151 from mtnbikenc/consolidate-openshift-masterRussell Teague2017-11-2244-48/+45
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Playbook Consolidation - openshift-master