Hi all:
I was trying to deploy ONAP Frankfurt version, with multicloud feather.
I looked into onap/resources/environments folder and found core-onap.yaml, which I used to launch ONAP. Also, I modified msb & multicloud flag to 'true' before launching. However, I got few problems after launch finished:
1. I could not find any so-related pods from k8s, even the 'so' flag was turned to true in the config yaml file.
2. There were some pods could not be launched.
3. I followed the guide from link: https://docs.onap.org/en/frankfurt/guides/onap-operator/cloud_site/k8s/index.html, tried to create a k8s cluster, however curl GET/POST to AAI returns the following error message:
{"timestamp":1591259867539,"status":403,"error":"Forbidden","message":"Access Denied","path":"/aai/v16/cloud-infrastructure/complexes/complex/My_Complex"}
The following message shows k8s pods:
NAME READY STATUS RESTARTS AGE
core2-aai-7d9fbb8dfd-xfh6z 1/1 Running 0 24h
core2-aai-babel-7cf49f6c8f-x4fp5 2/2 Running 0 24h
core2-aai-data-router-5748995c49-bkcfb 2/2 Running 0 24h
core2-aai-elasticsearch-5f5c4cccfd-f5sx5 1/1 Running 0 24h
core2-aai-graphadmin-5494cc844-29jt9 2/2 Running 0 24h
core2-aai-graphadmin-create-db-schema-slwnr 0/1 Completed 0 24h
core2-aai-modelloader-84b787688b-xfh9x 2/2 Running 0 24h
core2-aai-resources-575455d494-xwh87 2/2 Running 0 24h
core2-aai-schema-service-664dcb5f54-n95rm 2/2 Running 0 24h
core2-aai-search-data-7b78996bb5-6lhk2 2/2 Running 0 24h
core2-aai-sparky-be-65c7fd9865-ffm78 2/2 Running 0 24h
core2-aai-traversal-7457d8fc7b-xjcs6 2/2 Running 0 24h
core2-aai-traversal-update-query-data-mzcxb 0/1 Completed 0 24h
core2-cassandra-0 1/1 Running 0 24h
core2-cassandra-1 1/1 Running 0 24h
core2-cassandra-2 1/1 Running 0 24h
core2-kube2msb-6dff44d45b-nf7mb 1/1 Running 0 24h
core2-msb-consul-674855958b-qkq64 1/1 Running 0 24h
core2-msb-discovery-64d977865d-6qcsq 2/2 Running 0 24h
core2-msb-eag-6897674f98-f2srn 2/2 Running 0 24h
core2-msb-iag-56b67f9cf5-zw9mz 2/2 Running 0 24h
core2-multicloud-56d64fbbcb-tqb6p 2/2 Running 0 24h
core2-multicloud-azure-6db55b6786-fhp6d 2/2 Running 0 24h
core2-multicloud-fcaps-64bd44969f-k4chg 3/3 Running 0 24h
core2-multicloud-k8s-66996b57ff-xs2rx 2/2 Running 1 24h
core2-multicloud-k8s-etcd-0 1/1 Running 0 24h
core2-multicloud-k8s-mongo-0 1/1 Running 0 24h
core2-multicloud-pike-54b74c4986-hwc42 2/2 Running 0 24h
core2-multicloud-starlingx-58f8fd5d6c-8q9dd 3/3 Running 0 24h
core2-multicloud-vio-77f6f5bf7c-9nxvn 2/2 Running 0 24h
core2-multicloud-windriver-d5d676ff4-hv4gl 3/3 Running 0 24h
core2-sdc-be-7f964c47f5-tvbjg 2/2 Running 0 24h
core2-sdc-be-config-backend-6mqdp 0/1 Init:Error 0 24h
core2-sdc-be-config-backend-p7wbt 0/1 Completed 0 24h
core2-sdc-cs-config-cassandra-gs4gz 0/1 Completed 0 24h
core2-sdc-dcae-be-77f766fc7b-fgqgm 2/2 Running 0 24h
core2-sdc-dcae-be-tools-8xrjb 0/1 Init:Error 0 24h
core2-sdc-dcae-be-tools-h7h74 0/1 Completed 0 24h
core2-sdc-dcae-be-tools-p9d49 0/1 Init:Error 0 24h
core2-sdc-dcae-dt-64c98cb949-crk8r 2/2 Running 0 24h
core2-sdc-dcae-fe-75c7d47cdb-25d5g 2/2 Running 0 24h
core2-sdc-dcae-tosca-lab-55cdb7b886-d7565 2/2 Running 0 24h
core2-sdc-fe-9cd894785-wm9jm 2/2 Running 0 24h
core2-sdc-onboarding-be-685cf7cbcb-x268n 2/2 Running 0 24h
core2-sdc-onboarding-be-cassandra-init-jz2lw 0/1 Completed 0 24h
core2-sdc-wfd-be-5d88fd6674-mxgxh 1/1 Running 0 24h
core2-sdc-wfd-be-workflow-init-n7qqs 0/1 Completed 0 24h
core2-sdc-wfd-fe-6c8778f48f-jwkr8 2/2 Running 0 24h
Can anyone tell me what's wrong here? Or what should I do to get the multicloud feather work? Thanks for help!
Regards,
Yuchieh