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

Add SDNC DMaaP and UEB listener containers

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Highest Highest
    • None
    • None
    • None
    • None

      see (Thanks for the catch Brian Freeman)

      https://wiki.onap.org/display/DW/ONAP+on+Kubernetes?focusedCommentId=20087232&refresh=1512611666778#comment-20087232

       

      Brian Freeman

      Was able to complete bringing up ONAP on Azure through health check except for dcae

      A few things missing:

      1. SDNC missing ueb-listener and dmaap-listener since OOM not in sync with sdnc docker-compose.yaml
        1. Will not be able to run vCPE in OOM till this is fixed
      2. SDC looks like it is missing the sdc-sanity container (sync with sdc docker-compose.yaml)

      Had to add a data disk to the Ubuntu VM.

      1. Add a  data disk via azure portal or cli and login - new disk should be /mnt 
        1. create /mnt/onap
        2. create /mnt/docker
        3. create /mnt/dockerdata_nfs
        4. ln -s /mnt/onap /opt/onap
        5. ln -s /mnt/dockerdata_nfs /dockerdata_nfs
      2. remove docker engine via apt remove
      3. rm /var/lib/docker
      4. ln -s /opt/docker /var/lib/docker
        1. this provides disk space for docker images, containers and file system
      5. add input ports to network security group
        1. 8880, 4500, 500 and the range 30000 - 31000 
        2. I also opened 8080, 8989 and 10250 but I don't think those are needed
      6. Run oom_rancher_setup_1.sh and continue with the WIKI instructions

      Yes forgot to point out the requirements on this page - you will need 70G to install ONAP and it will run up to 90 over a week (mostly logs)

      Curious about Azure filesystems - I had issues with non-EBS in the past - will recheck.

      Will raise a JIRA on the HEAT to OOM sync for SDNC

      missing from OOM (looks like we don't need these at least until after vf-module creation - or we are just missing jms messages)
      5bc9e04a29e3        onap/sdnc-ueb-listener-image:latest     "/opt/onap/sdnc/ue..."   2 days ago          Up 2 days                                                              sdnc_ueblistener_container
       
      2fc3b79f74d2        onap/sdnc-dmaap-listener-image:latest   "/opt/onap/sdnc/dm..."   2 days ago          Up 2 days                                                              sdnc_dmaaplistener_container

       

      for SDC - would raise a JIRA but I don't see the sanity container in HEAT - I see the same 5 containers in both

      HEAT
      root@onap-sdc:~# docker ps
      CONTAINER ID        IMAGE                                                      COMMAND              CREATED             STATUS              PORTS                                                                     NAMES
      9622747f5df2        nexus3.onap.org:10001/openecomp/sdc-frontend:v1.1.0        "/root/startup.sh"   2 days ago          Up 2 days           0.0.0.0:8181>8181/tcp, 8080/tcp, 0.0.0.0:9443>9443/tcp                  sdc-FE
      85733ad254f7        nexus3.onap.org:10001/openecomp/sdc-backend:v1.1.0         "/root/startup.sh"   2 days ago          Up 2 days           0.0.0.0:8080>8080/tcp, 0.0.0.0:8443>8443/tcp                            sdc-BE
      5ece278fb37c        nexus3.onap.org:10001/openecomp/sdc-kibana:v1.1.0          "/root/startup.sh"   2 days ago          Up 2 days           0.0.0.0:5601->5601/tcp                                                    sdc-kbn
      d75c2263186d        nexus3.onap.org:10001/openecomp/sdc-cassandra:v1.1.0       "/root/startup.sh"   2 days ago          Up 2 days           70007001/tcp, 0.0.0.0:9042}}{{>9042/tcp, 7199/tcp, 0.0.0.0:9160->9160/tcp   sdc-cs
      25d35c470325        nexus3.onap.org:10001/openecomp/sdc-elasticsearch:v1.1.0   "/root/startup.sh"   2 days ago          Up 2 days           0.0.0.0:9200>9200/tcp, 0.0.0.0:9300>9300/tcp                            sdc-es
       
       
      OOM
      ubuntu@ip172318211:~$ kubectl get pods --all-namespaces -a | grep sdc
      onap-sdc              sdc-be-2336519847-knfqw                       2/2       Running     0          40m
      onap-sdc              sdc-cs-1151560586-35df3                       1/1       Running     0          40m
      onap-sdc              sdc-es-2438522492-8cfj1                       1/1       Running     0          40m
      onap-sdc              sdc-fe-2862673798-4fgzp                       2/2       Running     0          40m
      onap-sdc              sdc-kb-1258596734-z4970                       1/1       Running     0          40m

       

            adetalhouet adetalhouet
            michaelobrien michaelobrien
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: