]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
vagrantfile: Ensure `devices` variable is a list 1673/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 12 Jul 2017 21:23:59 +0000 (23:23 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 12 Jul 2017 22:44:49 +0000 (00:44 +0200)
in addition to e5d06a4 make sure devices variable will be a list even
with vagrant.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
vagrant_variables.yml.atomic
vagrant_variables.yml.openstack
vagrant_variables.yml.sample

index 4f1fecaf554f26fdab52b690ce8b7ba2291e272d..6fe906d2c8ee61f16f80e80ea0b298f3b89ca141 100644 (file)
@@ -22,7 +22,7 @@ cluster_subnet: 192.168.1
 # MEMORY
 memory: 1024
 
-disks: "[ '/dev/sda', '/dev/sdb' ]"
+disks: [ '/dev/sda', '/dev/sdb' ]
 
 eth: 'enp0s8'
 vagrant_box: centos/atomic-host
index 797ecc42b3a387e8a89de7fd408a328627b175dd..3bcb17b217603c16bfb58c0e1dbe4228828a6949 100644 (file)
@@ -22,7 +22,7 @@ public_subnet: 172.17.72
 cluster_subnet: 172.17.72
 
 # For Openstack VMs, the disk will depend on what you are allocated
-disks: "[ '/dev/vdb' ]"
+disks: [ '/dev/vdb' ]
 
 # For Openstack VMs, the lan is usually eth0
 eth: 'eth0'
index 19fa1a4d5338d34df2bbc2dd70fe01755b6aced8..80dabfe001b45ba6348c32f658b807d8306c9a58 100644 (file)
@@ -30,9 +30,9 @@ memory: 512
 eth: 'eth1'
 
 # Disks
-# For Xenial use disks: "[ '/dev/sdb', '/dev/sdc' ]"
-# For CentOS7 use disks: "[ '/dev/sda', '/dev/sdb' ]"
-disks: "[ '/dev/sdb', '/dev/sdc' ]"
+# For Xenial use disks: [ '/dev/sdb', '/dev/sdc' ]
+# For CentOS7 use disks: [ '/dev/sda', '/dev/sdb' ]
+disks: [ '/dev/sdb', '/dev/sdc' ]
 
 # VAGRANT BOX
 # Ceph boxes are *strongly* suggested. They are under better control and will