Commit 9be1e8f1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

EuCNC24: Disabled monitoring component in CI/CD pipeline

parent 60fccce4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ end2end_test eucnc24:
    # Deploy TeraFlowSDN
    - ./deploy/crdb.sh
    - ./deploy/nats.sh
    - ./deploy/qdb.sh
    #- ./deploy/qdb.sh
    #- ./deploy/kafka.sh
    - ./deploy/tfs.sh
    - ./deploy/show.sh
@@ -112,7 +112,7 @@ end2end_test eucnc24:
    - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/pathcompservice -c frontend
    - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/serviceservice -c server
    - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/nbiservice -c server
    - kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/monitoringservice -c server
    #- kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/monitoringservice -c server

    # Dump test container logs
    - docker logs ${TEST_NAME} || true
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
export TFS_COMPONENTS="context device pathcomp service nbi"

# Uncomment to activate Monitoring (old)
export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"

# Uncomment to activate Monitoring Framework (new)
#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api telemetry analytics automation"