summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/bootstrap.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move installation of packages before container_runtime to ensure bind mounts ↵Kenny Woodson2018-02-131-7/+3
| | | | are avaialable.
* openshift_node: Remove master from aws node buildingSteve Milner2018-02-071-2/+2
| | | | | | | Since it is expected to be re-added at some point in the future the lines have been commented out rather than deleted. Signed-off-by: Steve Milner <smilner@redhat.com>
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* retry package operationsLuke Meyer2017-11-301-0/+2
| | | | | | 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).
* Include Deprecation - openshift-nodeRussell Teague2017-11-221-2/+1
|
* Adding instance profile support for node groups.Kenny Woodson2017-11-131-0/+1
|
* Adding CONFIG_FILE option back.Kenny Woodson2017-11-011-3/+3
|
* Configurable node config location.Kenny Woodson2017-11-011-3/+3
|
* GCP cannot use AWS growpart packageClayton Coleman2017-10-301-1/+1
| | | | Make the required package optional
* Renaming csr to bootstrap for consistency.Kenny Woodson2017-10-251-1/+1
|
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-8/+47
|
* Fix containerized node service unit placement orderMichael Gugino2017-10-121-1/+1
| | | | | | | | | | | | | | Currently, non-containerized nodes have systemd service unit files created after registry auth credentials are created. Containerized nodes place service unit files prior to creation of these credentials. This commit ensures systemd service units are created at the correct time for both containerized and non-containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500642
* Consolidating AWS roles and variables underneath openshift_aws role.Kenny Woodson2017-09-071-11/+22
|
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-0/+55