...
Input IP Address and Port then click the 'SAVE' button. (Use cmd ’kubectl get svc n onap|grep dl-des‘ to confirm IP and port.)
3. AAI Configuration:
Please find below curl commands with required data to be populated in AAI, provide the worker vm ip for nfsServer
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl --user AAI:AAI -X PUT -H "X-FromAppId:AAI" -H "X-TransactionId:get_aai_subscr" -H "Accept:application/json" -H "Content-Type:application/json" -k https://'$nfsServer':30233/aai/v21/business/customers/customer/5GCustomer/service-subscriptions/service-subscription/5G/service-instances/service-instance/11a9195f-c060-49dd-8f1b-6a4c8ab5d01n -d '{
"service-instance-name": "e2eService1",
"service-type": "embb",
"service-role": "service-profile",
"environment-context": "01-B989BD",
"orchestration-status": "deactivated"}'
curl --user AAI:AAI -X PUT -H "X-FromAppId:AAI" -H "X-TransactionId:get_aai_subscr" -H "Accept:application/json" -H "Content-Type:application/json" -k https://'$nfsServer':30233/aai/v21/business/customers/customer/5GCustomer/service-subscriptions/service-subscription/5G/service-instances/service-instance/259fa29d-d589-4142-a4f0-a689a5061878 -d '{
"service-instance-name": "e2eService2",
"service-type": "embb",
"service-role": "service-profile",
"environment-context": "01-497651",
"orchestration-status": "deactivated"}' |
Deployment Prerequisite/dependencies for DCAE:
...