Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6489 from mgugino-upstream-stage/fix-repos-v2 | Michael Gugino | 2017-12-15 | 1 | -2/+2 |
|\ | | | | | Fix rhel_subscribe boolean | ||||
| * | Fix rhel_subscribe boolean | Michael Gugino | 2017-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This commit fixes a variable name to it's correct name used in a when condition. Also makes use of 'is defined' consistent. | ||||
* | | Merge pull request #6484 from mtnbikenc/tests-as-filters | Russell Teague | 2017-12-15 | 1 | -3/+3 |
|\ \ | |/ |/| | Deprecate using Ansible tests as filters | ||||
| * | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #6483 from mgugino-upstream-stage/fix-repos | Scott Dodson | 2017-12-14 | 2 | -4/+2 |
|\ \ | | | | | | | Move repo and subscribe to prerequisites | ||||
| * | | Move repo and subscribe to prerequisites | Michael Gugino | 2017-12-14 | 2 | -4/+2 |
| |/ | | | | | | | | | This commit refactors some steps in rhel subscribe and moves repos.yml from init/main to prerequisites. | ||||
* | | Merge pull request #5970 from mtnbikenc/fix-1506750 | OpenShift Merge Robot | 2017-12-14 | 1 | -7/+27 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. 1506750 Validate node hostname and IP address - Replaces use of `pause` with a `fail` task. `pause` only runs on one host, therefore the check was not run for all nodes - Adds check for valid openshift_ip Fixes 1506750 https://bugzilla.redhat.com/show_bug.cgi?id=1506750 | ||||
| * | Validate node hostname and IP address | Russell Teague | 2017-12-13 | 1 | -7/+27 |
| | | | | | | | | | | | | Fixes 1506750 https://bugzilla.redhat.com/show_bug.cgi?id=1506750 | ||||
* | | Commit to stabalize RHSM operations. This code is derived from contrib | Chris Callegari | 2017-12-14 | 1 | -0/+8 |
|/ | |||||
* | Remove unneeded embedded etcd logic | Michael Gugino | 2017-12-08 | 1 | -6/+1 |
| | | | | | Removing some remaining embedded etcd facts except for the migration plays. | ||||
* | Fix ami building. | Kenny Woodson | 2017-12-06 | 1 | -0/+2 |
| | |||||
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 2 | -4/+7 |
| | |||||
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+4 |
| | | | | | | 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). | ||||
* | Remove openshift.common.cli_image | Michael Gugino | 2017-11-27 | 1 | -1/+0 |
| | | | | | This commit removes openshift.common.cli_image in favor of openshift_cli_image. | ||||
* | 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 #6227 from adelton/issue-5517 | Scott Dodson | 2017-11-24 | 1 | -0/+1 |
|\ \ | |/ |/| | 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 | 1 | -0/+1 |
| | | | | | | | | list the package with --installed. | ||||
* | | Fix system_images_registry variable | Michael Gugino | 2017-11-22 | 1 | -15/+0 |
|/ | | | | Simplify the logic for this variable. | ||||
* | Merge pull request #6193 from mgugino-upstream-stage/etc-runtime | Michael Gugino | 2017-11-22 | 1 | -7/+0 |
|\ | | | | | Cleanup etcd runtime variable. | ||||
| * | Cleanup etcd runtime variable. | Michael Gugino | 2017-11-21 | 1 | -7/+0 |
| | | | | | | | | Cleaning out reference to etcd_runtime in openshift facts. | ||||
* | | Merge pull request #6200 from mgugino-upstream-stage/node-sys-container | Michael Gugino | 2017-11-21 | 1 | -2/+0 |
|\ \ | | | | | | | Fix node system container var | ||||
| * | | Fix node system container var | Michael Gugino | 2017-11-21 | 1 | -2/+0 |
| |/ | | | | | | | Fix logic, make it simpler. | ||||
* | | Merge pull request #6144 from mtnbikenc/init-include-deprecation | Russell Teague | 2017-11-21 | 2 | -8/+7 |
|\ \ | |/ |/| | Include Deprecation - Init Playbook Paths | ||||
| * | Include Deprecation - Init Playbook Paths | Russell Teague | 2017-11-16 | 2 | -8/+7 |
| | | |||||
* | | Fix logic for any sys containers | Michael Gugino | 2017-11-21 | 1 | -5/+6 |
|/ | | | | Remove set_fact in favor of the variables directly. | ||||
* | Playbook Consolidation - Initialization | Russell Teague | 2017-11-15 | 9 | -0/+530 |