add compute2

Add vagrant config for a second compute node.
This commit is contained in:
Dan Bode
2012-11-01 23:35:17 -07:00
parent 9471056af4
commit 46015d1ad0
2 changed files with 7 additions and 0 deletions

6
Vagrantfile vendored
View File

@@ -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,

View File

@@ -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';