openstack-chef/environments/integration.json

63 lines
1.2 KiB
JSON

{
"name": "integration",
"description": "Chef environment file for building OpenStack in CI settings. Certain Tempest services are disabled in this scenario",
"default_attributes": {
"apache": {
"listen": [
]
},
"openstack": {
"network": {
"conf": {
"DEFAULT": {
"service_plugins": "router"
}
}
}
},
"yum": {
"epel": {
"baseurl": "http://epel.osuosl.org/7/$basearch",
"mirrorlist": null,
"gpgkey": "http://epel.osuosl.org/RPM-GPG-KEY-EPEL-7"
}
}
},
"override_attributes": {
"openstack": {
"is_release": true,
"apt": {
"update_apt_cache": true
},
"telemetry": {
"conf": {
"DEFAULT": {
"meter_dispatchers": "database"
}
}
},
"dashboard": {
"server_hostname": "localhost"
},
"memcached_servers": [
"127.0.0.1:11211"
],
"mq": {
"user": "admin"
},
"image": {
"image_upload": true
},
"compute": {
"conf": {
"libvirt": {
"cpu_type": "none",
"virt_type": "qemu"
}
}
}
}
}
}