Skip to content
Snippets Groups Projects
Commit 5395dd3e authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

second vip added; main_hostname and main_address modified

parent 401eea7a
Branches
Tags
2 merge requests!23Dev,!17Dev osvip2
......@@ -72,8 +72,10 @@ 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: '10.101.32.x' # VIP Hostname
iaas::role::endpoint::main_address: 10.101.32.x # The main virtual address pointing to the load-balancers
iaas::main_hostname: '10.101.32.x' # VIP Hostname (public)
iaas::main_address: 10.101.32.x # The main virtual address pointing to the load-balancers
iaas::admin_hostname: '10.101.32.x' # VIP Hostname (admin)
iaas::admin_address: 10.101.32.x # The private virtual address pointing to the load-balancers
iaas::role::endpoint::coordination: ['10.101.32.x:2181,10.101.32.x:2181'] # coordination for zookeeper, controllers
# Memcache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment