summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-28Use IP addresses for OpenStack nodesTomas Sedovic
Unlike other cloud providers, OpenStack VMs are not able to resolve each other by their names. If you try to run the playbooks against nodes without a pre-created /etc/hosts or a DNS that provides the hostname/ip resolution, it will fail. By setting the `openshift_hostname` variable to each node's IP address, we're able to deploy a functional cluster without running a custom DNS. It is still possible to provide an external server with nsupdate keys and have it be populated, but that is no longer a hard requirement.
2017-11-27Merge pull request #6284 from ashcrow/add-svc-catalog-inventory-docScott Dodson
inventory: Add example for service catalog vars
2017-11-27Merge pull request #6272 from abutcher/fix-env-factsScott Dodson
Fix openshift_env fact creation within openshift_facts.
2017-11-27inventory: Add example for service catalog varsSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-11-27Merge pull request #6240 from ↵Russell Teague
mtnbikenc/include-deprecation-openshift-service-catalog Include Deprecation - openshift-service-catalog
2017-11-27Fix openshift_env fact creation within openshift_facts.Andrew Butcher
2017-11-27Merge pull request #6271 from jarrpa/glusterblock-fixScott Dodson
GlusterFS: Remove extraneous line from glusterblock template
2017-11-27GlusterFS: Remove extraneous line from glusterblock templateJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-11-27Merge pull request #6199 from mgugino-upstream-stage/master_sys_containerMichael Gugino
Simplify is_master_system_container logic
2017-11-27Merge pull request #6143 from dabelenda/add_hostname_routesMichael Gugino
Allow to set the hostname for routes to prometheus and alertmanager
2017-11-27Merge pull request #6185 from ↵Michael Gugino
giuseppe/fix-additional-and-insecure-registries-for-crio cri-o: honor additional and insecure registries again
2017-11-27Merge pull request #6178 from giuseppe/copy-docker-to-alt-storage-pathMichael Gugino
docker: copy Docker metadata to the alternative storage path
2017-11-27Simplify is_master_system_container logicMichael Gugino
Simplify the variable is_master_system_container
2017-11-27Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-containerMichael Gugino
Remove is_openvswitch_system_container from facts
2017-11-24Merge pull request #6134 from fraenkel/allow_falseScott Dodson
Allow openshift_install_examples to be false
2017-11-24Merge pull request #6227 from adelton/issue-5517Scott Dodson
Workaround the fact that package state=present with dnf fails for already installed but excluded packages.
2017-11-24Remove spurrious file committed by errorDiego Abelenda
2017-11-24Fix name of the service pointed to by hostnameDiego Abelenda
2017-11-24Missed the default value after the variable name change...Diego Abelenda
2017-11-24Change the name of the variable and explicitely document the namesDiego Abelenda
2017-11-24Allow to set the hostname for routes to prometheus and alertmanagerDiego Abelenda
2017-11-23Automatic commit of package [openshift-ansible] release [3.8.0-0.13.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-23Automatic commit of package [openshift-ansible] release [3.8.0-0.12.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-23Automatic commit of package [openshift-ansible] release [3.8.0-0.11.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-23Automatic commit of package [openshift-ansible] release [3.8.0-0.10.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-11-22Allow openshift_install_examples to be falseMichael Fraenkel
when using yaml or json, a false value is converted to true
2017-11-22Merge pull request #6241 from sosiouxme/20171122-tox-iniLuke Meyer
tox.ini: simplify unit test reqs
2017-11-22tox.ini: simplify unit test reqsLuke Meyer
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.
2017-11-22Merge pull request #6237 from mtnbikenc/remove-unused-tasksRussell Teague
Remove unused task files
2017-11-22Merge pull request #6232 from mtnbikenc/include-deprecation-openshift-glusterfsRussell Teague
Include Deprecation - openshift-glusterfs
2017-11-22Merge pull request #6233 from mtnbikenc/include-deprecation-openshift-managementRussell Teague
Include Deprecation - openshift-management
2017-11-22Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-masterRussell Teague
Include Deprecation - openshift-master
2017-11-22Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-nodeRussell Teague
Include Deprecation - openshift-node
2017-11-22Include Deprecation - openshift-service-catalogRussell Teague
2017-11-22Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague
Playbook Consolidation - openshift-service-catalog
2017-11-22Merge pull request #6236 from mtnbikenc/consolidate-openshift-provisionersRussell Teague
Playbook Consolidation - openshift-provisioners
2017-11-22Merge pull request #6235 from mtnbikenc/include-deprecation-openshift-prometheusRussell Teague
Include Deprecation - openshift-prometheus
2017-11-22Merge pull request #6090 from dustymabe/dustyMichael Gugino
hosted_registry: clean up tmp mount point and fstab
2017-11-22Remove unused task filesRussell Teague
2017-11-22Playbook Consolidation - openshift-provisionersRussell Teague
2017-11-22Include Deprecation - openshift-prometheusRussell Teague
2017-11-22Include Deprecation - openshift-nodeRussell Teague
2017-11-22Remove is_openvswitch_system_container from factsMichael Gugino
Simply logic for this variable.
2017-11-22Include Deprecation - openshift-managementRussell Teague
2017-11-22Include Deprecation - openshift-glusterfsRussell Teague
2017-11-22Merge pull request #6225 from mtnbikenc/include-deprecation-openshift-etcdRussell Teague
Include Deprecation - openshift-etcd
2017-11-22Merge pull request #6223 from mtnbikenc/include-deprecation-openshift-checksRussell Teague
Include Deprecation - openshift-checks
2017-11-22Merge pull request #6228 from mtnbikenc/include-deprecation-openshift-nfsRussell Teague
Include Deprecation - openshift-nfs
2017-11-22Merge pull request #6226 from mtnbikenc/include-deprecation-openshift-metricsRussell Teague
Include Deprecation - openshift-metrics
2017-11-22Merge pull request #6230 from mtnbikenc/include-deprecation-openshift-hostedRussell Teague
Include Deprecation - openshift-hosted