Browse Source

Merge pull request #9854 from tomassedovic/openstack-network-manager

Install NetworkManager on OpenStack
OpenShift Merge Robot 6 years ago
parent
commit
6ca976ccea
1 changed files with 3 additions and 0 deletions
  1. 3 0
      playbooks/openstack/openshift-cluster/install.yml

+ 3 - 0
playbooks/openstack/openshift-cluster/install.yml

@@ -24,6 +24,9 @@
       name: openshift_openstack
       tasks_from: node-configuration.yml
 
+- name: install NetworkManager
+  import_playbook: ../../openshift-node/private/network_manager.yml
+
 - name: run the cluster deploy
   import_playbook: ../../deploy_cluster.yml