add compute2
Add vagrant config for a second compute node.
This commit is contained in:
6
Vagrantfile
vendored
6
Vagrantfile
vendored
@@ -29,6 +29,12 @@ Vagrant::Config.run do |config|
|
||||
'ip1' => '172.16.0.4'
|
||||
}
|
||||
},
|
||||
{'compute2' =>
|
||||
{
|
||||
'memory' => 2512,
|
||||
'ip1' => '172.16.0.14'
|
||||
}
|
||||
},
|
||||
{'nova_controller' =>
|
||||
{
|
||||
'memory' => 512,
|
||||
|
||||
@@ -35,6 +35,7 @@ host {
|
||||
'puppet': ip => '172.16.0.2';
|
||||
'openstackcontroller': ip => '172.16.0.3';
|
||||
'compute1': ip => '172.16.0.4';
|
||||
'compute2': ip => '172.16.0.14';
|
||||
'novacontroller': ip => '172.16.0.5';
|
||||
'glance': ip => '172.16.0.6';
|
||||
'keystone': ip => '172.16.0.7';
|
||||
|
||||
Reference in New Issue
Block a user