]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Switched to using the bento/ubuntu-16.04 box 1022/head
authorJames Saint-Rossy <james_saintrossy@cable.comcast.com>
Mon, 10 Oct 2016 19:10:30 +0000 (15:10 -0400)
committerJames Saint-Rossy <james_saintrossy@cable.comcast.com>
Mon, 10 Oct 2016 19:10:30 +0000 (15:10 -0400)
vagrant_variables.yml.sample

index bfe6fd5cc44f44bde48f2a3f0d6cfa6d1d8ed674..2433e2e06aa516c6e5ca0cadd5d762599ab57b5d 100644 (file)
@@ -29,7 +29,7 @@ cluster_subnet: 192.168.43
 memory: 512
 
 # Ethernet interface name
-# use eth1 for libvirt and ubuntu, enp0s8 for CentOS
+# use eth1 for libvirt and ubuntu precise, enp0s8 for CentOS and ubuntu xenial
 eth: 'eth1'
 
 # Disks
@@ -38,7 +38,7 @@ eth: 'eth1'
 disks: "[ '/dev/sdb', '/dev/sdc' ]"
 
 # VAGRANT BOX
-# Ubuntu: geerlingguy/ubuntu1604 or ubuntu/trusty64 or ubuntu/wily64
+# Ubuntu: bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64
 # CentOS: bento/centos-7.1 or puppetlabs/centos-7.0-64-puppet
 # libvirt CentOS: centos/7
 # parallels Ubuntu: parallels/ubuntu-14.04
@@ -46,7 +46,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # For more boxes have a look at:
 #   - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
 #   - https://download.gluster.org/pub/gluster/purpleidea/vagrant/
-vagrant_box: geerlingguy/ubuntu1604
+vagrant_box: bento/ubuntu-16.04
 # The sync directory changes based on vagrant box
 # Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant
 vagrant_sync_dir: /home/vagrant/sync