Puppet Class: registry

Defined in:
manifests/image/registry.pp

Overview

Copyright (C) 2014 eNovance SAS <licensing@enovance.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Class: cloud::image::registry

Install Registry Image Server (Glance Registry)

Parameters:

glance_db_host

(optional) Hostname or IP address to connect to glance database Defaults to '127.0.0.1'

glance_db_user

(optional) Username to connect to glance database Defaults to 'glance'

glance_db_password

(optional) Password to connect to glance database Defaults to 'glancepassword'

glance_db_idle_timeout

(optional) Timeout before idle SQL connections are reaped. Defaults 5000

ks_keystone_internal_host

(optional) Internal Hostname or IP to connect to Keystone API Defaults to '127.0.0.1'

ks_keystone_internal_proto

(optional) Protocol used to connect to API. Could be 'http' or 'https'. Defaults to 'http'

ks_glance_internal_host

(optional) Internal Hostname or IP to connect to Glance Defaults to '127.0.0.1'

ks_glance_registry_internal_port

(optional) TCP port to connect to Glance Registry from internal network Defaults to '9191'

ks_glance_password

(optional) Password used by Glance to connect to Keystone API Defaults to 'glancepassword'

api_eth

(optional) Which interface we bind the Glance API server. Defaults to '127.0.0.1'

verbose

(optional) Set log output to verbose output Defaults to true

debug

(optional) Set log output to debug output Defaults to true

use_syslog

(optional) Use syslog for logging Defaults to true

log_facility

(optional) Syslog facility to receive log lines Defaults to 'LOG_LOCAL0'

firewall_settings

(optional) Allow to add custom parameters to firewall rules Should be an hash. Default to {}

Parameter Summary