Skip to content
Snippets Groups Projects
Commit e4593375 authored by root's avatar root
Browse files

rhmk parameter hardcoded for scuola cloud

parent 70e73ec9
Branches master
Tags 4.1.0
No related merge requests found
......@@ -21,7 +21,7 @@ class iaas::role::rhmk(
$dns_searchdomain = $iaas::params::dns_searchdomain,
# MYSQL
$percona_master = false,
$mysql_root_pwd = undef,
$mysql_root_pwd = 'pwd',
$keystone_pwd = $iaas::params::db_keystone_password, #'keystone',
$glance_pwd = $iaas::params::db_glance_password, #'glance',
$nova_pwd = $iaas::params::db_nova_password, #'nova',
......@@ -32,7 +32,7 @@ class iaas::role::rhmk(
$mongo_master = false,
$mongo_bootstrap = false,
$mongo_key = 'Uf+8s0LbxIxNrbyEC1kw',
$mongo_password = undef,
$mongo_password = 'pwd',
$ceilometer_pwd = $iaas::params::db_ceilometer_password, #'ceilometer',
# KEEPALIVED
$keepalived_priority = 100,
......@@ -46,8 +46,8 @@ class iaas::role::rhmk(
$haproxy_stats_enabled = "true",
$haproxy_stats_ports = [1936],
$haproxy_stats_refresh = "30s",
$haproxy_stats_login = "stats",
$haproxy_stats_password = "stats",
$haproxy_stats_login = "admin",
$haproxy_stats_password = "pwd",
$haproxy_stats_uri = "/",
# RABBITMQ
$rabbit_hostname = $hostname,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment