...
Note |
---|
title | STEP CDS2: Expose SO Catalog API |
---|
|
SO Catalog DB is NOT exposed by default, you will need something like the command below to be able to send the CDS #2 rest call to SO Catalog and get back the service VNF model details. Code Block |
---|
kubectl -n onap expose pod onap-so-so-catalog-db-adapter-56d9cc554b-9fszd --type=LoadBalancer |
|
Info |
---|
|
Note |
---|
|
title | STEP CDS2: Expose SO Catalog API |
---|
|
SO Catalog DB is NOT exposed by default, you will need something like the command below to be able to send the CDS #2 rest call to SO Catalog and get back the service VNF model details.
Code Block |
---|
kubectl -n onap expose pod onap-so-so-catalog-db-adapter-56d9cc554b-9fszd --type=LoadBalancer |
Environment preparation for the Postman Collection:
...