From 89ac4d397e3a40cdfa2a807b89896c2a5e547634 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Tue, 22 Mar 2016 12:34:43 -0400 Subject: Adds L3 agent for no-sdn no-ha scenario JIRA: APEX-110 Change-Id: Ifbca9328f7ee502232b51b8641eb0c5dc90a487b Signed-off-by: Feng Pan --- build/opnfv-tripleo-heat-templates.patch | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'build/opnfv-tripleo-heat-templates.patch') diff --git a/build/opnfv-tripleo-heat-templates.patch b/build/opnfv-tripleo-heat-templates.patch index ba59e22d..648dba32 100644 --- a/build/opnfv-tripleo-heat-templates.patch +++ b/build/opnfv-tripleo-heat-templates.patch @@ -1,4 +1,4 @@ -From 516a741efddd1276d2b02010a7095737b6ce49cf Mon Sep 17 00:00:00 2001 +From ca87d09638f46ba49a866832030970bf43ade74e Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 12 Jan 2016 16:49:57 -0500 Subject: [PATCH] Adds current opnfv patch with ODL and ONOS support @@ -19,12 +19,12 @@ Subject: [PATCH] Adds current opnfv patch with ODL and ONOS support puppet/hieradata/common.yaml | 1 + puppet/hieradata/controller.yaml | 5 +- puppet/manifests/overcloud_compute.pp | 49 ++- - puppet/manifests/overcloud_controller.pp | 130 +++++- + puppet/manifests/overcloud_controller.pp | 128 +++++- puppet/manifests/overcloud_controller_pacemaker.pp | 482 ++++++++++++++------- puppet/manifests/overcloud_opendaylight.pp | 27 ++ puppet/opendaylight-puppet.yaml | 223 ++++++++++ puppet/vip-config.yaml | 1 + - 20 files changed, 1190 insertions(+), 162 deletions(-) + 20 files changed, 1188 insertions(+), 162 deletions(-) create mode 100644 environments/onos.yaml create mode 100644 environments/opendaylight-external.yaml create mode 100644 environments/opendaylight.yaml @@ -974,7 +974,7 @@ index cd41cc7..474d782 100644 if 'cisco_n1kv' in hiera('neutron_mechanism_drivers') { diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp -index 1f6c2be..5114f80 100644 +index 1f6c2be..a3c0479 100644 --- a/puppet/manifests/overcloud_controller.pp +++ b/puppet/manifests/overcloud_controller.pp @@ -30,6 +30,21 @@ if hiera('step') >= 1 { @@ -1019,7 +1019,7 @@ index 1f6c2be..5114f80 100644 include ::neutron::agents::dhcp include ::neutron::agents::metadata -@@ -237,15 +253,103 @@ if hiera('step') >= 3 { +@@ -237,15 +253,101 @@ if hiera('step') >= 3 { require => Package['neutron'], } @@ -1030,10 +1030,8 @@ index 1f6c2be..5114f80 100644 + } + } else { + include ::neutron -+ if 'opendaylight' in hiera('neutron_mechanism_drivers') { -+ if ! str2bool(hiera('opendaylight_enable_l3', 'no')) { -+ include ::neutron::agents::l3 -+ } ++ if ! ('opendaylight' in hiera('neutron_mechanism_drivers')) or ! str2bool(hiera('opendaylight_enable_l3', 'no')) { ++ include ::neutron::agents::l3 + } + } + @@ -1126,7 +1124,7 @@ index 1f6c2be..5114f80 100644 if 'cisco_n1kv' in hiera('neutron_mechanism_drivers') { include ::neutron::plugins::ml2::cisco::nexus1000v -@@ -280,8 +384,6 @@ if hiera('step') >= 3 { +@@ -280,8 +382,6 @@ if hiera('step') >= 3 { } Service['neutron-server'] -> Service['neutron-dhcp-service'] @@ -1135,7 +1133,7 @@ index 1f6c2be..5114f80 100644 Service['neutron-server'] -> Service['neutron-metadata'] include ::cinder -@@ -447,6 +549,20 @@ if hiera('step') >= 3 { +@@ -447,6 +547,20 @@ if hiera('step') >= 3 { Cron <| title == 'ceilometer-expirer' |> { command => "sleep $((\$(od -A n -t d -N 3 /dev/urandom) % 86400)) && ${::ceilometer::params::expirer_command}" } -- cgit 1.2.3-korg