Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Development Testing

See also MSB Test Environment Setup

References

  • Jira Legacy
    serverSystem Jira
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyAAI-1964
  • Jira Legacy
    serverSystem Jira
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyAAI-1966
  • Jira Legacy
    serverSystem Jira
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyAAI-2182
  • Contributing To AAI Best Practise

OOM Deployment

Jira Legacy
serverSystem Jira
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
keyAAI-1965

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"

   },