Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

AAI-1965 - Getting 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:

  1. 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"

   },

  • No labels