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

Compare with Current View Page History

« Previous Version 11 Next »

Content:

UUI Configuration

Configure CST template UUID and Invariant UUID in slicing.properties file of UUI-server microservice

In uui-server microservice, modify the following configuration file, /home/UUI/config/slicing.properties

Add or update the parameters slicing.serviceInvariantUuid and parameter slicing.serviceUuid.

The values of these two parameters come from CST template which can be find on SDC page.

     


SO Configuration

Register the interfaces so-orchestrationTasks and so-serviceInstances to MSB.

The config info as follow:

{
  "serviceName": "so-orchestrationTasks",
  "version": "v4",
  "url": "/onap/so/infra/orchestrationTasks/v4",
  "protocol": "REST",
  "port": "{{.Values.service.internalPort}}",
  "visualRange": "1",
  "enable_ssl": false
}, 
{
  "serviceName": "so-serviceInstances",
  "version": "v3",
  "url": "/onap/so/infra/e2eServiceInstances/v3",
  "protocol": "REST",
  "port": "{{.Values.service.internalPort}}",
  "visualRange": "1",
  "enable_ssl": false
}


You can use postman or through the MSB Potal to register them.


Add instance:

Use cmd `kubectl get svc -n onap so` in you k8s master server



then save it.


  • No labels