summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack
diff options
context:
space:
mode:
authorTomas Sedovic <tomas@sedovic.cz>2017-10-16 17:35:54 +0200
committerTomas Sedovic <tomas@sedovic.cz>2017-11-07 14:35:46 +1100
commit8b8eeab919b76bee6a2e0ad1336bd4dbb1db1e95 (patch)
treee48bca93469b04f55b4320218920fdd3f6399c66 /playbooks/openstack
parent479ba2dec446016cb0cea38e4c679f54dea24193 (diff)
downloadopenshift-8b8eeab919b76bee6a2e0ad1336bd4dbb1db1e95.tar.gz
openshift-8b8eeab919b76bee6a2e0ad1336bd4dbb1db1e95.tar.bz2
openshift-8b8eeab919b76bee6a2e0ad1336bd4dbb1db1e95.tar.xz
openshift-8b8eeab919b76bee6a2e0ad1336bd4dbb1db1e95.zip
Use the docker-storage-setup role
Diffstat (limited to 'playbooks/openstack')
-rw-r--r--playbooks/openstack/openshift-cluster/pre-install.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/openstack/openshift-cluster/pre-install.yml b/playbooks/openstack/openshift-cluster/pre-install.yml
index 45e9005cc..c9f333b92 100644
--- a/playbooks/openstack/openshift-cluster/pre-install.yml
+++ b/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