Re: [onap-discuss] SO issues with keystone

2018-02-04 Thread Abhishek Shekhar
Hi Marco,

In addition to Yang’s response below, I think v3 Keystone API is not yet 
supported, it should be v2.0

Thanks
Abhishek Shekhar

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Yang, Bin
Sent: Sunday, February 4, 2018 4:59 AM
To: PLATANIA, MARCO (MARCO) 
Cc: onap-discuss 
Subject: Re: [onap-discuss] SO issues with keystone

Hi Marco,

there is a space between http and IP address for the identity url in your 
config file.

Bin

在 2018年2月3日,上午4:02,PLATANIA, MARCO (MARCO) 
mailto:plata...@research.att.com>> 写道:
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<mailto:onap-discuss@lists.onap.org>
https://lists.onap.org/mailman/listinfo/onap-discuss
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 
<https://www.amdocs.com/about/email-disclaimer>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] SO issues with keystone

2018-02-03 Thread Yang, Bin
Hi Marco,

there is a space between http and IP address for the identity url in your 
config file.

Bin

在 2018年2月3日,上午4:02,PLATANIA, MARCO (MARCO) 
mailto:plata...@research.att.com>> 写道:

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
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss