All,

I’m instantiating VNFs in a remote OpenStack lab called RegionTwo. I modified 
mso-docker.config appropriately. See below:

    "mso-po-adapter-config":
    {
      "identity_services":
      [
        {
          "dcp_clli": "DEFAULT_KEYSTONE",
          "identity_url": "http://135.197.225.10:35357/v2.0";,
          "mso_id": "admin",
          "mso_pass": "a83e2b8446193c5ac450d84f0f1dc711",
          "admin_tenant": "service",
          "member_role": "admin",
          "tenant_metadata": "true",
          "identity_server_type": "KEYSTONE",
          "identity_authentication_type": "USERNAME_PASSWORD"
        },
        {
          "dcp_clli": "DEFAULT_KEYSTONE2",
          "identity_url": "http:// 135.197.220.71:5000/v3",
          "mso_id": "marco",
          "mso_pass": "f461eb3230f0b4b7b1ce8ed018da155f",
          "admin_tenant": "service",
          "member_role": "admin",
          "tenant_metadata": "true",
          "identity_server_type": "KEYSTONE",
          "identity_authentication_type": "USERNAME_PASSWORD"
        }
      ],

      "cloud_sites":
      [
        {
          "id": "RegionOne",
          "aic_version": "2.5",
          "lcp_clli": "RegionOne",
          "region_id": "RegionOne",
          "identity_service_id": "DEFAULT_KEYSTONE"
        },
        {
          "id": "RegionTwo",
          "aic_version": "2.5",
          "lcp_clli": "RegionTwo",
          "region_id": "RegionTwo",
          "identity_service_id": "DEFAULT_KEYSTONE2"
        }
      ],

When I try to install a VNF, I receive the following error from SO:

2018-02-02T18:21:48.847Z|0d1b96a0-9fbe-4d1a-a197-4eebd4041c5f|Thread-282|CreateVfModule|BPELClient|Openstack||ERROR|DataError|Openstack
 Keystone Error on TokenAuth|MSO-RA-9202E Exception communicating with 
Openstack Keystone Error on TokenAuth: Error [code=404, title=Not Found, 
message=The resource could not be found.]: {1}

2018-02-02T18:21:48.848Z|0d1b96a0-9fbe-4d1a-a197-4eebd4041c5f|Thread-282|CreateVfModule|BPELClient|Openstack||ERROR|AvailabilityError|Connection
 Exception|MSO-RA-9202E Exception communicating with OpenStack: Openstack 
Exception on Token request: 404 Not Found: The resource could not be found.

2018-02-02T18:21:48.849Z|0d1b96a0-9fbe-4d1a-a197-4eebd4041c5f|Thread-282|CreateVfModule|BPELClient|OpenStack|queryStack|ERROR|DataError|Exception
 - queryStack|MSO-RA-9227E Exception while query VNF:Vfmodule_vLB-0201 in 
RegionTwo/c236140a3dff4911bb4c7c86940616cc

2018-02-02T18:21:48.850Z|0d1b96a0-9fbe-4d1a-a197-4eebd4041c5f|Thread-282|CreateVfModule|BPELClient|OpenStack|queryStack|ERROR|DataError|Exception
 - queryStack|MSO-RA-9200E Exception: 404 Not Found: The resource could not be 
found. - at 
org.openecomp.mso.openstack.utils.MsoCommonUtils.keystoneErrorToMsoException(MsoCommonUtils.java:173)
 - at 
org.openecomp.mso.openstack.utils.MsoHeatUtils.getHeatClient(MsoHeatUtils.java:996)
 - at 
org.openecomp.mso.openstack.utils.MsoHeatUtils.queryStack(MsoHeatUtils.java:646)
 - at 
org.openecomp.mso.adapters.vnf.MsoVnfAdapterImpl.createVfModule(MsoVnfAdapterImpl.java:788)
 - at 
org.openecomp.mso.adapters.vnf.VnfAdapterRest$CreateVfModuleTask.run(VnfAdapterRest.java:388)
 - at java.lang.Thread.run(Thread.java:748) -

Does someone know when this error happens in SO? It seems resource not found 
when talking to keystone, but the OpenStack lab has all the endpoints 
configured correctly and also RegionTwo/c236140a3dff4911bb4c7c86940616cc 
exists. CLI operations against OpenStack work as expected. Note that this 
OpenStack lab uses Keystone v3. Is that supported in SO?

Thanks,
Marco
_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to