Hi Amol, You need to provide the correct openstack parameters to the robot charts at the time of installation. >From the logs it looks like robot is trying to connect to (host='1.2.3.4', port=5000) this does not look like correct openstack IP address.
Here is the OOM installation guide. Please refer to this. https://docs.onap.org/en/elalto/submodules/oom.git/docs/oom_quickstart_guide.html Specifically, you need to fill in correct values in "oom/kubernetes/robot/values.yaml" before you install. (you can also do the same using global overrides, more details in the link above) thanks, -RP On Wed, Apr 8, 2020 at 11:04 AM Amol <[email protected]> wrote: > Hi Team, > > I am following the link > https://wiki.onap.org/display/DW/vFWCL+instantiation%2C+testing%2C+and+debuging-- > to run the vFW demo but the script demo-k8s.sh is failing while executing > it with init parameter. > > Please see the logs below for reference. Could you please suggest what is > this host it is trying to connect to and failing while do so. We have > deployed ONAP on kubernetes pods. Please do let me know if any other > information is required here. > > root@ip-172-31-30-56:/home/ubuntu/oom/kubernetes/robot# ./demo-k8s.sh > onap init > > Number of parameters: > > 2 > > KEY: > > init > > ++ grep robot > > ++ sed 's/ .*//' > > ++ kubectl --namespace onap get pods > > + POD=dev-robot-robot-767577869c-xg75p > > ++ dirname ./demo-k8s.sh > > + DIR=. > > + SCRIPTDIR=scripts/demoscript > > + ETEHOME=/var/opt/ONAP > > + '[' ']' > > ++ kubectl --namespace onap exec dev-robot-robot-767577869c-xg75p -- bash > -c 'ls -1q /share/logs/ | wc -l' > > + export GLOBAL_BUILD_NUMBER=9 > > + GLOBAL_BUILD_NUMBER=9 > > ++ printf %04d 9 > > + OUTPUT_FOLDER=0009_demo_init > > + DISPLAY_NUM=99 > > + VARIABLEFILES='-V /share/config/robot_properties.py' > > + kubectl --namespace onap exec dev-robot-robot-767577869c-xg75p -- > /var/opt/ONAP/runTags.sh -V /share/config/robot_properties.py -d > /share/logs/0009_demo_init -i InitDemo --display 99 > > Starting Xvfb on display :99 with res 1280x1024x24 > > Executing robot tests at log level TRACE > > > ============================================================================== > > Testsuites > > > ============================================================================== > > Testsuites.Demo :: Executes the VNF Orchestration Test cases including > setu... > > > ============================================================================== > > Initialize Customer And Models | > FAIL | > > ConnectionError: HTTPConnectionPool(host='1.2.3.4', port=5000): Max > retries exceeded with url: /v2.0/tokens (Caused by > NewConnectionError('<urllib3.connection.HTTPConnection object at > 0x7f30ab8601d0>: Failed to establish a new connection: [Errno 110] > Connection timed out',)) > > > ------------------------------------------------------------------------------ > > Initialize SO Openstack Identity For V3 | > PASS | > > > ------------------------------------------------------------------------------ > > Testsuites.Demo :: Executes the VNF Orchestration Test cases inclu... | > FAIL | > > 2 critical tests, 1 passed, 1 failed > > 2 tests total, 1 passed, 1 failed > > > ============================================================================== > > Testsuites | > FAIL | > > 2 critical tests, 1 passed, 1 failed > > 2 tests total, 1 passed, 1 failed > > > ============================================================================== > > Output: /share/logs/0009_demo_init/output.xml > > Log: /share/logs/0009_demo_init/log.html > > Report: /share/logs/0009_demo_init/report.html > > Regards, > Amol > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20551): https://lists.onap.org/g/onap-discuss/message/20551 Mute This Topic: https://lists.onap.org/mt/72868495/21656 Mute #robot: https://lists.onap.org/mk?hashtag=robot&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
