Stefan Magnus Landrø 161cc194d5 Fixed yum and apt repo locations used by chef in devcloud4
The testing repos seem to be gone, change to upstream

This closes #323

Signed-off-by: Erik Weber <erik@huug.no>
2015-05-28 22:50:02 +02:00

35 lines
969 B
JSON

{
"run_list": [
"recipe[binary-installation]",
"recipe[nat-router]"
],
"set_fqdn": "*.localdomain",
"selinux": {
"state": "permissive"
},
"cloudstack": {
"db": {
"user": "cloud",
"password": "cloud",
"rootusername": "root",
"rootpassword": "password",
"management_server_key": "password",
"database_key": "password",
"prefill": "/vagrant/prefill.sql"
},
"secondary": {
"path": "/exports/secondary"
},
"primary": {
"path": "/exports/primary"
},
"hypervisor_tpl": {
"xenserver": "http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-xen.vhd.bz2"
},
"configuration": "/vagrant/marvin.cfg.erb",
"yum_repo": "http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/",
"apt_repo": "http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/",
"version": "4.5.0"
}
}