summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6282 from mtnbikenc/fix-include_roleScott Dodson2017-11-304-4/+5
|\ | | | | Correct usage of include_role
| * Correct usage of include_roleRussell Teague2017-11-274-4/+5
| | | | | | | | Switch to import_role for some required roles.
* | Merge pull request #6290 from tomassedovic/openstack-no-dnsScott Dodson2017-11-305-78/+45
|\ \ | | | | | | Use IP addresses for OpenStack nodes
| * | Update the doc textTomas Sedovic2017-11-292-5/+6
| | |
| * | Use IP addresses for OpenStack nodesTomas Sedovic2017-11-285-78/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #6269 from mgugino-upstream-stage/clock-dependsMichael Gugino2017-11-284-0/+4
|\ \ \ | | | | | | | | Remove openshift_clock from meta depends
| * | | Remove openshift_clock from meta dependsMichael Gugino2017-11-274-0/+4
| | | | | | | | | | | | | | | | | | | | This commit adds openshift_clock role to required plays instead of using meta_depends.
* | | | Merge pull request #6268 from mgugino-upstream-stage/combine-dnsmasq-with-nodeMichael Gugino2017-11-282-59/+0
|\ \ \ \ | | | | | | | | | | Combine openshift_node and openshift_node_dnsmasq
| * | | | Combine openshift_node and openshift_node_dnsmasqMichael Gugino2017-11-272-59/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This commit combines these two roles. This will prevent openshift_node_facts from running twice.
* | | | | Merge pull request #6283 from mgugino-upstream-stage/schedulableMichael Gugino2017-11-281-0/+1
|\ \ \ \ \ | | | | | | | | | | | | remove schedulable from openshift_facts
| * | | | | remove schedulable from openshift_factsMichael Gugino2017-11-271-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes schedulable from openshift_facts in favor of detecting whether or not a host is a master via inventory.
* | | | | Merge pull request #6280 from mgugino-upstream-stage/cli_imageScott Dodson2017-11-282-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Remove openshift.common.cli_image
| * | | | Remove openshift.common.cli_imageMichael Gugino2017-11-272-2/+1
| |/ / / | | | | | | | | | | | | | | | | This commit removes openshift.common.cli_image in favor of openshift_cli_image.
* | | | Merge pull request #6240 from ↵Russell Teague2017-11-271-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | mtnbikenc/include-deprecation-openshift-service-catalog Include Deprecation - openshift-service-catalog
| * | | Include Deprecation - openshift-service-catalogRussell Teague2017-11-221-2/+2
| | | |
* | | | Simplify is_master_system_container logicMichael Gugino2017-11-271-2/+0
| |/ / |/| | | | | | | | Simplify the variable is_master_system_container
* | | Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-containerMichael Gugino2017-11-271-2/+0
|\ \ \ | |_|/ |/| | Remove is_openvswitch_system_container from facts
| * | Remove is_openvswitch_system_container from factsMichael Gugino2017-11-221-2/+0
| | | | | | | | | | | | 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-242-1/+2
|\ \ \ \ | |/ / / |/| | | Workaround the fact that package state=present with dnf fails for already installed but excluded packages.
| * | | With dnf repoquery and excluded packages, --disableexcludes=all is needed to ↵Jan Pazdziora2017-11-222-1/+2
| | | | | | | | | | | | | | | | list the package with --installed.
* | | | 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-2211-26/+25
|\ \ \ \ | | | | | | | | | | Include Deprecation - openshift-master
| * | | | Include Deprecation - openshift-masterRussell Teague2017-11-2211-26/+25
| | | | |
* | | | | Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-nodeRussell Teague2017-11-229-27/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | | Include Deprecation - openshift-node
| * | | | Include Deprecation - openshift-nodeRussell Teague2017-11-229-27/+27
| | |/ / | |/| |
* | | | Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague2017-11-226-11/+7
|\ \ \ \ | | | | | | | | | | Playbook Consolidation - openshift-service-catalog
| * | | | Playbook Consolidation - openshift-service-catalogRussell Teague2017-11-226-11/+7
| | | | |
* | | | | Merge pull request #6236 from mtnbikenc/consolidate-openshift-provisionersRussell Teague2017-11-224-4/+5
|\ \ \ \ \ | | | | | | | | | | | | Playbook Consolidation - openshift-provisioners
| * | | | | Playbook Consolidation - openshift-provisionersRussell Teague2017-11-224-4/+5
| | |/ / / | |/| | |
* | | | | Include Deprecation - openshift-prometheusRussell Teague2017-11-221-2/+2
|/ / / /
* | | | Merge pull request #6225 from mtnbikenc/include-deprecation-openshift-etcdRussell Teague2017-11-2211-23/+23
|\ \ \ \ | | | | | | | | | | Include Deprecation - openshift-etcd
| * | | | Include Deprecation - openshift-etcdRussell Teague2017-11-2211-23/+23
| | | | |
* | | | | 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-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Include Deprecation - openshift-nfs
| * | | | | Include Deprecation - openshift-nfsRussell Teague2017-11-221-2/+2
| |/ / / /
* | | | | Merge pull request #6226 from mtnbikenc/include-deprecation-openshift-metricsRussell Teague2017-11-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Include Deprecation - openshift-metrics
| * | | | | Include Deprecation - openshift-metricsRussell Teague2017-11-221-2/+2
| |/ / / /
* | | | | 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-221-15/+0
|\ \ \ \ \ | | | | | | | | | | | | Fix system_images_registry variable
| * | | | | Fix system_images_registry variableMichael Gugino2017-11-221-15/+0
| | |_|_|/ | |/| | | | | | | | | | | | | Simplify the logic for this variable.
* | | | | Merge pull request #6157 from mtnbikenc/consolidate-openshift-glusterfsScott Dodson2017-11-2215-13/+10
|\ \ \ \ \ | | | | | | | | | | | | Playbook Consolidation - openshift-glusterfs