From 7e03c7d207b226f245ce6b048249d582492a065f Mon Sep 17 00:00:00 2001 From: beierlm Date: Fri, 16 Oct 2020 23:05:14 +0200 Subject: [PATCH] Revert "Workaround for Bug 1262" This reverts commit 69b532b05f993931ce73b997de85123a7da09d35. Reason for revert: LW-UI has been updated via these changes: https://osm.etsi.org/gerrit/c/osm/devops/+/9869 https://osm.etsi.org/gerrit/c/osm/LW-UI/+/9870 Change-Id: I4eea04dd3ab519fe401d100b34738c39f3d244d9 Signed-off-by: beierlm --- docker/Makefile | 3 +-- docker/mk/Makefile.include | 7 +++---- installers/osm_health.sh | 6 ++---- jenkins/ci-pipelines/ci_stage_3.groovy | 3 +-- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/docker/Makefile b/docker/Makefile index ac5a4010..a3b40288 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -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 diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include index f8e34c53..e1517483 100644 --- a/docker/mk/Makefile.include +++ b/docker/mk/Makefile.include @@ -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 > $@ diff --git a/installers/osm_health.sh b/installers/osm_health.sh index a8c338dd..0f7922a3 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh @@ -16,12 +16,10 @@ # 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) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 2bfb0556..8906ffce 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -142,8 +142,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}"]) -- 2.25.1