7323a842da
- resource_provider became a general provider for git/zip/whatever data - library-puppet is used to install & manage all dependencies - keystone_puppet resource is added, with manifests from openstack git
8 lines
239 B
Puppet
8 lines
239 B
Puppet
class {'keystone':
|
|
verbose => True,
|
|
catalog_type => 'sql',
|
|
admin_token => '{{ admin_token }}',
|
|
sql_connection => 'mysql://{{ db_user }}:{{ db_password }}@{{ ip }}/{{ db_name }}',
|
|
public_port => '{{ port }}'
|
|
}
|