Allign odl-sfc scenarios with new plugin version 13/18313/2
authorMichal Skalski <mskalski@mirantis.com>
Wed, 10 Aug 2016 09:55:46 +0000 (11:55 +0200)
committerMichal Skalski <mskalski@mirantis.com>
Fri, 12 Aug 2016 09:28:45 +0000 (11:28 +0200)
ODL Boron use different set of sfc features.

JIRA: FUEL-169

Change-Id: I38c1e518ffbf625a68f879779c01e4abfdb1d672
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
build/f_isoroot/f_odlpluginbuild/config.mk
deploy/config/plugins/fuel-odl_0.9.0.yaml
deploy/scenario/ha_odl-l2_sfc_heat_ceilometer_scenario.yaml
deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml

index d073825..2de18fb 100644 (file)
@@ -8,7 +8,7 @@
 ##############################################################################
 
 ODL_BRANCH ?= master
-ODL_CHANGE ?= 5d80efce6d0b1d242489ec2897cf20f51dd5fcb1
+ODL_CHANGE ?= b6aeb90c156d77bd3e100106d8501a50f756cacd
 ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git
 
 export ODL_TARBALL_LOCATION?=https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.4.3-Beryllium-SR3/distribution-karaf-0.4.3-Beryllium-SR3.tar.gz
index 90a6494..6caf483 100644 (file)
@@ -83,23 +83,6 @@ opendaylight:
         - data: gcr
           label: GBP
         weight: 21
-      package_name:
-        description: 'Plugin can be build with dedicated package for SFC. Before
-          choosing opendaylight-boron ensure that plugin include this package.
-
-          '
-        label: Name of opendaylight deb package
-        restrictions:
-        - action: hide
-          condition: settings:opendaylight.enable_sfc.value == false
-        type: select
-        value: opendaylight
-        values:
-        - data: opendaylight
-          label: opendaylight
-        - data: opendaylight-boron
-          label: opendaylight-boron
-        weight: 22
       metadata:
         default_credentials:
           password: admin
@@ -130,13 +113,14 @@ opendaylight:
           - 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-openflow-renderer
           vpn:
           - odl-vpnservice-openstack
+        odl_deb: opendaylight
+        experimental_odl_deb: opendaylight-boron
+        use_experimental_odl:
+          - enable_sfc
         #plugin_id: Assigned during installation
         plugin_version: 0.9.0
         restrictions:
index 1fb4517..a900720 100644 (file)
@@ -50,8 +50,6 @@ stack-extensions:
         versions:
           - enable_sfc:
               value: true
-            package_name:
-              value: opendaylight-boron
             metadata:
               plugin_version: 0.9.0
 # Note that the module substitionion does not support arrays
index bf72ad7..58fdd07 100644 (file)
@@ -22,9 +22,9 @@
 # deployment configuration meta-data
 deployment-scenario-metadata:
    title: ODL-L2-SFC No-HA deployment
-   version: 0.0.1
+   version: 0.0.2
    created: Feb 10 2016
-   comment: Fuel ODL-L2 SFC No HA with Ceph, Ceilometer and Heat Rebased for Fuel8
+   comment: Fuel ODL-L2 SFC No HA with Ceph, Ceilometer and Heat Rebased for Fuel9
 
 ##############################################################################
 # Stack extentions are opnfv added value features in form of a fuel-plugin
@@ -36,6 +36,22 @@ stack-extensions:
     module-config-name: fuel-nshovs
     module-config-version: 0.9.0
     module-config-override:
+      metadata:
+        versions:
+          - install_nsh:
+              value: true
+            metadata:
+              plugin_version: 0.9.0
+  - module: opendaylight
+    module-config-name: fuel-odl
+    module-config-version: 0.9.0
+    module-config-override:
+      metadata:
+        versions:
+          - enable_sfc:
+              value: true
+            metadata:
+              plugin_version: 0.9.0
 
 # Note that the module substitionion does not support arrays
 # This is a quick fix
@@ -57,7 +73,6 @@ stack-extensions:
 # By editing the override-config sections below, you can override arbitrary
 # configuration name-space settings
 dea-override-config:
-
   nodes:
   - id: 1
     interfaces: interfaces_1
@@ -75,85 +90,6 @@ dea-override-config:
     interfaces: interfaces_1
     role: ceph-osd,compute
     transformations: transformations_1
-  settings:
-    editable:
-      opendaylight:
-        metadata:
-          # chosen_id: Assigned during installation
-          class: plugin
-          default: false
-          enabled: true
-          label: OpenDaylight plugin
-          toggleable: true
-          versions:
-          - enable_gbp:
-              label: GBP features
-              type: checkbox
-              value: true
-              weight: 14
-            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
-              type: checkbox
-              value: false
-              weight: 12
-            enable_sfc:
-              label: SFC features
-              type: checkbox
-              value: true
-              weight: 13
-            metadata:
-              always_editable: false
-              odl_features:
-                default:
-                - config
-                - standard
-                - region
-                - package
-                - kar
-                - ssh
-                - management
-                - odl-restconf-all
-                gbp:
-                - odl-groupbasedpolicy-neutronmapper
-                - odl-groupbasedpolicy-ofoverlay
-                ovs:
-                - odl-ovsdb-openstack
-                - odl-restconf-all
-                - odl-aaa-authn
-                - odl-dlux-all
-                sfc:
-                - 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
-                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
-              restrictions:
-              - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
-            rest_api_port:
-              description: Port on which ODL REST API will be available.
-              label: Port number
-              regex:
-                error: Invalid port number
-                source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
-              type: text
-              value: '8282'
-              weight: 40
-          weight: 70
 
 dha-override-config:
 #  disks: