I'm trying to deploy the Virtual Firewall use case on my current ONAP 
installation (version kohn) which was deployed on an AWS EKS cluster. I 
installed and deployed using OOM and these guides
https://docs.onap.org/projects/onap-oom/en/latest/sections/guides/infra_guides/oom_base_config_setup.html#oom-base-setup-guide
https://docs.onap.org/projects/onap-oom/en/latest/sections/guides/deployment_guides/oom_helm_release_repo_deploy.html#oom-helm-release-repo-deploy

I've tried using this script - 
https://github.com/onap/oom/blob/master/kubernetes/robot/demo-k8s.sh#L61 - and 
running `./demo-k8s.sh onap instantiateVFW`

But I run into this error -

> 
> 
> 
> root@ip-172-31-46-0:/home/ubuntu #
> /home/ubuntu/oom/kubernetes/robot/demo-k8s.sh onap instantiateVFW
> Number of parameters:
> 2
> KEY:
> instantiateVFW
> + kubectl --namespace onap get pods
> + grep robot
> + sed s/ .*//
> + POD=dev-robot-7d7748674c-h88p4
> + kubectl --namespace onap get+ sed s/-.*//
> pods
> + grep robot
> + sed s/ .*//
> + HELM_RELEASE=dev
> + dirname /home/ubuntu/oom/kubernetes/robot/demo-k8s.sh
> + DIR=/home/ubuntu/oom/kubernetes/robot
> + SCRIPTDIR=scripts/demoscript
> + ETEHOME=/var/opt/ONAP
> + [ ]
> + kubectl --namespace onap exec dev-robot-7d7748674c-h88p4 -- sh -c ls -1q
> /share/logs/ | wc -l
> + export GLOBAL_BUILD_NUMBER=0
> + printf %04d 0
> + OUTPUT_FOLDER=0000_demo_instantiateVFW
> + DISPLAY_NUM=90
> + [ ]
> + [ -n instantiateVFW ]
> + VARIABLEFILES=-V /share/config/robot_properties.py
> + kubectl --namespace onap exec dev-robot-7d7748674c-h88p4 --
> /var/opt/ONAP/runTags.sh -V /share/config/robot_properties.py -v
> GLOBAL_BUILD_NUMBER:802433 -d /share/logs/0000_demo_instantiateVFW -i
> instantiateVFW --display 90
> Starting Xvfb on display :90 with res 1280x1024x24
> Executing robot tests at log level TRACE
> ==============================================================================
> 
> Testsuites
> ==============================================================================
> 
> Testsuites.Demo :: Executes the VNF Orchestration Test cases including
> setu...
> ==============================================================================
> 
> Instantiate VFW                                                       |
> 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 0x7f2f02514a50>: Failed to establish a new connection: [Errno
> 110] Connection timed out' ,))
> ------------------------------------------------------------------------------
> 
> Testsuites.Demo :: Executes the VNF Orchestration Test cases inclu... |
> FAIL |
> 1 critical test , 0 passed, 1 failed
> 1 test total, 0 passed, 1 failed
> ==============================================================================
> 
> Testsuites                                                            |
> FAIL |
> 1 critical test , 0 passed, 1 failed
> 1 test total, 0 passed, 1 failed
> ==============================================================================
> 
> Output:  /share/logs/0000_demo_instantiateVFW/output.xml
> Log:     /share/logs/0000_demo_instantiateVFW/log.html
> Report:  /share/logs/0000_demo_instantiateVFW/report.html
> 
> 
> 

It looks, based on the ConnectionError, like it is trying to use this URL - 
https://github.com/onap/oom/blob/master/kubernetes/onap/values.yaml#L395 - to 
connect to an OpenStack environment. This looks like a default URL that I might 
modify with the specifics of my own OpenStack environment, but I did not 
install ONAP on OpenStack, I used an AWS EKS cluster.

Am I missing something? Can I use an EKS cluster, or do I need to install ONAP 
on OpenStack? I'm a bit new to these technologies so please forgive any 
ignorance.

Any help would be greatly appreciated.
James


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24430): https://lists.onap.org/g/onap-discuss/message/24430
Mute This Topic: https://lists.onap.org/mt/98645965/21656
Mute #vfw:https://lists.onap.org/g/onap-discuss/mutehashtag/vfw
Mute #k8s:https://lists.onap.org/g/onap-discuss/mutehashtag/k8s
Mute #kubernetes:https://lists.onap.org/g/onap-discuss/mutehashtag/kubernetes
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to