vFW Helm Chart link:
...
For onboarding instructions please refer to steps 4-9 from the document here.
Distribute the CSAR
On onboarding, a service gets stored in SDC and as a final action, it is distributed to SO and other services. When distribution happens it takes tar.gz file and uploads to k8s plugin.
...
curl -i -F "metadata=<post.json;type=application/jsonjson>" -F file=@ /home/ad_kkkamine/.kube/config -X POST http://MSB_NODE_IP:30280/api/multicloud-k8s/v1/v1/connectivity-info |
...
Edit the configMap helm-release-name-multicloud-k8s for K8s plugin to make changes to the config like below to add ovn-central-address:
{
"ca-file": "/opt/multicloud/k8splugin/certs/root_ca.cer",
"server-cert": "/opt/multicloud/k8splugin/certs/multicloud-k8s.pub",
"server-key": "/opt/multicloud/k8splugin/certs/multicloud-k8s.pr",
"password": "c2VjcmV0bWFuYWdlbWVudHNlcnZpY2VzZWNyZXRwYXNzd29yZA==",
"database-type": "mongo",
"database-address": "multicloud-k8s-mongo",
"etcd-ip": "multicloud-k8s-etcd",
"plugin-dir": "/opt/multicloud/k8splugin/plugins",
"ovn-central-address": "<IP address of the Kubernetes controller>:6641"
}
(the configMap is based on oom/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json )
...
See starting around 4:45 of the video - https://wikilf-onap.onapatlassian.orgnet/wiki/download/attachments/6400676816377507/vfwk8s_cloud_registration_720.mp4
Additional SO Configuration
...
{ |
Command to create (POST) Profile
...
This video shows the whole sequence of instantiation using VID:
https://wikilf-onap.onapatlassian.orgnet/wiki/download/attachments/6400676816377507/vfwk8s_deploy_delete_720.mp4
Create User parameters
In the VID user parameters are created in the following format during vfModule creation:
...