From bb43ba263f7e205e7f03f8c77786f991f1cbdc8d Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Wed, 18 Dec 2013 10:55:33 +0100 Subject: [PATCH] site: adapt for running CI job (alive nodes) --- site.pp | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/site.pp b/site.pp index 5bb6d4d3..a9615a79 100644 --- a/site.pp +++ b/site.pp @@ -57,7 +57,7 @@ node 'os-ci-test4' inherits common{ } # Controller nodes (x3) -node 'os-ci-test13' inherits common { +node 'os-ci-test13', 'os-ci-test12', 'os-ci-test11' inherits common { ## Databases: class {'os_nosql_node':} @@ -104,7 +104,6 @@ node 'os-ci-test13' inherits common { # == Network nodes (x2) # L2 integration providing several services: DHCP, L3 Agent, Metadata service, LBaaS, and VPNaaS # We need at least two nodes for DHCP High availability -#FIXME 8 is down node 'os-ci-test8' inherits common { class {'os_network_common': } @@ -117,21 +116,20 @@ node 'os-ci-test8' inherits common { } # Storage nodes (x3) -node 'os-ci-test10', 'os-ci-test11', 'os-ci-test12' inherits common{ - -## Telemetry - class {'os_telemetry_common':} - -## Object Storage - class { 'os_swift_storage': - local_ip => $ipaddress_eth0, - swift_zone => $os_params::os_swift_zone[$::hostname], - } -} +#node 'os-ci-test10', 'os-ci-test11', 'os-ci-test12' inherits common{ +# +### Telemetry +# class {'os_telemetry_common':} +# +### Object Storage +# class { 'os_swift_storage': +# local_ip => $ipaddress_eth0, +# swift_zone => $os_params::os_swift_zone[$::hostname], +# } +#} # Compute nodes (x1) -#FIXME 7 is down -node 'os-ci-test7' inherits common { +node 'os-ci-test10' inherits common { ## Networking class { 'os_network_common': }