From cf4b21de56386351678e5ab737113807207fd1db Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 31 Mar 2016 00:35:31 -0500 Subject: commenting out the haproxy config currently. Change-Id: I50914e80c3e9a3b46825ebe65e206be5d2ae6b57 --- ci/01-deploybundle.sh | 2 +- ci/odl/juju-deployer/ovs-odl-ha.yaml | 128 +++++++++++++++++------------------ 2 files changed, 65 insertions(+), 65 deletions(-) (limited to 'ci') diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 5fb315c3..356156dd 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -28,7 +28,7 @@ case "$3" in # Choose the external port to go out from gateway to use. sed -i -- 's/#ext-port: "eth1"/ext-port: "eth1"/g' ./bundles.yaml # Use host for public API for Orange pod2 - sed -i -- 's/#os-public-hostname: api.public-fqdn/os-public-hostname: api.pod2.opnfv.fr/g' ./bundles.yaml + # sed -i -- 's/#os-public-hostname: api.public-fqdn/os-public-hostname: api.pod2.opnfv.fr/g' ./bundles.yaml ;; 'intelpod6' ) # As per your lab vip address list be deafult uses 10.4.1.11 - 10.4.1.20 diff --git a/ci/odl/juju-deployer/ovs-odl-ha.yaml b/ci/odl/juju-deployer/ovs-odl-ha.yaml index 85ee681c..0e9ff300 100644 --- a/ci/odl/juju-deployer/ovs-odl-ha.yaml +++ b/ci/odl/juju-deployer/ovs-odl-ha.yaml @@ -255,70 +255,70 @@ openstack-phase2: security-groups: True openvswitch-odl: branch: lp:~openstack-charmers/charms/trusty/openvswitch-odl/trunk - haproxy: - charm: cs:trusty/haproxy - options: - services: | - - service_name: nova - service_host: "0.0.0.0" - service_port: 8774 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[nova, 10.4.1.16, 8774, check ]] - - service_name: swift - service_host: "0.0.0.0" - service_port: 80 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[swift, 10.4.1.100, 80, check ]] - - service_name: glance - service_host: "0.0.0.0" - service_port: 9292 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[glance, 10.4.1.12, 9292, check ]] - - service_name: cinderv2 - service_host: "0.0.0.0" - service_port: 8776 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[cinderv2, 10.4.1.100, 8776, check ]] - - service_name: ceilometer - service_host: "0.0.0.0" - service_port: 8777 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[ceilometer, 10.4.1.14, 8777, check ]] - - service_name: keystone - service_host: "0.0.0.0" - service_port: 5000 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[keystone, 10.4.1.13, 5000, check ]] - - service_name: heat - service_host: "0.0.0.0" - service_port: 8004 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[heat, 10.4.1.18, 8004, check ]] - - service_name: neutron - service_host: "0.0.0.0" - service_port: 9696 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[neutron, 10.4.1.17, 9696, check ]] - - service_name: heat-cfn - service_host: "0.0.0.0" - service_port: 8000 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[heat-cfn, 192.168.2.162, 8000, check ]] - - service_name: cinder - service_host: "0.0.0.0" - service_port: 8776 - service_options: [balance leastconn, cookie SRVNAME insert] - server_options: maxconn 100 cookie S{i} check - servers: [[cinder, 192.168.2.161, 8776, check ]] +# haproxy: +# charm: cs:trusty/haproxy +# options: +# services: | +# - service_name: nova +# service_host: "0.0.0.0" +# service_port: 8774 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[nova, 10.4.1.16, 8774, check ]] +# - service_name: swift +# service_host: "0.0.0.0" +# service_port: 80 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[swift, 10.4.1.100, 80, check ]] +# - service_name: glance +# service_host: "0.0.0.0" +# service_port: 9292 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[glance, 10.4.1.12, 9292, check ]] +# - service_name: cinderv2 +# service_host: "0.0.0.0" +# service_port: 8776 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[cinderv2, 10.4.1.100, 8776, check ]] +# - service_name: ceilometer +# service_host: "0.0.0.0" +# service_port: 8777 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[ceilometer, 10.4.1.14, 8777, check ]] +# - service_name: keystone +# service_host: "0.0.0.0" +# service_port: 5000 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[keystone, 10.4.1.13, 5000, check ]] +# - service_name: heat +# service_host: "0.0.0.0" +# service_port: 8004 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[heat, 10.4.1.18, 8004, check ]] +# - service_name: neutron +# service_host: "0.0.0.0" +# service_port: 9696 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[neutron, 10.4.1.17, 9696, check ]] +# - service_name: heat-cfn +# service_host: "0.0.0.0" +# service_port: 8000 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[heat-cfn, 192.168.2.162, 8000, check ]] +# - service_name: cinder +# service_host: "0.0.0.0" +# service_port: 8776 +# service_options: [balance leastconn, cookie SRVNAME insert] +# server_options: maxconn 100 cookie S{i} check +# servers: [[cinder, 192.168.2.161, 8776, check ]] to: - "lxc:nodes-api=0" relations: -- cgit 1.2.3-korg