Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-3209

Failing Component deployments in "Development" setup

XMLWordPrintable

    • Hide

      In "dev" setup (no ServiceMesh, no Ingress) the following components fail to install:
      see (https://gitlab.devops.telekom.de/tnap/onapcommunity/integrationproject/onapdeployment/onap-oom-install/-/jobs/110661308)

          onap-sdnc               onap                    1               2023-06-27 04:02:43.622137628 +0000 UTC failed          sdnc-12.0.0
          onap-uui                onap                    1               2023-06-27 04:20:11.025750445 +0000 UTC failed          uui-12.0.0
          onap-vnfsdk             onap                    1               2023-06-27 04:21:00.155009363 +0000 UTC failed          vnfsdk-12.0.0 

      SDNC:

      root@control01-daily-london:/# helm upgrade -i onap-sdnc local/sdnc --namespace onap --version 12.0.0 --values /opt/oom/kubernetes/onap/values.yaml --values /opt/oom/kubernetes/onap/resources/overrides/onap-all.yaml --values /opt/oom/kubernetes/onap/resources/overrides/environment.yaml --values /home/ubuntu/oom/london/onap-overrides.yaml --timeout '900s'
      
      Error: UPGRADE FAILED: failed to create resource: Service "sdnc-dgbuilder" is invalid: spec.ports[0].nodePort: Invalid value: 3023: provided port is not in the valid range. The range of valid ports is 30000-32767 

      UUI:

      root@control01-daily-london:/opt/oom/kubernetes# helm upgrade -i onap-uui local/uui --namespace onap --version 12.0.0 --values /opt/oom/kubernetes/onap/values.yaml --values /opt/oom/kubernetes/onap/resources/overrides/onap-all.yaml --values /opt/oom/kubernetes/onap/resources/overrides/environment.yaml --values /home/ubuntu/oom/london/onap-overrides.yaml --timeout '900s'
      Error: UPGRADE FAILED: failed to create resource: Service "uui" is invalid: spec.ports[0].nodePort: Invalid value: 30298: provided port is already allocated 

      VNFSDK:

      root@control01-daily-london:/opt/oom/kubernetes# helm upgrade -i onap-vnfsdk local/vnfsdk --namespace onap --version 12.0.0 --values /opt/oom/kubernetes/onap/values.yaml --values /opt/oom/kubernetes/onap/resources/overrides/onap-all.yaml --values /opt/oom/kubernetes/onap/resources/overrides/environment.yaml --values /home/ubuntu/oom/london/onap-overrides.yaml --timeout '900s'
      Error: UPGRADE FAILED: failed to create resource: Service "refrepo" is invalid: spec.ports[0].nodePort: Invalid value: 30297: provided port is already allocated
       

      Also MultiCloud services use the wrong nodePorts.
      Need to alligned with https://wiki.onap.org/display/DW/OOM+NodePort+List

      <!-- Thank you for creating a Bug on OOM. -->
      <!-- remove all lines by doing what's expected and not expected when started by <!-- -->
      <!-- Please fill the following template so we can efficiently move on: -->

      SUMMARY

      <!--- Explain the problem briefly below -->

      OS / ENVIRONMENT

      • Kubernetes version:
        <!-- output of `kubernetes version` -->
      • Helm version:
        <!-- output of `helm version` -->
      • Kubernetes mode of installation:
        <!-- add also configuration file if relevant -->
        <!-- please run:
        docker run -e DEPLOY_SCENARIO=k8s-test \
        -v <the kube config>:/root/.kube/config \
        opnfv/functest-kubernetes-healthcheck:latest
        -->
        <!-- and upload the result directory as a zip file -->
      • CNI Used for Kubernetes:
      • type of installation: <!-- number of control, number of nodes -->

      OOM VERSION

      <!--- which branch / tag did you use -->

      CONFIGURATION

      <!-- please paste or upload override file used -->

      STEPS TO REPRODUCE

      <!-- please show line used to create helm charts -->
      <!-- please show line used to deploy ONAP -->
      <!-- add any necessary relevant command done -->

      EXPECTED RESULTS

      <!--- Describe what you expected to happen when running the steps above -->

      ACTUAL RESULTS

      <!--- Describe what actually happened. -->
      <!-- please run: docker run -v <the kube config>:/root/.kube/config -v \
      <result directory>:/var/lib/xtesting/results \ registry.gitlab.com/orange-opensource/lfn/onap/integration/xtesting/infra-healthcheck:latest
      -->
      <!-- and upload the result directory as a zip file -->
      <!-- cd where/your/oom/install is -->
      <!-- launch healthchecks: ./kubernetes/robot/ete-k8s.sh YOUR_DEPLOYMENT_NAME health -->
      <!-- and upload the result directory as a zip file -->
      <!-- it should be /dockerdata-nfs/onap/robot/logs/0000_ete_health/ (0000 must be the biggest number) -->

      Show
      In "dev" setup (no ServiceMesh, no Ingress) the following components fail to install: see ( https://gitlab.devops.telekom.de/tnap/onapcommunity/integrationproject/onapdeployment/onap-oom-install/-/jobs/110661308) onap-sdnc onap 1 2023-06-27 04:02:43.622137628 +0000 UTC failed sdnc-12.0.0 onap-uui onap 1 2023-06-27 04:20:11.025750445 +0000 UTC failed uui-12.0.0 onap-vnfsdk onap 1 2023-06-27 04:21:00.155009363 +0000 UTC failed vnfsdk-12.0.0 SDNC: root@control01-daily-london:/# helm upgrade -i onap-sdnc local/sdnc --namespace onap --version 12.0.0 --values /opt/oom/kubernetes/onap/values.yaml --values /opt/oom/kubernetes/onap/resources/overrides/onap-all.yaml --values /opt/oom/kubernetes/onap/resources/overrides/environment.yaml --values /home/ubuntu/oom/london/onap-overrides.yaml --timeout '900s' Error: UPGRADE FAILED: failed to create resource: Service "sdnc-dgbuilder" is invalid: spec.ports[0].nodePort: Invalid value: 3023: provided port is not in the valid range. The range of valid ports is 30000-32767 UUI: root@control01-daily-london:/opt/oom/kubernetes# helm upgrade -i onap-uui local/uui --namespace onap --version 12.0.0 --values /opt/oom/kubernetes/onap/values.yaml --values /opt/oom/kubernetes/onap/resources/overrides/onap-all.yaml --values /opt/oom/kubernetes/onap/resources/overrides/environment.yaml --values /home/ubuntu/oom/london/onap-overrides.yaml --timeout '900s' Error: UPGRADE FAILED: failed to create resource: Service "uui" is invalid: spec.ports[0].nodePort: Invalid value: 30298: provided port is already allocated VNFSDK: root@control01-daily-london:/opt/oom/kubernetes# helm upgrade -i onap-vnfsdk local/vnfsdk --namespace onap --version 12.0.0 --values /opt/oom/kubernetes/onap/values.yaml --values /opt/oom/kubernetes/onap/resources/overrides/onap-all.yaml --values /opt/oom/kubernetes/onap/resources/overrides/environment.yaml --values /home/ubuntu/oom/london/onap-overrides.yaml --timeout '900s' Error: UPGRADE FAILED: failed to create resource: Service "refrepo" is invalid: spec.ports[0].nodePort: Invalid value: 30297: provided port is already allocated Also MultiCloud services use the wrong nodePorts. Need to alligned with https://wiki.onap.org/display/DW/OOM+NodePort+List <!-- Thank you for creating a Bug on OOM. --> <!-- remove all lines by doing what's expected and not expected when started by <!-- --> <!-- Please fill the following template so we can efficiently move on: --> SUMMARY <!--- Explain the problem briefly below --> OS / ENVIRONMENT Kubernetes version: <!-- output of `kubernetes version` --> Helm version: <!-- output of `helm version` --> Kubernetes mode of installation: <!-- add also configuration file if relevant --> <!-- please run: docker run -e DEPLOY_SCENARIO=k8s-test \ -v <the kube config>:/root/.kube/config \ opnfv/functest-kubernetes-healthcheck:latest --> <!-- and upload the result directory as a zip file --> CNI Used for Kubernetes: type of installation: <!-- number of control, number of nodes --> OOM VERSION <!--- which branch / tag did you use --> CONFIGURATION <!-- please paste or upload override file used --> STEPS TO REPRODUCE <!-- please show line used to create helm charts --> <!-- please show line used to deploy ONAP --> <!-- add any necessary relevant command done --> EXPECTED RESULTS <!--- Describe what you expected to happen when running the steps above --> ACTUAL RESULTS <!--- Describe what actually happened. --> <!-- please run: docker run -v <the kube config>:/root/.kube/config -v \ <result directory>:/var/lib/xtesting/results \ registry.gitlab.com/orange-opensource/lfn/onap/integration/xtesting/infra-healthcheck:latest --> <!-- and upload the result directory as a zip file --> <!-- cd where/your/oom/install is --> <!-- launch healthchecks: ./kubernetes/robot/ete-k8s.sh YOUR_DEPLOYMENT_NAME health --> <!-- and upload the result directory as a zip file --> <!-- it should be /dockerdata-nfs/onap/robot/logs/0000_ete_health/ (0000 must be the biggest number) -->

          andreasgeissler Andreas Geissler
          andreasgeissler Andreas Geissler
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: