ONAP normative fixes 17/17017/1
authorTal Gitelman <tg851x@intl.att.com>
Tue, 3 Oct 2017 12:02:40 +0000 (15:02 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Tue, 3 Oct 2017 12:02:40 +0000 (15:02 +0300)
Change-Id: Ia70f81f6b0b352a75b66bc85f8402ee424ae6424
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py
sdc-os-chef/scripts/docker_run.sh

index 78b257d..3b4ed54 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]
index d645f94..02eff23 100755 (executable)
@@ -147,7 +147,7 @@ docker run --detach --name sdc-FE --env HOST_IP=${IP} --env ENVNAME="${DEP_ENV}"
 # running healthCheck scripts
 echo "Running health checks, please wait..."
 echo ""
-c=25 # seconds to wait
+c=30 # seconds to wait
 REWRITE="\e[45D\e[1A\e[K"
 while [ $c -gt 0 ]; do
     c=$((c-1))