Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TechServersDetails
HEAT

Kubernetes

Jobs (AWS)

jenkins.onap.info

Analytics (AWS)

kibana.onap.info

CD servers (RackspaceAWS)

cd2dev.onap.info

OOM R2 Master (Beijing)

http://jenkins.onap.info/job/oom-cd-release-110-branch/

OOM R1 (Amsterdam)

http://jenkins.onap.info/job/oom-cd/

...



Get an openlab account - Integration / Developer Lab Access

Stephen Gooch provides excellent/fast service - raise a JIRA like the following

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyOPENLABS-75

Install openVPN - Using Lab POD-ONAP-01 Environment

For OSX both Viscosity and TunnelBlick work fine

Login to Openstack

Install openstack command line toolsTutorial: Configuring and Starting Up the Base ONAP Stack#InstallPythonvirtualenvTools(optional,butrecommended)
get your v3 rc file

verify your openstack cli access (or just use the jumpbox)
Code Block
obrienbiometrics:aws michaelobrien$ source logging-openrc.sh 
obrienbiometrics:aws michaelobrien$ openstack server list
+--------------------------------------+---------+--------+-------------------------------+------------+
| ID                                   | Name    | Status | Networks                      | Image Name |
+--------------------------------------+---------+--------+-------------------------------+------------+
| 1ed28213-62dd-4ef6-bdde-6307e0b42c8c | jenkins | ACTIVE | admin-private-mgmt=10.10.2.34 |            |
+--------------------------------------+---------+--------+-------------------------------+------------+
get 15 elastic IP's

You may need to release unused IPs from other tenants - as we have 4 pools of 50

fill in your stack env parameters

onap_openstack.env

  public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4

  public_net_name: external

  ubuntu_1404_image: ubuntu-14-04-cloud-amd64

  ubuntu_1604_image: ubuntu-16-04-cloud-amd64

  flavor_small: m1.small

  flavor_medium: m1.medium

  flavor_large: m1.large

  flavor_xlarge: m1.large

  flavor_xxlarge: m1.xlarge

  vm_base_name: onap

  key_name: onap_key

  pub_key: ssh-rsa AAAAobrienbiometrics

  nexus_repo: https://nexus.onap.org/content/sites/raw

  nexus_docker_repo: nexus3.onap.org:10001

  nexus_username: docker

  nexus_password: docker

  dmaap_topic: AUTO

  artifacts_version: 1.1.0-SNAPSHOT

  openstack_tenant_id: a85a07a5f34d4yyyyyyy

  openstack_tenant_name: Logyyyyyyy

  openstack_username: michaelyyyyyy

  openstack_api_key: Wyyyyyyy

  openstack_auth_method: password

  openstack_region: RegionOne

  horizon_url: http://10.12.25.2:5000/v3

  keystone_url: http://10.12.25.2:5000

  dns_list: ["10.12.25.5", "8.8.8.8"]

  external_dns: 8.8.8.8

  dns_forwarder: 110.12.25.5

  oam_network_cidr: 10.0.0.0/16


  dnsaas_config_enabled: PUT WHETHER TO USE PROXYED DESIGNATE

  dnsaas_region: PUT THE DESIGNATE PROVIDING OPENSTACK'S REGION HERE

  dnsaas_keystone_url: PUT THE DESIGNATE PROVIDING OPENSTACK'S KEYSTONE URL HERE

  dnsaas_tenant_name: PUT THE TENANT NAME IN THE DESIGNATE PROVIDING OPENSTACK HERE (FOR R1 USE THE SAME AS openstack_tenant_name)

  dnsaas_username: PUT THE DESIGNATE PROVIDING OPENSTACK'S USERNAME HERE

  dnsaas_password: PUT THE DESIGNATE PROVIDING OPENSTACK'S PASSWORD HERE

  dcae_keystone_url: PUT THE MULTIVIM PROVIDED KEYSTONE API URL HERE

  dcae_centos_7_image: PUT THE CENTOS7 VM IMAGE NAME HERE FOR DCAE LAUNCHED CENTOS7 VM

  dcae_domain: PUT THE NAME OF DOMAIN THAT DCAE VMS REGISTER UNDER

  dcae_public_key: PUT THE PUBLIC KEY OF A KEYPAIR HERE TO BE USED BETWEEN DCAE LAUNCHED VMS

  dcae_private_key: PUT THE SECRET KEY OF A KEYPAIR HERE TO BE USED BETWEEN DCAE LAUNCHED VMS

Run the HEAT stack
Code Block
obrienbiometrics:openlab michaelobrien$ openstack stack create -t onap_openstack.yaml -e onap_openstack.env ONAP1125_6
| id                  | 9b026354-c071-4e31-8611-11fef2f408f5     |
| stack_name          | ONAP1125_6                               |
| description         | Heat template to install ONAP components |
| creation_time       | 2017-11-26T02:16:57Z                     |
| updated_time        | 2017-11-26T02:16:57Z                     |
| stack_status        | CREATE_IN_PROGRESS                       |
| stack_status_reason | Stack CREATE started                     |
obrienbiometrics:openlab michaelobrien$ openstack stack list
| 9b026354-c071-4e31-8611-11fef2f408f5 | ONAP1125_6 | CREATE_IN_PROGRESS | 2017-11-26T02:16:57Z | 2017-11-26T02:16:57Z 


Wait for deployment

DCEA and several mutli-service VM's down

Code Block
obrienbiometrics:openlab michaelobrien$ openstack server list

| db5388c0-9fa5-4359-ad21-689dd0ce8955 | onap-multi-service  | ERROR  |                                             | ubuntu-16-04-cloud-amd64 |
| d712dce1-d39d-4c6e-8d21-d9da9aa40ea1 | onap-dcae-bootstrap | ACTIVE | oam_onap_awsf=10.0.4.1, 10.12.5.197         | ubuntu-16-04-cloud-amd64 |
| 4724fa8e-e10b-46cb-a81d-e7a9a7df041e | onap-aai-inst1      | ACTIVE | oam_onap_awsf=10.0.1.1, 10.12.5.118         | ubuntu-14-04-cloud-amd64 |
| bc4ef1f3-422d-4e66-a21b-8c5a3d206938 | onap-portal         | ACTIVE | oam_onap_awsf=10.0.9.1, 10.12.5.241         | ubuntu-14-04-cloud-amd64 |
| 0f9edb8e-a379-4ab1-a6b1-c24763b69ecd | onap-policy         | ACTIVE | oam_onap_awsf=10.0.6.1, 10.12.5.17          | ubuntu-14-04-cloud-amd64 |
| bd1f29e3-e05e-4570-9f41-94af83aec7d6 | onap-aai-inst2      | ACTIVE | oam_onap_awsf=10.0.1.2, 10.12.5.252         | ubuntu-14-04-cloud-amd64 |
| 57e90b08-d69e-4770-a298-97f64387e60d | onap-dns-server     | ACTIVE | oam_onap_awsf=10.0.100.1, 10.12.5.237       | ubuntu-14-04-cloud-amd64 |
| e9dd8800-0f77-4658-90b0-db98f4689485 | onap-message-router | ACTIVE | oam_onap_awsf=10.0.11.1, 10.12.5.234        | ubuntu-14-04-cloud-amd64 |
| af6120d8-419a-45f9-ae32-b077b9ace407 | onap-sdnc           | ACTIVE | oam_onap_awsf=10.0.7.1, 10.12.5.226         | ubuntu-14-04-cloud-amd64 |
| b6daf774-dc6a-4c9b-aaa3-ca8fc5734ac3 | onap-clamp          | ACTIVE | oam_onap_awsf=10.0.12.1, 10.12.5.128        | ubuntu-16-04-cloud-amd64 |
| 31524fcb-d1b2-427b-b0bf-29e8fc65fded | onap-sdc            | ACTIVE | oam_onap_awsf=10.0.3.1, 10.12.5.92          | ubuntu-16-04-cloud-amd64 |
| 31f8c1e7-a7e7-417d-a9df-cc5d65d7777c | onap-vid            | ACTIVE | oam_onap_awsf=10.0.8.1, 10.12.5.218         | ubuntu-14-04-cloud-amd64 |
| 482befc8-2a6a-4da7-8e05-8f8b294f80d2 | onap-robot          | ACTIVE | oam_onap_awsf=10.0.10.1, 10.12.6.21         | ubuntu-16-04-cloud-amd64 |
| 8ea76387-aadf-46da-8257-5e9c2f80fa48 | onap-appc           | ACTIVE | oam_onap_awsf=10.0.2.1, 10.12.5.222         | ubuntu-14-04-cloud-amd64 |
| 43b90061-885f-454b-8830-9da3338fca56 | onap-so             | ACTIVE | oam_onap_awsf=10.0.5.1, 10.12.5.230         | ubuntu-16-04-cloud-amd64 |
vi /etc/hosts

10.12.5.214 policy.api.simpledemo.onap.org 

10.12.5.118 portal.api.simpledemo.onap.org 

10.12.5.141 sdc.api.simpledemo.onap.org 

10.12.5.92  vid.api.simpledemo.onap.org 

Verify AAI_VM1

Intermittenty AAI1 does not fully initialize, docker will get installed and the test-config dir will get pulled - but the 6 docker containers in the compose file will not be up.

root@onap-aai-inst1:/opt/test-config# ls

aaicron.sh  aaicrontab  data-router  deploy_vm1.sh  deploy_vm2.sh  docker-compose-app.yml  docker-compose-db.yml  elasticsearch  model-loader  search-data-service  sparky

root@onap-aai-inst1:/opt/test-config# ./deploy_vm1.sh 

Login Succeeded

v1.1.0: Pulling from openecomp/aai-resources

Digest: sha256:e91f978a90d96329806b45d4401a6bc99df02cb1e50eb8a7e4228786d28ddf98

Status: Image is up to date for nexus3.onap.org:10001/openecomp/aai-resources:v1.1.0

WARNING: The USER_ID variable is not set. Defaulting to a blank string.

WARNING: The USER_ID variable is not set. Defaulting to a blank string.

No stopped containers

ERROR: network testconfig_default is ambiguous (2 matches found based on name)

ERROR: network testconfig_default is ambiguous (2 matches found based on name)

ERROR: network testconfig_default is ambiguous (2 matches found based on name)

A&AI Microservices are successfully started

Spot check containers

check robot health

Core components are PASS so lets continue with the vFW

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 0x7fc24a10ae90>: 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 0x7fc249d247d0>: 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 0x7fc2481a1050>: 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 0x7fc24819ac90>: 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 0x7fc24a256d50>: 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 0x7fc24a256d10>: 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 0x7fc24a23b690>: 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 0x7fc24a172710>: Failed to establish a new connection: [Errno 111] Connection refused',))

------------------------------------------------------------------------------

Basic Policy Health Check                                             | PASS |

------------------------------------------------------------------------------

Basic MSO Health Check                                                | PASS |

------------------------------------------------------------------------------

Basic ASDC Health Check                                               | PASS |

------------------------------------------------------------------------------

Basic APPC Health Check                                               | PASS |

------------------------------------------------------------------------------

Basic Portal Health Check                                             | PASS |

------------------------------------------------------------------------------

Basic Message Router Health Check                                     | PASS |

------------------------------------------------------------------------------

Basic VID Health Check                                                | PASS |

------------------------------------------------------------------------------

Basic Microservice Bus 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 0x7fc24a01e8d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /iui/microservices/default.html

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a01e550>: Failed to establish a new connection: [Errno 113] No route to host',)': /iui/microservices/default.html

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a026110>: Failed to establish a new connection: [Errno 113] No route to host',)': /iui/microservices/default.html

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /iui/microservices/default.html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a026350>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

Basic CLAMP Health Check                                              | PASS |

------------------------------------------------------------------------------

catalog API 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 0x7fc24a1903d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/catalog/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a2af550>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/catalog/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a15d490>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/catalog/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/catalog/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a10abd0>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

emsdriver API 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 0x7fc24a070310>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/emsdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a070b10>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/emsdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1d1b10>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/emsdriver/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/emsdriver/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1d10d0>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

gvnfmdriver API 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 0x7fc24a24b410>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/gvnfmdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a24b910>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/gvnfmdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a24b6d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/gvnfmdriver/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/gvnfmdriver/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a24b390>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

huaweivnfmdriver API 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 0x7fc24a1df850>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/huaweivnfmdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a24bb90>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/huaweivnfmdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1f01d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/huaweivnfmdriver/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/huaweivnfmdriver/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1d10d0>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

multicloud API 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 0x7fc24a190f90>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud/v0/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1dfa10>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud/v0/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1df0d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud/v0/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/multicloud/v0/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1df290>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

multicloud-ocata API 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 0x7fc24a1b11d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-ocata/v0/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1a8090>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-ocata/v0/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1a8b50>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-ocata/v0/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/multicloud-ocata/v0/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1a8b90>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

multicloud-titanium_cloud API 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 0x7fc24a1ba750>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-titanium_cloud/v0/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1a8fd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-titanium_cloud/v0/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1a8810>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-titanium_cloud/v0/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/multicloud-titanium_cloud/v0/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1b1910>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

multicloud-vio API 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 0x7fc24a24b410>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-vio/v0/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1ba210>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-vio/v0/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1baa90>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/multicloud-vio/v0/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/multicloud-vio/v0/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1baf10>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

nokiavnfmdriver API 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 0x7fc24a209c90>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/nokiavnfmdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1c2fd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/nokiavnfmdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1c2b90>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/nokiavnfmdriver/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/nokiavnfmdriver/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1c2c50>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

nslcm API 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 0x7fc24a3048d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/nslcm/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a2bff50>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/nslcm/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1c2050>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/nslcm/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/nslcm/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a2bfad0>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

resmgr API 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 0x7fc24a1df850>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/resmgr/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1b1510>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/resmgr/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a1a8310>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/resmgr/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/resmgr/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a2f0790>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

usecaseui-gui API 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 0x7fc249c0d3d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /iui/usecase-ui/

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc249c0d590>: Failed to establish a new connection: [Errno 113] No route to host',)': /iui/usecase-ui/

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc249c0d750>: Failed to establish a new connection: [Errno 113] No route to host',)': /iui/usecase-ui/

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /iui/usecase-ui/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc249c0d8d0>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

vnflcm API 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 0x7fc247cc8590>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnflcm/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc249c0d490>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnflcm/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc249c0da50>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnflcm/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/vnflcm/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc24a2f0a50>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

vnfmgr API 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 0x7fc24a209a50>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnfmgr/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247cc8350>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnfmgr/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247cc8510>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnfmgr/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/vnfmgr/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247cc8790>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

vnfres API 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 0x7fc247ccd390>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnfres/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247ccd550>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnfres/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247ccd710>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/vnfres/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/vnfres/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247ccd890>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

workflow API 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 0x7fc24a2bfad0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/workflow/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247ccdf10>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/workflow/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247cc8cd0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/workflow/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/workflow/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247cc8990>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

ztesdncdriver API 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 0x7fc249c0d410>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/ztesdncdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc249c0d510>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/ztesdncdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247cdc450>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/ztesdncdriver/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/ztesdncdriver/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247cdc650>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

ztevmanagerdriver API 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 0x7fc247ce6210>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/ztevmanagerdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247ce63d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/ztevmanagerdriver/v1/swagger.json

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247ce6590>: Failed to establish a new connection: [Errno 113] No route to host',)': /api/ztevmanagerdriver/v1/swagger.json

| FAIL |

ConnectionError: HTTPConnectionPool(host='10.0.14.1', port=80): Max retries exceeded with url: /api/ztevmanagerdriver/v1/swagger.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc247ce6710>: Failed to establish a new connection: [Errno 113] No route to host',))

------------------------------------------------------------------------------

OpenECOMP ETE.Robot.Testsuites.Health-Check :: Testing ecomp compo... | FAIL |

30 critical tests, 9 passed, 21 failed

30 tests total, 9 passed, 21 failed

==============================================================================

OpenECOMP ETE.Robot.Testsuites                                        | FAIL |

30 critical tests, 9 passed, 21 failed

30 tests total, 9 passed, 21 failed

==============================================================================

OpenECOMP ETE.Robot                                                   | FAIL |

30 critical tests, 9 passed, 21 failed

30 tests total, 9 passed, 21 failed

==============================================================================

OpenECOMP ETE                                                         | FAIL |

30 critical tests, 9 passed, 21 failed

30 tests total, 9 passed, 21 failed

...