Bladeren bron

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 jaren geleden
bovenliggende
commit
a119f75c88
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  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