diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-02-13 05:17:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 05:17:12 -0800 |
commit | b0943498fd3da4e4bfd2885c02e7d0a75fde8696 (patch) | |
tree | 965dcad0b82a743b87e00b33b923ca6209e21ae0 /roles/openshift_openstack | |
parent | 47e428995d3fa8f14994b747e32862521bc9dc92 (diff) | |
parent | abd62c5613d47a58ea3a5ef636eb79563d02b8f6 (diff) | |
download | openshift-b0943498fd3da4e4bfd2885c02e7d0a75fde8696.tar.gz openshift-b0943498fd3da4e4bfd2885c02e7d0a75fde8696.tar.bz2 openshift-b0943498fd3da4e4bfd2885c02e7d0a75fde8696.tar.xz openshift-b0943498fd3da4e4bfd2885c02e7d0a75fde8696.zip |
Merge pull request #6951 from tomassedovic/fix-openstack-master
Automatic merge from submit-queue.
Fix OpenStack playbooks
This shuffles a few playbooks around to fix the ordering between various
facts and prerequisites.
Diffstat (limited to 'roles/openshift_openstack')
-rw-r--r-- | roles/openshift_openstack/defaults/main.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/roles/openshift_openstack/defaults/main.yml b/roles/openshift_openstack/defaults/main.yml index 75f1300e1..6c7e5b543 100644 --- a/roles/openshift_openstack/defaults/main.yml +++ b/roles/openshift_openstack/defaults/main.yml @@ -21,16 +21,15 @@ openshift_openstack_cluster_node_labels: openshift_openstack_install_debug_packages: false openshift_openstack_required_packages: - - docker - NetworkManager - - wget - - git - - net-tools - - bind-utils - - bridge-utils openshift_openstack_debug_packages: - bash-completion + - bind-utils + - bridge-utils + - git + - net-tools - vim-enhanced + - wget # container-storage-setup openshift_openstack_container_storage_setup: |