Hi All,

I have installed ONAP Amsterdam release.

I have registered a VIM following:
http://onap.readthedocs.io/en/latest/submodules/multicloud/framework.git/docs/Multicloud-Fake_Cloud-Guide.html




#  curl -X PUT -H X-TransactionId:get_aai_subr -H X-FromAppId:AAI -H
Accept:application/json -H Content-Type:application/json
 -H 'Authorization:Basic QUFJO
kFBSQ=='
https://192.168.21.211:8443/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/onap/bglr
--insecure
-d '{
          "cloud-owner": "onap",
          "cloud-region-id": "bglr",
          "cloud-type": "openstack",
          "cloud-region-version": "4.0",
          "identity-url": "
http://192.168.21.212:80/api/multicloud-ocata/v0/onap_bglr/identity/v3";,
          "cloud-zone": "bglr",
          "complex-name": "bglr-demo",
          "esr-system-info-list": {
              "esr-system-info": [
                  {
                      "esr-system-info-id":"bglr-cloud",
                      "system-name": "bglr-cloud",
                      "type": "vim",
                      "service-url": "http://192.168.21.31:5000/v3";,
                      "user-name": "admin",
                      "password": "36cee2491a7440e5",
                      "system-type": "VIM",
                      "ssl-insecure": "true",
                      "cloud-domain": "Default",
                      "default-tenant": "admin"
                  }
              ]
          }
}


I am able to exercise all the APIs (list/create servers/heat-stacks) using
below:

http://192.168.21.212:80/api/multicloud-ocata/v0/onap_bglr/identity/projects
http://192.168.21.212:80/api/multicloud-ocata/v0/onap_bglr/orchestration/v1/
<tenant_id>/stacks



I am unable to see registered VIM in ONAP portal.
http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
Please let me know how can I see it ??


I can view registered VIMs  in
* http://<onap-multi-service>/iui/aai-esr-gui/extsys/vim/vimView.html*

Am I missing something in this flow ???


Thanks
Eswar Rao
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to