--- test.pack.orig.txt 2015-03-18 20:24:31.905000000 +0000 +++ test.pack.txt 2015-03-18 20:25:30.397000000 +0000 @@ -90,7 +90,7 @@ # The list of IP addresses of the server on which to install the Nova # compute service -CONFIG_COMPUTE_HOSTS=10.0.0.2 +CONFIG_COMPUTE_HOSTS=10.0.0.2,10.0.0.3,10.0.0.4,10.0.0.5 # The list of IP addresses of the server on which to install the # network service such as Nova network or Neutron @@ -898,16 +898,16 @@ CONFIG_REDIS_PORT=6379 # Should redis try to use HA -CONFIG_REDIS_HA=n +CONFIG_REDIS_HA=y # The hosts on which to install redis slaves -CONFIG_REDIS_SLAVE_HOSTS= +CONFIG_REDIS_SLAVE_HOSTS=10.0.0.3,10.0.0.4,10.0.0.5 # The hosts on which to install redis sentinel servers -CONFIG_REDIS_SENTINEL_HOSTS= +CONFIG_REDIS_SENTINEL_HOSTS=10.0.0.2,10.0.0.3,10.0.0.4,10.0.0.5 # The host to configure as the coordination sentinel -CONFIG_REDIS_SENTINEL_CONTACT_HOST= +CONFIG_REDIS_SENTINEL_CONTACT_HOST=10.0.0.5 # The port on which redis sentinel servers listen CONFIG_REDIS_SENTINEL_PORT=26379