Skip to content
Snippets Groups Projects

Added parameters to configure memcache and VNC-server to enable VNC console

Merged Riccardo Bucchi requested to merge dev_vncserver into dev
+ 25
2
Compare changes
  • Side-by-side
  • Inline
Files
@@ -76,6 +76,9 @@ 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::role::endpoint::coordination: ['10.101.32.x:2181,10.101.32.x:2181'] # coordination for zookeeper, controllers
# Memcache
iaas::memcache::coordination: ['10.101.32.x:11211','10.101.32.x:11211'] # Set memcache servers and related port
# Galera MySQL
iaas::mysql::keystone::user: keystone
iaas::mysql::keystone::password: keystone
@@ -160,4 +163,4 @@ iaas::profile::horizon::secret: horizon
# Ceilometer
iaas::profile::ceilometer::servers: ["10.101.32.x", "10.101.32.x"] # controllers ip
iaas::profile::ceilometer::secret: ceilometer
iaas::profile::ceilometer::password: ceilometer
\ No newline at end of file
iaas::profile::ceilometer::password: ceilometer
Loading