
Started to create individual manifests for core openstack components such as Glance, keystone, nova, and horizon. Began to incorporate those manifests into main manifests. Wrote some tests. Fixed some typos.
5 lines
137 B
Puppet
5 lines
137 B
Puppet
class { 'openstack::compute':
|
|
sql_connection => 'mysql://foo:bar@192.168.1.1/nova',
|
|
glance_api_servers => '192.168.1.1:9292',
|
|
}
|