Explorar o código

Use the docker-storage-setup role

Tomas Sedovic %!s(int64=7) %!d(string=hai) anos
pai
achega
8b8eeab919
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      playbooks/openstack/openshift-cluster/pre-install.yml

+ 3 - 1
playbooks/openstack/openshift-cluster/pre-install.yml

@@ -10,7 +10,9 @@
   become: true
   roles:
     - { role: subscription-manager, when: hostvars.localhost.rhsm_register|default(False), tags: 'subscription-manager', ansible_sudo: true }
-    - { role: docker, tags: 'docker' }
+    - role: docker-storage-setup
+      docker_dev: /dev/vdb
+      tags: 'docker'
     - { role: openshift-prep, tags: 'openshift-prep' }
 
 - hosts: localhost:cluster_hosts