
This will helpful for beginners to know the basic workflow of openstack-chef-repo, and it's a good start for beginners to deploy OpenStack environment through Chef. Change-Id: I28c01ecb0fafa46fcf73ef8176eabe6806be207f
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"name": "CHANGE_TO_YOUR_ENVIRONMENT_NAME",
|
|
"override_attributes": {
|
|
"mysql": {
|
|
"server_root_password": "ilikerandompasswords"
|
|
},
|
|
"openstack": {
|
|
"use_databags": false,
|
|
"endpoints": {
|
|
"host": "CHANGE_TO_YOUR_CONTROLLER_IP",
|
|
"bind-host": "0.0.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|