- AAI-1965Getting issue details... STATUS
Affected charts:
- kubernetes/aai/charts/aai-resources/templates/deployment.yaml
- kubernetes/aai/charts/aai-traversal/templates/deployment.yaml
For new version of data model these tables needs to be updated as follows:
- For each service in both table these line needs to be added:
{
"serviceName": "_aai-cloudInfrastructure",
"version": "v14",
"url": "/aai/v14/cloud-infrastructure",
"protocol": "REST",
"port": "8447",
"enable_ssl": true,
"lb_policy":"ip_hash",
"visualRange": "1",
"path": "/aai/v14/cloud-infrastructure"
},
and like this:
{
"serviceName": "aai-cloudInfrastructure",
"version": "v14",
"url": "/aai/v14/cloud-infrastructure",
"protocol": "REST",
"port": "8447",
"enable_ssl": true,
"lb_policy":"ip_hash",
"visualRange": "1"
},