ONAP normative fixes 05/17105/2
authorTal Gitelman <tg851x@intl.att.com>
Tue, 3 Oct 2017 17:41:12 +0000 (20:41 +0300)
committerMichael Lando <ml636r@att.com>
Wed, 4 Oct 2017 08:43:27 +0000 (08:43 +0000)
Change-Id: I5d4417dbcbebb82ea5d30493bb27a27a5594e548
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json
catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py
sdc-os-chef/scripts/docker_clean.sh [deleted file]
sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb

index 6107261..1311fe9 100644 (file)
@@ -7,7 +7,7 @@
   "resourceType": "VL",
   "categories": [
     {
-      "name": "Generic",
+      "name": "Network Connectivity",
       "subcategories": [
         {
           "name": "Virtual Links"
index 3b4ed54..78b257d 100644 (file)
@@ -51,9 +51,9 @@ def importHeatTypes(beHost, bePort, adminUser, fileDir, updateversion):
                                  "subInterface",
                                  "contrailV2VLANSubInterface",
                                  "multiFlavorVFC",
-                                 "vnfConfiguration"#,
-                                 #"underlayVpn",
-                                 #"overlayTunnel"
+                                 "vnfConfiguration",
+                                 "underlayVpn",
+                                 "overlayTunnel"
                                  ]
                
        responseCodes = [200, 201]
diff --git a/sdc-os-chef/scripts/docker_clean.sh b/sdc-os-chef/scripts/docker_clean.sh
deleted file mode 100755 (executable)
index 3979de6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-pat=$1
-docker_ids=`docker ps -a | grep ${pat} | awk '{print $1}'`
-for X in ${docker_ids}
-do
-   docker rm -f ${X}
-done
-
-
index f782ce3..3baf473 100644 (file)
@@ -11,7 +11,6 @@ bash "upgrade-normatives" do
     cd normatives/scripts/import/tosca/
     /bin/chmod +x upgradeNormative.py importGroupTypes.py
     python upgradeNormative.py -i localhost --debug=true > /var/lib/jetty/logs/upgradeNormative.log
-    python importGroupTypes.py -i localhost > /var/lib/jetty/logs/importGroupTypes.log
   EOH
 end