Browse Source

Install NetworkManager on OpenStack

The OpenStack role removed its NetworkManager install and config code in
favour of the existing openshift-node/network_manager code.

It doesn't get called automatically though, so this makes sure we do use
it during installation.
Tomas Sedovic 6 years ago
parent
commit
a119f75c88
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