Read the following before you go through the demo - to get a detailed view of the flow and artifacts.

see Cloud Native Deployment and https://onap.readthedocs.io/en/beijing/submodules/oom.git/docs/oom_developer_guide.html

  • No labels

4 Comments

  1. Retrofit wiki in prep of separation of installation from running the demos - see 

    1. DOC-173


  2. Hi all,

    First of all I am sorry for posting my question in this page.I could not find the appropriate page to ask this question.


    I am trying to install Full Onap on Openstack Ocata Using Devstack.

    I have been using following instruction to install the full ONAP.

    http://onap.readthedocs.io/en/amsterdam/guides/onap-developer/settingup/fullonap.html

    I updated the environment file and used amsterdam branch for following components instead of master branch.

      aai_branch: master
      appc_branch: master
      so_branch: master
      mr_branch: master
      policy_branch: master
      portal_branch: master
      robot_branch: master
      sdc_branch: master
      sdnc_branch: master
      vid_branch: master
      clamp_branch: master
      vnfsdk_branch: master

    I was able to install 15 vm as listed below

    VM nameONAP project(s)FlavorImage
    onap-aai-inst1AAIxlargeUbuntu 14.04
    onap-aai-inst2AAI/UIxlargeUbuntu 14.04
    onap-appcAPPC, CCSDKlargeUbuntu 14.04
    onap-clampCLAMPmediumUbuntu 16.04
    onap-dns-serverInternal DNSsmallUbuntu 14.04
    onap-message-routerDMAAPlargeUbuntu 14.04
    onap-multi-serviceMSB, VF-C, VNFSDKxxlargeUbuntu 16.04
    onap-policyPolicyxlargeUbuntu 14.04
    onap-portalPortal, CLIlargeUbuntu 14.04
    onap-robotIntegrationmediumUbuntu 16.04
    onap-sdcSDCxlargeUbuntu 16.04
    onap-sdncSDNC, CCSDKlargeUbuntu 14.04
    onap-soSOlargeUbuntu 16.04
    onap-vidVIDmediumUbuntu 14.04
    onap-dcae-bootstrapDCAE, HolmessmallUbuntu 14.04

    On healthcheck among 30 critical tests 25 passed and five failed.

    Usage: ete.sh [ health | ete | closedloop | instantiate | distribute ]
    root@onap-robot:/opt# ./ete.sh health
    Starting Xvfb on display :88 with res 1280x1024x24
    Executing robot tests at log level TRACE
    ==============================================================================
    OpenECOMP ETE
    ==============================================================================
    OpenECOMP ETE.Robot
    ==============================================================================
    OpenECOMP ETE.Robot.Testsuites
    ==============================================================================
    OpenECOMP ETE.Robot.Testsuites.Health-Check :: Testing ecomp components are...
    ==============================================================================
    Basic DCAE Health Check [ WARN ] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc4b886d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /healthcheck
    [ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc4b88c90>: Failed to establish a new connection: [Errno 111] Connection refused',)': /healthcheck
    [ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc4a7db50>: Failed to establish a new connection: [Errno 111] Connection refused',)': /healthcheck
    | FAIL |
    ConnectionError: HTTPConnectionPool(host='10.0.4.1', port=8080): Max retries exceeded with url: /healthcheck (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc6fb1190>: Failed to establish a new connection: [Errno 111] Connection refused',))
    ------------------------------------------------------------------------------
    Basic SDNGC Health Check | PASS |
    ------------------------------------------------------------------------------
    Basic A&AI Health Check [ WARN ] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3bc516f7d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /aai/util/echo?action=long
    [ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3bc4b88ed0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /aai/util/echo?action=long
    [ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3bc4b88790>: Failed to establish a new connection: [Errno 111] Connection refused',)': /aai/util/echo?action=long
    | FAIL |
    ConnectionError: HTTPSConnectionPool(host='10.0.1.1', port=8443): Max retries exceeded with url: /aai/util/echo?action=long (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3bc4ae34d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
    ------------------------------------------------------------------------------
    Basic Policy Health Check | PASS |
    ------------------------------------------------------------------------------
    Basic MSO Health Check | PASS |
    ------------------------------------------------------------------------------
    Basic ASDC Health Check | FAIL |
    DOWN != UP
    ------------------------------------------------------------------------------
    Basic APPC Health Check | PASS |
    ------------------------------------------------------------------------------
    Basic Portal Health Check | PASS |
    ------------------------------------------------------------------------------
    Basic Message Router Health Check [ WARN ] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc4ae8150>: Failed to establish a new connection: [Errno 111] Connection refused',)': /topics
    [ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc4ae8850>: Failed to establish a new connection: [Errno 111] Connection refused',)': /topics
    [ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc4ae84d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /topics
    | FAIL |
    ConnectionError: HTTPConnectionPool(host='10.0.11.1', port=3904): Max retries exceeded with url: /topics (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc4afbd10>: Failed to establish a new connection: [Errno 111] Connection refused',))
    ------------------------------------------------------------------------------
    Basic VID Health Check | PASS |
    ------------------------------------------------------------------------------
    Basic Microservice Bus Health Check | PASS |
    ------------------------------------------------------------------------------
    Basic CLAMP Health Check | PASS |
    ------------------------------------------------------------------------------
    catalog API Health Check | PASS |
    ------------------------------------------------------------------------------
    emsdriver API Health Check | PASS |
    ------------------------------------------------------------------------------
    gvnfmdriver API Health Check | PASS |
    ------------------------------------------------------------------------------
    huaweivnfmdriver API Health Check | PASS |
    ------------------------------------------------------------------------------
    multicloud API Health Check | PASS |
    ------------------------------------------------------------------------------
    multicloud-ocata API Health Check | PASS |
    ------------------------------------------------------------------------------
    multicloud-titanium_cloud API Health Check | PASS |
    ------------------------------------------------------------------------------
    multicloud-vio API Health Check | PASS |
    ------------------------------------------------------------------------------
    nokiavnfmdriver API Health Check | PASS |
    ------------------------------------------------------------------------------
    nslcm API Health Check | PASS |
    ------------------------------------------------------------------------------
    resmgr API Health Check | PASS |
    ------------------------------------------------------------------------------
    usecaseui-gui API Health Check | PASS |
    ------------------------------------------------------------------------------
    vnflcm API Health Check | PASS |
    ------------------------------------------------------------------------------
    vnfmgr API Health Check | PASS |
    ------------------------------------------------------------------------------
    vnfres API Health Check | PASS |
    ------------------------------------------------------------------------------
    workflow API Health Check | PASS |
    ------------------------------------------------------------------------------
    ztesdncdriver API Health Check | PASS |
    ------------------------------------------------------------------------------
    ztevmanagerdriver API Health Check | FAIL |
    502 != 200
    ------------------------------------------------------------------------------
    OpenECOMP ETE.Robot.Testsuites.Health-Check :: Testing ecomp compo... | FAIL |
    30 critical tests, 25 passed, 5 failed
    30 tests total, 25 passed, 5 failed
    ==============================================================================
    OpenECOMP ETE.Robot.Testsuites | FAIL |
    30 critical tests, 25 passed, 5 failed
    30 tests total, 25 passed, 5 failed
    ==============================================================================
    OpenECOMP ETE.Robot | FAIL |
    30 critical tests, 25 passed, 5 failed
    30 tests total, 25 passed, 5 failed
    ==============================================================================
    OpenECOMP ETE | FAIL |
    30 critical tests, 25 passed, 5 failed
    30 tests total, 25 passed, 5 failed
    ==============================================================================
    Output: /share/logs/ETE_6658/output.xml
    Log: /share/logs/ETE_6658/log.html
    Report: /share/logs/ETE_6658/report.html

    Here is the output of docker ps -a cmd in onap-aai-inst1,onap-aai-inst2,onap-message-router vms.

    root@onap-aai-inst1:~# docker ps -a
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    4591d4a40a41 nexus3.onap.org:10001/openecomp/aai-resources "/bin/bash /opt/ap..." 4 hours ago Exited (0) 2 hours ago testconfig_aai-resources.api.simpledemo.openecomp.org_1
    root@onap-aai-inst1:~# docker ps
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    root@onap-aai-inst1:~#



    root@onap-aai-inst2:~# docker ps
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    de0045dc233b elasticsearch:2.4.1 "/docker-entrypoin..." 2 hours ago Up 2 hours 0.0.0.0:9200->9200/tcp, 9300/tcp elasticsearch
    1b63d1a811d1 aaionap/hbase:1.2.0 "/bin/sh -c \"/entr..." 2 hours ago Up 2 hours 0.0.0.0:2181->2181/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8085->8085/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:16000->16000/tcp, 0.0.0.0:16010->16010/tcp, 9095/tcp, 0.0.0.0:16201->16201/tcp, 16301/tcp testconfig_aai.hbase.simpledemo.openecomp.org_1
    root@onap-aai-inst2:~# docker ps -a
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    de0045dc233b elasticsearch:2.4.1 "/docker-entrypoin..." 2 hours ago Up 2 hours 0.0.0.0:9200->9200/tcp, 9300/tcp elasticsearch
    1b63d1a811d1 aaionap/hbase:1.2.0 "/bin/sh -c \"/entr..." 2 hours ago Up 2 hours 0.0.0.0:2181->2181/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8085->8085/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:16000->16000/tcp, 0.0.0.0:16010->16010/tcp, 9095/tcp, 0.0.0.0:16201->16201/tcp, 16301/tcp testconfig_aai.hbase.simpledemo.openecomp.org_1
    root@onap-aai-inst2:~#


    root@onap-message-router:~# docker ps
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    root@onap-message-router:~# docker ps -a
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

    Please help me resolve this issue.


    Thank you in advance.

    Santosh


    1. The HEAT based Amsterdam deployment was deprecated in Beijing - use the 3.0.0-ONAP tag of Casablanca or master (dublin).  You will need a running kubernetes cluster  - see all instructions in


      https://onap.readthedocs.io/en/beijing/submodules/oom.git/docs/oom_cloud_setup_guide.html

      and

      Cloud Native Deployment


  3. What is the difference between VSP, VF & NS