Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use openshift testing repos for openstack | Bogdan Dobrelya | 2017-12-04 | 2 | -1/+2 |
| | | | | | | | | Use testing openshift repos to sidestep packaging issues for 3.6 clients being used in 3.7 deployments or something. Poke host requirements Centos 7.4 as 7.3 can't see that testing repo. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | Merge pull request #6321 from sdodson/v3_9 | Scott Dodson | 2017-12-02 | 12 | -1/+477 |
|\ | | | | | Add v3.9 support | ||||
| * | Add v3.9 support | Scott Dodson | 2017-11-30 | 12 | -1/+477 |
| | | |||||
* | | Merge pull request #6069 from kwoodson/upgrade_scale_groups | Scott Dodson | 2017-12-01 | 2 | -0/+66 |
|\ \ | | | | | | | Initial upgrade for scale groups. | ||||
| * | | Initial upgrade for scale groups. | Kenny Woodson | 2017-11-29 | 2 | -0/+66 |
| |/ | |||||
* | | retry package operations | Luke Meyer | 2017-11-30 | 4 | -0/+18 |
| | | | | | | | | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default). | ||||
* | | Merge pull request #6282 from mtnbikenc/fix-include_role | Scott Dodson | 2017-11-30 | 4 | -4/+5 |
|\ \ | | | | | | | Correct usage of include_role | ||||
| * | | Correct usage of include_role | Russell Teague | 2017-11-27 | 4 | -4/+5 |
| | | | | | | | | | | | | Switch to import_role for some required roles. | ||||
* | | | Merge pull request #6290 from tomassedovic/openstack-no-dns | Scott Dodson | 2017-11-30 | 5 | -78/+45 |
|\ \ \ | |_|/ |/| | | Use IP addresses for OpenStack nodes | ||||
| * | | Update the doc text | Tomas Sedovic | 2017-11-29 | 2 | -5/+6 |
| | | | |||||
| * | | Use IP addresses for OpenStack nodes | Tomas Sedovic | 2017-11-28 | 5 | -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-depends | Michael Gugino | 2017-11-28 | 4 | -0/+4 |
|\ \ \ | | | | | | | | | Remove openshift_clock from meta depends | ||||
| * | | | Remove openshift_clock from meta depends | Michael Gugino | 2017-11-27 | 4 | -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-node | Michael Gugino | 2017-11-28 | 2 | -59/+0 |
|\ \ \ \ | | | | | | | | | | | Combine openshift_node and openshift_node_dnsmasq | ||||
| * | | | | Combine openshift_node and openshift_node_dnsmasq | Michael Gugino | 2017-11-27 | 2 | -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/schedulable | Michael Gugino | 2017-11-28 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | remove schedulable from openshift_facts | ||||
| * | | | | | remove schedulable from openshift_facts | Michael Gugino | 2017-11-27 | 1 | -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_image | Scott Dodson | 2017-11-28 | 2 | -2/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Remove openshift.common.cli_image | ||||
| * | | | | Remove openshift.common.cli_image | Michael Gugino | 2017-11-27 | 2 | -2/+1 |
| |/ / / | | | | | | | | | | | | | | | | | This commit removes openshift.common.cli_image in favor of openshift_cli_image. | ||||
* | | | | Merge pull request #6240 from ↵ | Russell Teague | 2017-11-27 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | mtnbikenc/include-deprecation-openshift-service-catalog Include Deprecation - openshift-service-catalog | ||||
| * | | | Include Deprecation - openshift-service-catalog | Russell Teague | 2017-11-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Simplify is_master_system_container logic | Michael Gugino | 2017-11-27 | 1 | -2/+0 |
| |/ / |/| | | | | | | | | Simplify the variable is_master_system_container | ||||
* | | | Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-container | Michael Gugino | 2017-11-27 | 1 | -2/+0 |
|\ \ \ | |_|/ |/| | | Remove is_openvswitch_system_container from facts | ||||
| * | | Remove is_openvswitch_system_container from facts | Michael Gugino | 2017-11-22 | 1 | -2/+0 |
| | | | | | | | | | | | | Simply logic for this variable. | ||||
* | | | Merge pull request #6134 from fraenkel/allow_false | Scott Dodson | 2017-11-24 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | Allow openshift_install_examples to be false | ||||
| * | | | Allow openshift_install_examples to be false | Michael Fraenkel | 2017-11-22 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | when using yaml or json, a false value is converted to true | ||||
* | | | | Merge pull request #6227 from adelton/issue-5517 | Scott Dodson | 2017-11-24 | 2 | -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 Pazdziora | 2017-11-22 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | list the package with --installed. | ||||
* | | | | Merge pull request #6237 from mtnbikenc/remove-unused-tasks | Russell Teague | 2017-11-22 | 3 | -41/+0 |
|\ \ \ \ | | | | | | | | | | | Remove unused task files | ||||
| * | | | | Remove unused task files | Russell Teague | 2017-11-22 | 3 | -41/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #6232 from mtnbikenc/include-deprecation-openshift-glusterfs | Russell Teague | 2017-11-22 | 3 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | Include Deprecation - openshift-glusterfs | ||||
| * | | | | Include Deprecation - openshift-glusterfs | Russell Teague | 2017-11-22 | 3 | -5/+5 |
| |/ / / | |||||
* | | | | Merge pull request #6233 from mtnbikenc/include-deprecation-openshift-management | Russell Teague | 2017-11-22 | 3 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | Include Deprecation - openshift-management | ||||
| * | | | | Include Deprecation - openshift-management | Russell Teague | 2017-11-22 | 3 | -5/+5 |
| |/ / / | |||||
* | | | | Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-master | Russell Teague | 2017-11-22 | 11 | -26/+25 |
|\ \ \ \ | | | | | | | | | | | Include Deprecation - openshift-master | ||||
| * | | | | Include Deprecation - openshift-master | Russell Teague | 2017-11-22 | 11 | -26/+25 |
| | | | | | |||||
* | | | | | Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-node | Russell Teague | 2017-11-22 | 9 | -27/+27 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Include Deprecation - openshift-node | ||||
| * | | | | Include Deprecation - openshift-node | Russell Teague | 2017-11-22 | 9 | -27/+27 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalog | Russell Teague | 2017-11-22 | 6 | -11/+7 |
|\ \ \ \ | | | | | | | | | | | Playbook Consolidation - openshift-service-catalog | ||||
| * | | | | Playbook Consolidation - openshift-service-catalog | Russell Teague | 2017-11-22 | 6 | -11/+7 |
| | | | | | |||||
* | | | | | Merge pull request #6236 from mtnbikenc/consolidate-openshift-provisioners | Russell Teague | 2017-11-22 | 4 | -4/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Playbook Consolidation - openshift-provisioners | ||||
| * | | | | | Playbook Consolidation - openshift-provisioners | Russell Teague | 2017-11-22 | 4 | -4/+5 |
| | |/ / / | |/| | | | |||||
* / | | | | Include Deprecation - openshift-prometheus | Russell Teague | 2017-11-22 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #6225 from mtnbikenc/include-deprecation-openshift-etcd | Russell Teague | 2017-11-22 | 11 | -23/+23 |
|\ \ \ \ | | | | | | | | | | | Include Deprecation - openshift-etcd | ||||
| * | | | | Include Deprecation - openshift-etcd | Russell Teague | 2017-11-22 | 11 | -23/+23 |
| | | | | | |||||
* | | | | | Merge pull request #6223 from mtnbikenc/include-deprecation-openshift-checks | Russell Teague | 2017-11-22 | 3 | -6/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Include Deprecation - openshift-checks | ||||
| * | | | | | Include Deprecation - openshift-checks | Russell Teague | 2017-11-22 | 3 | -6/+6 |
| |/ / / / | |||||
* | | | | | Merge pull request #6228 from mtnbikenc/include-deprecation-openshift-nfs | Russell Teague | 2017-11-22 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Include Deprecation - openshift-nfs | ||||
| * | | | | | Include Deprecation - openshift-nfs | Russell Teague | 2017-11-22 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #6226 from mtnbikenc/include-deprecation-openshift-metrics | Russell Teague | 2017-11-22 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Include Deprecation - openshift-metrics |