From b16f559a30ce28a6b528e4eab734cb5ea0ef23fc Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Thu, 19 May 2016 16:52:18 +0200 Subject: Build odl plugin for mitaka Change-Id: I59b96a424a753f880b4ac16abd806851ad3f9533 Signed-off-by: Michal Skalski --- .../no-ha_odl-l3_heat_ceilometer_scenario.yaml | 92 ++++++++++++++++------ 1 file changed, 70 insertions(+), 22 deletions(-) (limited to 'deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml') diff --git a/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml index 2ba2d6d75..911654643 100644 --- a/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml @@ -22,9 +22,9 @@ # deployment configuration meta-data deployment-scenario-metadata: title: ODL-L3 No-HA deployment - version: 0.0.3 - created: Jan 28 2016 - comment: Fuel ODL-L3 No HA with Ceph, Ceilometer and Heat rebased for Fuel8 + version: 0.0.4 + created: Jun 02 2016 + comment: Rebased to Fuel9 ############################################################################## # Stack extentions are opnfv added value features in form of a fuel-plugin @@ -83,16 +83,35 @@ dea-override-config: label: OpenDaylight plugin toggleable: true versions: - - enable_gbp: - label: GBP features + - bgpvpn_gateway: + description: Define the default gateway for BGPVPN + label: Default Gateway + regex: + error: Invalid ip number + source: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$ + restrictions: + - settings:opendaylight.enable_bgpvpn.value == false: Only needed if BGPVPN + is enabled. + type: text + value: 0.0.0.0 + weight: 16 + enable_bgpvpn: + description: 'This enables the bgpvpn extension of neutron togethere with + the corresponding sdnvpn features in odl. This feature will disable the + standart ovsdb feature from ODL. + + ' + label: BGPVPN extensions type: checkbox value: false - weight: 14 + weight: 15 enable_l3_odl: label: Use ODL to manage L3 traffic restrictions: - - networking_parameters:segmentation_type == 'vlan': Use tunneling segmentation type. - - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign public network to all nodes + - networking_parameters:segmentation_type == 'vlan': Use tunneling segmentation + type. + - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign + public network to all nodes type: checkbox value: true weight: 12 @@ -102,8 +121,14 @@ dea-override-config: value: false weight: 13 metadata: - always_editable: false + default_credentials: + password: admin + user: admin + hot_pluggable: false + jetty_port: 8181 odl_features: + cluster: + - odl-jolokia default: - config - standard @@ -112,33 +137,38 @@ dea-override-config: - kar - ssh - management - gbp: - - odl-groupbasedpolicy-base - - odl-groupbasedpolicy-ofoverlay - ovs: - - odl-ovsdb-openstack + gcr: + - odl-groupbasedpolicy-ovssfc + ncr: + - odl-ovsdb-sfc + - odl-ovsdb-sfc-rest + odl-default: - odl-restconf-all - odl-aaa-authn - odl-dlux-all + ovs: + - odl-ovsdb-openstack sfc: - - odl-sfc-core + - odl-sfc-model + - odl-sfc-provider + - odl-sfc-provider-rest - odl-sfc-sb-rest - odl-sfc-ui - odl-sfc-netconf - odl-sfc-ovs - odl-sfcofl2 - - odl-sfc-test-consumer vpn: - - odl-vpnservice-api - - odl-vpnservice-impl - - odl-vpnservice-impl-rest - - odl-vpnservice-impl-ui - - odl-vpnservice-core - odl-vpnservice-openstack # plugin_id: Assigned during installation - plugin_version: 0.8.0 + plugin_version: 0.9.0 restrictions: - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight + odl_v2: + description: V2 version is considered as experimental + label: Use V2 ML2 driver + type: checkbox + value: true + weight: 17 rest_api_port: description: Port on which ODL REST API will be available. label: Port number @@ -148,6 +178,24 @@ dea-override-config: type: text value: '8282' weight: 40 + sfc_class: + description: 'Classifier determines what traffic needs to be chained based + on policy based on yang model. The OpenDayLight actually supports the + OVSDB NetVirt and the GBP classifier in case of SFC. + + ' + label: Classifier used by SFC + restrictions: + - action: hide + condition: settings:opendaylight.enable_sfc.value == false + type: select + value: ncr + values: + - data: ncr + label: NetVirt + - data: gcr + label: GBP + weight: 14 weight: 70 dha-override-config: -- cgit 1.2.3-korg