[onap-discuss] [modeling] ONAP IM discussion call #9 invitation

2018-03-03 Thread yangxu (H)
Hi All, This is an invitation for the discussion on ONAP release 2 information model. The topic is remaining issues for the VNFD, e.g. elementGroup, L3AddressData, HPA, monitoringParameter/indicator, etc. Start Time: 8 am US eastern (9 pm Beijing) Mon, March 5 Length: 2 hour Meeting room:

Re: [onap-discuss] OOM errors cannot deploy ONAP - with error logs

2018-03-03 Thread abdelmuhaimen.seaudi
Hi, I was able to resolve this issue by changing #pullPolicy: Always to pullPoicy: IfNotPresent in /oom/kubernetes/portal/values.yaml and now the portal is up and running portal-apps-78498f9c4b-rxhvf 2/2 Running0 7m portal-db-8d8575f89-jgs27

Re: [onap-discuss] OOM errors cannot deploy ONAP - with error logs

2018-03-03 Thread abdelmuhaimen.seaudi
Hi Vivekanandan, Thanks for your reply. I deleted the portal-db docker image, and then i pulled it again, but the service still does not come up. root@ole-k8s:~/oom/kubernetes/oneclick# ./deleteAll.bash -n onap -a portal Current kubectl context does not match context specified: onap You are

Re: [onap-discuss] OOM errors cannot deploy ONAP - with error logs

2018-03-03 Thread Vivekanandan Muthukrishnan
Hi Abdel, It seems like you are having some internet connective issues and many of your containers are in "ImagePullBackOff" state. Kindly check your net connection and redeploy the oom containers again. Regards Vivek On Sat, Mar 3, 2018 at 10:28 PM, wrote:

Re: [onap-discuss] OOM errors cannot deploy ONAP - with error logs

2018-03-03 Thread abdelmuhaimen.seaudi
Hi, After trying again, using the script in the wiki I noticed that the portal-db is in error ImagePullBackOff with Reason:ErrImagePull root@ole-k8s:~/oom/kubernetes/oneclick# kubectl get pods --namespace onap | grep portal portal-apps-7ddfc4b6bd-ffd5m 0/2 Init:0/3

[onap-discuss] OOM errors cannot deploy ONAP - with error logs

2018-03-03 Thread abdelmuhaimen.seaudi
Hi, I am trying to deploy onap on an Openstack 64GB RAM VM, using the oom startup script from this link https://jira.onap.org/secure/attachment/11206/oom_entrypoint.sh Rancher comes up OK, host is registered. However, I get some errors while pulling the docker images, and some pods are

[onap-discuss] OOM errors cannot deploy ONAP

2018-03-03 Thread abdelmuhaimen.seaudi
Hi, I am trying to deploy onap on an Openstack 64GB RAM VM, using the oom startup script from this link https://jira.onap.org/secure/attachment/11206/oom_entrypoint.sh Rancher comes up OK, host is registered. However, I get some errors while pulling the docker images, and some pods are

[onap-discuss] oom Failed to pull image "nexus3.onap.org:10001/onap/refrepo:1.0-STAGING-latest"

2018-03-03 Thread Vivekanandan Muthukrishnan
Hi All, Do we know the reason for the below failure, it seems like all the OOM pod's have comeup successfully except the below one. NAMESPACE NAME READY STATUS RESTARTS AGE onap-vnfsdk refrepo-1924147637-6qn48

[onap-discuss] Swagger-UI for the ONAP Portal API

2018-03-03 Thread abdelmuhaimen.seaudi
Hello, I am working on an application that should integrate with the ONAP Portal. I am trying to use the URLs mentioned in the ONAP PORTAL API documentation at