Revert "Workaround for Bug 1262" 67/9867/2
authorbeierlm <mark.beierl@canonical.com>
Fri, 16 Oct 2020 19:47:19 +0000 (21:47 +0200)
committerbeierlm <mark.beierl@canonical.com>
Fri, 16 Oct 2020 20:37:30 +0000 (22:37 +0200)
This reverts commit c3a33005ded347572dcf09d49df469ac88a67db7.

Reason for revert: LW-UI has been updated via these changes:

https://osm.etsi.org/gerrit/c/osm/devops/+/9851
https://osm.etsi.org/gerrit/c/osm/LW-UI/+/9829

Change-Id: I3a53718237bc7318e9caf2a56e72b12fa9db8a7b
Signed-off-by: beierlm <mark.beierl@canonical.com>
docker/Makefile
docker/mk/Makefile.include
installers/osm_health.sh
jenkins/ci-pipelines/ci_stage_3.groovy

index ac5a401..a3b4028 100644 (file)
@@ -14,6 +14,5 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 #
-#SUBDIRS = MON NBI osmclient RO LCM light-ui POL Keystone NG-UI PLA tests
-SUBDIRS = MON NBI osmclient RO LCM POL Keystone NG-UI PLA tests
+SUBDIRS = MON NBI osmclient RO LCM light-ui POL Keystone NG-UI PLA tests
 include mk/dirs.mk
index f8e34c5..e151748 100644 (file)
@@ -34,8 +34,7 @@ CONTAINER_NAME ?= $(LOWER_MDG)
 CMD_DOCKER_ARGS ?= -q
 DOCKER_ARGS     = $(CMD_DOCKER_ARGS)
 
-#DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone N2VC lightui ngui PLA tests
-DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone N2VC ngui PLA tests
+DEPS := MON IM LCM RO common osmclient devops NBI policy-module Keystone N2VC lightui ngui PLA tests
 
 DEPS_TARGETS = $(addprefix $(MKBUILD)/.dep_, $(DEPS))
 
@@ -47,8 +46,8 @@ $(MKBUILD):
 $(MKBUILD)/.dep_policy-module:
        $Q$(MKINCLUDE)/get_version.sh -r $(REPOSITORY) -R $(RELEASE) -k $(REPOSITORY_KEY) -u $(REPOSITORY_BASE) -m POL -p policy-module > $@
 
-#$(MKBUILD)/.dep_lightui:
-#      $Q$(MKINCLUDE)/get_version.sh -r $(REPOSITORY) -R $(RELEASE) -k $(REPOSITORY_KEY) -u $(REPOSITORY_BASE) -m LW-UI -p lightui > $@
+$(MKBUILD)/.dep_lightui:
+       $Q$(MKINCLUDE)/get_version.sh -r $(REPOSITORY) -R $(RELEASE) -k $(REPOSITORY_KEY) -u $(REPOSITORY_BASE) -m LW-UI -p lightui > $@
 
 $(MKBUILD)/.dep_ngui:
        $Q$(MKINCLUDE)/get_version.sh -r $(REPOSITORY) -R $(RELEASE) -k $(REPOSITORY_KEY) -u $(REPOSITORY_BASE) -m NG-UI -p ngui > $@
index 995fcd3..e7c8065 100755 (executable)
 # limitations under the License.
 
 WAIT_TIME=340  # LCM healthcheck needs 2x(30+140) senconds
-#SERVICES_WITH_HEALTH="nbi ro zookeeper lcm mon light-ui pol kafka"
-SERVICES_WITH_HEALTH="nbi ro zookeeper lcm mon pol kafka"
+SERVICES_WITH_HEALTH="nbi ro zookeeper lcm mon light-ui pol kafka"
 NUM_SERVICES_WITH_HEALTH=$(echo $SERVICES_WITH_HEALTH | wc -w)
 WAIT_FINAL=30
-#OSM_DEPLOYMENT="light-ui nbi lcm ro mon pol keystone"
-OSM_DEPLOYMENT="nbi lcm ro mon pol keystone"
+OSM_DEPLOYMENT="light-ui nbi lcm ro mon pol keystone"
 OSM_STATEFULSET="zookeeper kafka mongo mysql prometheus"
 NUM_K8S_PODS=$(echo $OSM_DEPLOYMENT $OSM_STATEFULSET | wc -w)
 
index 3ef5a11..d87ad95 100644 (file)
@@ -143,8 +143,7 @@ node("${params.NODE}") {
             // grab all stable upstream builds based on the
 
             dir("${RELEASE}") {
-                //def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"]
-                def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "NG-UI", "PLA", "tests"]
+                def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"]
                 for (component in list) {
                     step ([$class: 'CopyArtifact',
                            projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])