
Reasons: - Rabbitmq cookbook in 3.0.4 return the following error: Error executing action `enable` on resource 'rabbitmq_plugin[rabbitmq_management]' - Ubuntu 12.04 isn't the latest LTS version Changes: - Update Rabbitmq cookbook to 3.10.0 in Berksfile - Change all occurences from 1204 or 12.04 to 1404 and 14.04 Change-Id: I364cb53cc73e567760d72e49df0e15105a66f2c7
56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
{
|
|
:nodes => {
|
|
:ops => {
|
|
:template => "ubuntu_1404",
|
|
:ipaddress => "10.0.3.10",
|
|
:environment => "testing",
|
|
:run_list => [
|
|
"role[os-ops-database]",
|
|
"role[os-ops-messaging]",
|
|
"role[os-ops-caching]",
|
|
"recipe[openstack-ops-database::openstack-db]"
|
|
]
|
|
},
|
|
:controller => {
|
|
:template => "ubuntu_1404",
|
|
:ipaddress => "10.0.3.11",
|
|
:environment => "testing",
|
|
:run_list => [
|
|
"role[os-base]",
|
|
"role[os-identity]",
|
|
"role[os-image]",
|
|
"role[os-compute-api]",
|
|
"role[os-compute-scheduler]",
|
|
"role[os-compute-cert]",
|
|
"role[os-compute-vncproxy]",
|
|
"role[os-block-storage]",
|
|
"role[os-dashboard]"
|
|
]
|
|
},
|
|
:compute => {
|
|
:template => "ubuntu_1404",
|
|
:ipaddress => "10.0.3.12",
|
|
:environment => "testing",
|
|
:run_list => [
|
|
"role[os-base]",
|
|
"role[os-compute-worker]"
|
|
]
|
|
}
|
|
},
|
|
:clusters => {
|
|
:simple => [
|
|
"ops",
|
|
"controller",
|
|
"compute"
|
|
]
|
|
},
|
|
:local_chef_server => {
|
|
:zero => false,
|
|
:berkshelf => true,
|
|
:librarian => false,
|
|
:enabled => true,
|
|
:auto_upload => true
|
|
},
|
|
:sudo => true
|
|
}
|