Files
puppet-openstack/manifests/hosts.pp
2011-06-23 13:21:46 -07:00

23 lines
326 B
Puppet

Host { ensure => present }
host { 'puppetmaster':
ip => '172.21.0.10',
}
host { 'all':
ip => '172.21.0.11',
}
host { 'db':
ip => '172.21.0.12'
}
host { 'rabbitmq':
ip => '172.21.0.13',
}
host { 'controller':
ip => '172.21.0.14',
}
host { 'compute':
ip => '172.21.0.15',
}
host { 'glance':
ip => '172.21.0.16',
}