Versions Compared

Key

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


There are two tasks to complete before we can use VID to instantiate the vIMS VNF.

  1. We need to indicate in AAI what account the vIMS service is support it and in which cloud location
  2. After we create the service instance via VID , we need to set the preload data for the vIMS VNFs in SDNC

For the AAI updates we would use "demo.sh init" to populate AAI with the data for the "Demonstration" customer. 

Here we will use POSTMAN to PUT the object for a Demonstration3 customer.

Note that you will

There are two tasks to complete before we can use VID to instantiate the vIMS VNF.


  1. We need to indicate in AAI what account the vIMS service is support it and in which cloud location
  2. After we create the service instance via VID , we need to set the preload data for the vIMS VNFs in SDNC


For the AAI updates we would use "demo.sh init" to populate AAI with the data for the "Demonstration" customer. 

Here we will use POSTMAN to PUT the object for a Demonstration3 customer.

Note that you will have to put your tenantid into the string :

...

Using POSTMAN to update AAI requires headers and basic authorization shown.


Create the vIMS Service

Query for the services


httpsThis will put vIMS in the drop down for new VNFs in VID.


Query for the services

https://<AAI_IP>:8443/aai/v8/service-design-and-creation/services

will return the list of services by uuid, 

...

No Format
{
    "service": [
        {
            "service-id": "4dd0f831-785f-455e-a0d9-b16726dd1a70",
            "service-description": "vLB",
            "resource-version": "1493657491"
        },
        {
            "service-id": "1b0332b9891ab7fa-56a2715f-45d94556-be94abd7-c5dc9c0bc881db575894e3e2",
            "service-description": "vIMSvFW",
            "resource-version": "15003046831493657491"
        },
        {
            "service-id": "e8cb8968c30d0f54-541161e8-478b4475-906ab029-f28747de72cd43fc3f7bebef",
            "service-description": "vCPEvVG",
            "resource-version": "15003047231493844352"
        },
        {
            "service-id": "891ab7fa-715f-4556-abd7-db575894e3e2",
            "service-description": "vFW",
            "resource-version": "1493657491"
        },
        {
            ]
}


Generate a UUID

https://www.uuidgenerator.net/

pick the Version 4 UUID like: e8cb8968-5411-478b-906a-f28747de72cd


PUT the vIMS Service (see headers in screen shot below)

https://<AAI_IP>:8443/aai/v8/service-design-and-creation/services/service/e8cb8968-5411-478b-906a-f28747de72cd

{
"service-id":

...

"

...

e8cb8968-

...

5411-

...

478b-

...

906a-

...

Generate a UUID

PUT the vIMS Servicef28747de72cd",
"service-description": "vIMS"
}

replace "e8cb8968-5411-478b-906a-f28747de72cd" with the UUID you generated


confirm with a  GET to the services url.

Create the Account

Code Block
languagetext
titlePUT vIMS Account to AAI
{
	"global-customer-id": "Demonstration3",
	"subscriber-name": "Demonstration3",
    "subscriber-type": "INFRA",
    "service-subscriptions": {
        "service-subscription": [
            {
                "service-type": "vFW",
                "relationship-list": {
                        "relationship": [{
                                "related-to": "tenant",
                                "relationship-data": [
                                        {"relationship-key": "cloud-region.cloud-owner", "relationship-value": "Rackspace"},
                                        {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "IAD"},
                                        {"relationship-key": "tenant.tenant-id", "relationship-value": "<YOUR_TENANT_HERE>"}
                                ]
                        }]
                }
            },
            {
                "service-type": "vLB",
                "relationship-list": {
                        "relationship": [{
                                "related-to": "tenant",
                                "relationship-data": [
                                        {"relationship-key": "cloud-region.cloud-owner", "relationship-value": "Rackspace"},
                                        {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "IAD"},
                                        {"relationship-key": "tenant.tenant-id", "relationship-value": "<YOUR_TENANT_HERE>"}
                                ]
                        }]
	                
                }
            },
            {
            	"service-type": "vIMS",
                "relationship-list": {
                        "relationship": [{
                                "related-to": "tenant",
                                "relationship-data": [
                                        {"relationship-key": "cloud-region.cloud-owner", "relationship-value": "Rackspace"},
                                        {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "IAD"},
                                        {"relationship-key": "tenant.tenant-id", "relationship-value": "<YOUR_TENANT_HERE>"}
                                ]
                        }]
                
            }
         }
        ]}

}

...

You should get back a 201 Created response code and be able to see the data in AAI via the matching GET (/aai/v8/business/customers/customer/Demonstration3) 


Need to have 5 parameters to set SDNC Preload (vnf-name and vnf-type are the critical ones)


  1. generic-vnf-type":"vIMSSWProduct_test 1",

  2. "service-type":"c8cba5cc-b4cd-4903-9f9a-80b50255d18b",  (UPDATE_THIS_ONE)

  3. "vnf-name":"vIMSVNFTEST1",

  4. "vnf-type":"VimsswproductTest..base_clearwater..module-0" (CHECK_THIS_ONE)

  5. "generic-vnf-name":"vIMSVNFTEST1",



SDNC Updates


SDNC Admin Portal

  1. Access the admin portal on <sdnc_ip>:8843/login.htm
  2. Login

    Image Modified

  3. Click on VNF 

    Image Modified

  4. Fill in the VNF Profile
    1. VNF Type: VimsClearwater..base..clearwater..module-0
    2. Available Zone Count: 100
    3. Equipment Role: vIMS



       
  5. click Submit
    1. Should seed green box: Successfully added VNF Profile
  6. Go to the SDNC VNF-API section next

SDNC VNF-API 

  1. Access <sdnc_ip>:8282/apidoc/explorer/index.html on the SDNC VM
  2. Click on VNF-API
  3. Scroll down to the POST /operations/VNF-API/preload-vnf-topology-operation
  4. Paste the preload-vnf-topology-clearwater.json data into the input box 
    1. make sure to edit the values  for "pub_key" and "service-type":
      1. {"vnf-parameter-name":"pub_key","vnf-parameter-value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN imported-openssh-key"},
      2. "generic-vnf-type":"vIMSSWProduct_test 1",

      3. "service-type":"c8cba5cc-b4cd-4903-9f9a-80b50255d18b",  

      4. "vnf-name":"vIMSVNFTEST1",

      5. "vnf-type":"VimsClearwater..base..clearwater..module-0

      6. "generic-vnf-name":"vIMSVNFTEST1",


  5. Click on Submit





...