Development Testing
See also MSB Test Environment Setup
References
Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key AAI-1964 Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key AAI-1966 Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key AAI-2182 - Contributing To AAI Best Practise
OOM Deployment
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Affected charts:
- kubernetes/aai/charts/aai-resources/templates/deployment.yaml
...
For new version of data model and each service these two tables needs to be updated as follows:
...
by adding these configs (both need to be added):
XX needs to be changed for current version number
- In this case path is used for query
{
"serviceName": "_aai-cloudInfrastructure",
"version": "
...
vXX",
"url": "/aai/
...
vXX/cloud-infrastructure",
"protocol": "REST",
"port": "8447",
"enable_ssl": true,
"lb_policy":"ip_hash",
"visualRange": "1",
"path": "/aai/
...
vXX/cloud-infrastructure"
},
and like this:
...
- In this case query is assembled from the parameters
{
"serviceName": "aai-cloudInfrastructure",
"version": "
...
vXX",
"url": "/aai/
...
vXX/cloud-infrastructure",
"protocol": "REST",
"port": "8447",
"enable_ssl": true,
"lb_policy":"ip_hash",
"visualRange": "1"
},