| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
