Skip to content
Snippets Groups Projects
Commit e992050f authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

moved endpoints variables

parent 3f0c4490
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,6 @@ iaas::profile::haproxy::stats_login: "stats"
iaas::profile::haproxy::stats_password: "stats"
iaas::profile::haproxy::stats_uri: "/"
# Endpoints
iaas::role::endpoint::servers: ['ocp-tb-1','ocp-tb-2','ocp-tb-3'] # List of load-balancers
iaas::role::endpoint::main_hostname: '192.168.0.127' # VIP Hostname
iaas::role::endpoint::main_address: 192.168.0.127 # The main virtual address pointing to the load-balancers
iaas::role::endpoint::coordination: ['192.168.0.39:2181,192.168.0.40:2181']
# Percona
iaas::profile::database::mysql_cluster_servers: 'ocp-tb-1,ocp-tb-2,ocp-tb-3'
iaas::profile::database::mysql_port: 3307
......@@ -75,6 +69,12 @@ ceph::profile::params::bootstrap_osd_key: 'AQDlL/hUUCpdFBAAZeo6mKj4yeKPmVKfUY5aw
ceph::profile::params::bootstrap_mds_key: 'AQApksZUIJhXJxAAEHVW/dbL1OeLA7Om++zdVw=='
ceph::profile::params::osd_journal_size: '5120'
# Endpoints
iaas::role::endpoint::servers: ['ocp-tb-1','ocp-tb-2','ocp-tb-3'] # List of load-balancers
iaas::role::endpoint::main_hostname: '192.168.0.127' # VIP Hostname
iaas::role::endpoint::main_address: 192.168.0.127 # The main virtual address pointing to the load-balancers
iaas::role::endpoint::coordination: ['192.168.0.39:2181,192.168.0.40:2181'] # coordination for zookeeper, controllers
# Galera MySQL
iaas::mysql::keystone::user: keystone
iaas::mysql::keystone::password: keystone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment