Harmonise vagrant provider defaults
Ensure that provider defaults of libvirt and virtualbox use the same paths and provisioning scripts. Change-Id: Ie968b118aa0540204751c348ef3408a6fe24d32a Partial-Bug: #1547114
This commit is contained in:
parent
e970d8b5bf
commit
1665f5007d
6
dev/vagrant/Vagrantfile
vendored
6
dev/vagrant/Vagrantfile
vendored
@ -34,7 +34,7 @@ PROVIDER_DEFAULTS ||= {
|
||||
centos: {
|
||||
base_image: "puppetlabs/centos-7.0-64-puppet",
|
||||
bridge_interface: "wlp3s0b1",
|
||||
vagrant_shared_folder: "/vagrant",
|
||||
vagrant_shared_folder: "/home/vagrant/sync",
|
||||
sync_method: "virtualbox",
|
||||
provision_script: "centos-bootstrap.sh",
|
||||
kolla_path: "/home/vagrant/kolla"
|
||||
@ -43,9 +43,9 @@ PROVIDER_DEFAULTS ||= {
|
||||
base_image: "ubuntu/wily64",
|
||||
bridge_interface: "wlp3s0b1",
|
||||
vagrant_shared_folder: "/home/vagrant/sync",
|
||||
sync_method: "nfs",
|
||||
sync_method: "virtualbox",
|
||||
provision_script: "ubuntu-bootstrap.sh",
|
||||
kolla_path: "/usr/local/kolla"
|
||||
kolla_path: "/home/vagrant/kolla"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
# bridge_interface: "virbr0",
|
||||
# vagrant_shared_folder: "/home/vagrant/sync",
|
||||
# sync_method: "nfs",
|
||||
# provision_script: "bootstrap.sh",
|
||||
# provision_script: "centos-bootstrap.sh",
|
||||
# kolla_path: "/home/vagrant/kolla"
|
||||
# }
|
||||
# },
|
||||
@ -27,18 +27,18 @@
|
||||
# centos: {
|
||||
# base_image: "puppetlabs/centos-7.0-64-puppet",
|
||||
# bridge_interface: "wlp3s0b1",
|
||||
# vagrant_shared_folder: "/vagrant",
|
||||
# vagrant_shared_folder: "/home/vagrant/sync",
|
||||
# sync_method: "virtualbox",
|
||||
# provision_script: "bootstrap.sh",
|
||||
# provision_script: "centos-bootstrap.sh",
|
||||
# kolla_path: "/home/vagrant/kolla"
|
||||
# },
|
||||
# ubuntu: {
|
||||
# base_image: "ubuntu/wily64",
|
||||
# bridge_interface: "wlp3s0b1",
|
||||
# vagrant_shared_folder: "/home/vagrant/sync",
|
||||
# sync_method: "nfs",
|
||||
# sync_method: "virtualbox",
|
||||
# provision_script: "ubuntu-bootstrap.sh",
|
||||
# kolla_path: "/usr/local/kolla"
|
||||
# kolla_path: "/home/vagrant/kolla"
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
Loading…
Reference in New Issue
Block a user