Catalogdb.cloud_sites and catalogdb.identity_services.

Thanks

-Steve


From: Gary Wu <gary.i...@huawei.com>
Date: Monday, October 22, 2018 at 3:55 PM
To: "SMOKOWSKI, STEVEN" <ss8...@att.com>, "FREEMAN, BRIAN D" <bf1...@att.com>, 
"'onap-discuss@lists.onap.org'" <onap-discuss@lists.onap.org>, Yunxia Chen 
<helen.c...@huawei.com>
Subject: RE: [onap-discuss] [integration][sdnc][so] Integration Working Session

Which table should I be looking at?

Thanks,
Gary

From: SMOKOWSKI, STEVEN [mailto:ss8...@att.com]
Sent: Monday, October 22, 2018 12:51 PM
To: Gary Wu <gary.i...@huawei.com>; FREEMAN, BRIAN D <bf1...@att.com>; 
'onap-discuss@lists.onap.org' <onap-discuss@lists.onap.org>; Yunxia Chen 
<helen.c...@huawei.com>
Subject: Re: [onap-discuss] [integration][sdnc][so] Integration Working Session

It reads the database, what is in the database?  The integration-yaml only 
seeds the database,  unless you wipe it it will retain the original values.

Thanks

-Steve


From: Gary Wu <gary.i...@huawei.com<mailto:gary.i...@huawei.com>>
Date: Monday, October 22, 2018 at 3:47 PM
To: "SMOKOWSKI, STEVEN" <ss8...@att.com<mailto:ss8...@att.com>>, "FREEMAN, 
BRIAN D" <bf1...@att.com<mailto:bf1...@att.com>>, 
"'onap-discuss@lists.onap.org'" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, Yunxia Chen 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Subject: RE: [onap-discuss] [integration][sdnc][so] Integration Working Session

Confirmed that even with the overrides properly set at the so-openstack-adapter 
level, it’s still timing out on connection to 1.2.3.4:5000.  SO is behaving 
like the 1.2.3.4:5000 is hard-coded.

Thanks,
Gary

From: SMOKOWSKI, STEVEN [mailto:ss8...@att.com]
Sent: Monday, October 22, 2018 10:38 AM
To: FREEMAN, BRIAN D <bf1...@att.com<mailto:bf1...@att.com>>; Gary Wu 
<gary.i...@huawei.com<mailto:gary.i...@huawei.com>>; 
'onap-discuss@lists.onap.org' 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>; Yunxia Chen 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Subject: Re: [onap-discuss] [integration][sdnc][so] Integration Working Session

No that should work, you can check the database, as the yaml is stored into the 
catalog-db tables.  Ensure the substitution worked?

Thanks

-Steve


From: "FREEMAN, BRIAN D" <bf1...@att.com<mailto:bf1...@att.com>>
Date: Monday, October 22, 2018 at 1:34 PM
To: 'Gary Wu' <gary.i...@huawei.com<mailto:gary.i...@huawei.com>>, 
"'onap-discuss@lists.onap.org'" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, "SMOKOWSKI, 
STEVEN" <ss8...@att.com<mailto:ss8...@att.com>>, 'Yunxia Chen' 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Subject: RE: [onap-discuss] [integration][sdnc][so] Integration Working Session

Integration-override.yaml has to override the values in so-openstack-adapter so 
perhaps it needs to be indented from so-openstack-adapter not just so ?

Brian


From: FREEMAN, BRIAN D
Sent: Monday, October 22, 2018 1:30 PM
To: Gary Wu <gary.i...@huawei.com<mailto:gary.i...@huawei.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; SMOKOWSKI, 
STEVEN <ss8...@att.com<mailto:ss8...@att.com>>; Yunxia Chen 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Subject: RE: [onap-discuss] [integration][sdnc][so] Integration Working Session

Gary,

That should be in the integration-override.yaml perhaps the json path changed 
with the vnf-adapter (override.yaml)
We can always change it byhand in make so, make onap and then redploy SO.

Brian

so:
  config:
    openStackUserName: "demo"
    openStackKeyStoneUrl: 
"http://10.12.25.2:5000<https://urldefense.proofpoint.com/v2/url?u=http-3A__10.12.25.2-3A5000&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=shs6nPzThSiGJml9VXN0Eg&m=ggFGFA5CIke01nEQuytHAg-4AXozRBzMp2d2MH6r-pI&s=uQV7QjeJ8e7m0xwYVigGzNXKPJ8ntknK7fHQ-6Znw3c&e=>"
    openStackEncryptedPasswordHere: "bbaef6cd76625ab9eb60deedeae7dbb9"

vs
cloud_config:
  identity_services:
    RAX_KEYSTONE:
      identity_url: 
"https://identity.api.rackspacecloud.com/v2.0<https://urldefense.proofpoint.com/v2/url?u=https-3A__identity.api.rackspacecloud.com_v2.0&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=shs6nPzThSiGJml9VXN0Eg&m=ggFGFA5CIke01nEQuytHAg-4AXozRBzMp2d2MH6r-pI&s=Zx2b7_44Ramz1coYOpqrcue3yl4y3GveNoYxTDPCqGg&e=>"
      mso_id: "RACKSPACE_ACCOUNT_ID"
      mso_pass: "RACKSPACE_ACCOUNT_APIKEY"
      admin_tenant: "{{ .Values.config.openStackServiceTenantName }}"
      member_role: "admin"
      tenant_metadata: true
      identity_server_type: "KEYSTONE"
      identity_authentication_type: "RACKSPACE_APIKEY"
    DEFAULT_KEYSTONE:
      identity_url: "{{ .Values.config.openStackKeyStoneUrl }}"
      mso_id: "{{ .Values.config.openStackUserName }}"
      mso_pass: "{{ .Values.config.openStackEncryptedPasswordHere }}"
      admin_tenant: "{{ .Values.config.openStackServiceTenantName }}"
      member_role: "admin"
      tenant_metadata: true
      identity_server_type: "KEYSTONE"
      identity_authentication_type: "USERNAME_PASSWORD"

~/oom/kubernetes/so/charts/so-openstack-adapter: values.yaml
...
config:
  openStackUserName: "vnf_user"
  openStackRegion: "RegionOne"
  openStackKeyStoneUrl: 
"http://1.2.3.4:5000/v2.0<https://urldefense.proofpoint.com/v2/url?u=http-3A__1.2.3.4-3A5000_v2.0&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=shs6nPzThSiGJml9VXN0Eg&m=ggFGFA5CIke01nEQuytHAg-4AXozRBzMp2d2MH6r-pI&s=7t2AscP55iFcS3r8pgZzEnlSD-g36z91fdAj3HPvNsA&e=>"
  openStackServiceTenantName: "service"
  openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
  openStackTenantId: "d570c718cbc545029f40e50b75eb13df"



From: Gary Wu <gary.i...@huawei.com<mailto:gary.i...@huawei.com>>
Sent: Monday, October 22, 2018 1:12 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; SMOKOWSKI, 
STEVEN <ss8...@att.com<mailto:ss8...@att.com>>; FREEMAN, BRIAN D 
<bf1...@att.com<mailto:bf1...@att.com>>; Yunxia Chen 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Subject: RE: [onap-discuss] [integration][sdnc][so] Integration Working Session

Hi Steve,

After pulling the latest SO staging images, we’re now getting the following 
errors.  Might be related to the hard-coding of “att-aic” or IP address of 
“1.2.3.4”?  Where can we configure SO to use a different cloud owner?

http://so.onap:8080<https://urldefense.proofpoint.com/v2/url?u=http-3A__so.onap-3A8080&d=DwQGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=eT0V7lP-NyPi_C3HYeT3IzBpMqMODaYlG6Tu6flfzXA&s=PE84kZn-UNGMVpQ8Sx-VZsV4sdVPuGbMIWGKQen2cEM&e=>
 "GET 
/onap/so/infra/orchestrationRequests/v6/01de2256-fdcc-4c9f-b7cc-be6b04dd2d06 
HTTP/1.1" 200 2794

Arguments: [ 
'{"request":{"requestId":"01de2256-fdcc-4c9f-b7cc-be6b04dd2d06","startTime":"Mon,
 22 Oct 2018 17:02:32 
GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"23461bd9C51544a3Ae72..base_vfw..module-0","modelInvariantId":"15724172-62e9-4ef8-b57a-31c166b7b04c","modelType":"vfModule","modelName":"23461bd9C51544a3Ae72..base_vfw..module-0","modelVersion":"1","modelCustomizationUuid":"0f2d6f1a-2d1a-454c-a11b-d41b8dcea0df","modelVersionId":"4402746d-6bea-444d-a61a-008839e123f4","modelCustomizationId":"0f2d6f1a-2d1a-454c-a11b-d41b8dcea0df","modelUuid":"4402746d-6bea-444d-a61a-008839e123f4","modelInvariantUuid":"15724172-62e9-4ef8-b57a-31c166b7b04c","modelInstanceName":"23461bd9C51544a3Ae72..base_vfw..module-0"},"requestInfo":{"source":"VID","instanceName":"Vfmodule_Ete_vFW_b96e3a89-fc1f-4f8c-b5a3-e7fcb21e1d38","suppressRollback":false,"requestorId":"demo"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"58b07f74-9671-41f1-8c4e-14efcbe6bfb0","modelInfo":{"modelInvariantId":"1fa1465c-65b4-437e-8c3a-93d075b8c4af","modelType":"service","modelName":"vFW
 2018-10-22 
16:58:04","modelVersion":"1.0","modelVersionId":"40f9ff89-8f74-4a40-aa62-98f1511656bd","modelUuid":"40f9ff89-8f74-4a40-aa62-98f1511656bd","modelInvariantUuid":"1fa1465c-65b4-437e-8c3a-93d075b8c4af"}}},{"relatedInstance":{"instanceId":"a2d09fed-4a98-4aff-8a5d-950e67b3565d","modelInfo":{"modelCustomizationName":"23461bd9-c515-44a3-ae72
 
0","modelInvariantId":"2221b622-ab08-46e2-9f3b-3d36db32cd56","modelType":"vnf","modelName":"23461bd9-c515-44a3-ae72","modelVersion":"1.0","modelCustomizationUuid":"06f3330e-8ad4-46ce-8ed6-0e5353b0e79a","modelVersionId":"b4a92b67-f709-4e56-930d-790fd5337424","modelCustomizationId":"06f3330e-8ad4-46ce-8ed6-0e5353b0e79a","modelUuid":"b4a92b67-f709-4e56-930d-790fd5337424","modelInvariantUuid":"2221b622-ab08-46e2-9f3b-3d36db32cd56","modelInstanceName":"23461bd9-c515-44a3-ae72
 
0"}}}],"cloudConfiguration":{"tenantId":"ebb0ea7144004bacac1e39ff23105fa7","cloudOwner":"att-aic","lcpCloudRegionId":"RegionOne"},"requestParameters":{"testApi":"VNF_API","usePreload":true}},"instanceReferences":{"serviceInstanceId":"58b07f74-9671-41f1-8c4e-14efcbe6bfb0","vnfInstanceId":"a2d09fed-4a98-4aff-8a5d-950e67b3565d","vfModuleInstanceId":"64b092d3-fc50-403f-9256-af7f06d5bc3e","vfModuleInstanceName":"Vfmodule_Ete_vFW_b96e3a89-fc1f-4f8c-b5a3-e7fcb21e1d38","requestorId":"demo"},"requestStatus":{"requestState":"FAILED","statusMessage":"Received
 vfModuleException from VnfAdapter: category=\'INTERNAL\' 
message=\'org.onap.so.openstack.exceptions.MsoIOException: Connect to 
1.2.3.4:5000 [/1.2.3.4] failed: Operation timed out (Connection timed out)\' 
rolledBack=\'true\'","percentProgress":100,"finishTime":"Mon, 22 Oct 2018 
17:04:57 GMT"}}}' | 'FAILED' ]

'{"request":{"requestId":"01de2256-fdcc-4c9f-b7cc-be6b04dd2d06","startTime":"Mon,
 22 Oct 2018 17:02:32 
GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"23461bd9C51544a3Ae72..base_vfw..module-0","modelInvariantId":"15724172-62e9-4ef8-b57a-31c166b7b04c","modelType":"vfModule","modelName":"23461bd9C51544a3Ae72..base_vfw..module-0","modelVersion":"1","modelCustomizationUuid":"0f2d6f1a-2d1a-454c-a11b-d41b8dcea0df","modelVersionId":"4402746d-6bea-444d-a61a-008839e123f4","modelCustomizationId":"0f2d6f1a-2d1a-454c-a11b-d41b8dcea0df","modelUuid":"4402746d-6bea-444d-a61a-008839e123f4","modelInvariantUuid":"15724172-62e9-4ef8-b57a-31c166b7b04c","modelInstanceName":"23461bd9C51544a3Ae72..base_vfw..module-0"},"requestInfo":{"source":"VID","instanceName":"Vfmodule_Ete_vFW_b96e3a89-fc1f-4f8c-b5a3-e7fcb21e1d38","suppressRollback":false,"requestorId":"demo"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"58b07f74-9671-41f1-8c4e-14efcbe6bfb0","modelInfo":{"modelInvariantId":"1fa1465c-65b4-437e-8c3a-93d075b8c4af","modelType":"service","modelName":"vFW
 2018-10-22 
16:58:04","modelVersion":"1.0","modelVersionId":"40f9ff89-8f74-4a40-aa62-98f1511656bd","modelUuid":"40f9ff89-8f74-4a40-aa62-98f1511656bd","modelInvariantUuid":"1fa1465c-65b4-437e-8c3a-93d075b8c4af"}}},{"relatedInstance":{"instanceId":"a2d09fed-4a98-4aff-8a5d-950e67b3565d","modelInfo":{"modelCustomizationName":"23461bd9-c515-44a3-ae72
 
0","modelInvariantId":"2221b622-ab08-46e2-9f3b-3d36db32cd56","modelType":"vnf","modelName":"23461bd9-c515-44a3-ae72","modelVersion":"1.0","modelCustomizationUuid":"06f3330e-8ad4-46ce-8ed6-0e5353b0e79a","modelVersionId":"b4a92b67-f709-4e56-930d-790fd5337424","modelCustomizationId":"06f3330e-8ad4-46ce-8ed6-0e5353b0e79a","modelUuid":"b4a92b67-f709-4e56-930d-790fd5337424","modelInvariantUuid":"2221b622-ab08-46e2-9f3b-3d36db32cd56","modelInstanceName":"23461bd9-c515-44a3-ae72
 
0"}}}],"cloudConfiguration":{"tenantId":"ebb0ea7144004bacac1e39ff23105fa7","cloudOwner":"att-aic","lcpCloudRegionId":"RegionOne"},"requestParameters":{"testApi":"VNF_API","usePreload":true}},"instanceReferences":{"serviceInstanceId":"58b07f74-9671-41f1-8c4e-14efcbe6bfb0","vnfInstanceId":"a2d09fed-4a98-4aff-8a5d-950e67b3565d","vfModuleInstanceId":"64b092d3-fc50-403f-9256-af7f06d5bc3e","vfModuleInstanceName":"Vfmodule_Ete_vFW_b96e3a89-fc1f-4f8c-b5a3-e7fcb21e1d38","requestorId":"demo"},"requestStatus":{"requestState":"FAILED","statusMessage":"Received
 vfModuleException from VnfAdapter: category='INTERNAL' 
message='org.onap.so.openstack.exceptions.MsoIOException: Connect to 
1.2.3.4:5000 [/1.2.3.4] failed: Operation timed out (Connection timed out)' 
rolledBack='true'","percentProgress":100,"finishTime":"Mon, 22 Oct 2018 
17:04:57 GMT"}}}' contains 'FAILED'


Thanks,
Gary

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Steve Smokowski
Sent: Monday, October 22, 2018 9:30 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; FREEMAN, 
BRIAN D <bf1...@att.com<mailto:bf1...@att.com>>; Yunxia Chen 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Subject: Re: [onap-discuss] [integration][sdnc][so] Integration Working Session

https://gerrit.onap.org/r/#/c/70817/<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.onap.org_r_-23_c_70817_&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=eT0V7lP-NyPi_C3HYeT3IzBpMqMODaYlG6Tu6flfzXA&s=S7pi7aMBbQbyDqHcV9PVa0HMvV8yp9J65M5rD7AyWU0&e=>

Above fixes that, what are we testing on here?

Thanks

-Steve


From: <onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>> on 
behalf of "FREEMAN, BRIAN D" <bf1...@att.com<mailto:bf1...@att.com>>
Reply-To: "onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, "FREEMAN, 
BRIAN D" <bf1...@att.com<mailto:bf1...@att.com>>
Date: Monday, October 22, 2018 at 12:27 PM
To: "onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, 
"helen.c...@huawei.com<mailto:helen.c...@huawei.com>" 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Subject: Re: [onap-discuss] [integration][sdnc][so] Integration Working Session

***Security Advisory: This Message Originated Outside of AT&T ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.

SO error on instantiate VFModule


Brian

"requestId": "cd595902-1896-465b-923a-263f089171f2",
"requestType": "createInstance",
"timestamp": "Mon, 22 Oct 2018 11:23:54",
"requestState": "FAILED",
"requestStatus": "Error in queryAAIVfModuleForStatus(): No such property: 
VF_MODULES for class: org.onap.so.client.aai.AAIObjectPlurals",
"percent-progress": "100"

10/22/18 11:23:53 HTTP Status: Accepted (202)
{
  "requestReferences": {
    "requestId": "cd595902-1896-465b-923a-263f089171f2",
    "instanceId": "24b96818-b0c7-4432-baee-4d48739351aa"
  }
}



-----Original Appointment-----
From: Yunxia Chen <helen.c...@huawei.com<mailto:helen.c...@huawei.com>>
Sent: Monday, October 22, 2018 10:08 AM
To: Yunxia Chen; onap-discuss
Subject: [onap-discuss] [integration][sdnc][so] Integration Working Session
When: Monday, October 22, 2018 8:00 AM-10:00 AM (UTC-08:00) Pacific Time (US & 
Canada).
Where: 
https://zoom.us/j/4466668888<https://urldefense.proofpoint.com/v2/url?u=https-3A__zoom.us_j_4466668888&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=shs6nPzThSiGJml9VXN0Eg&m=7SlqwhpgnDk8xHLA0R3u8rbIy86RGlX8phWd_O0NkVY&s=9pRvdy2bKoqJSNjqC6J55vLi9RQnUn5VuQwWhQRIuS0&e=>


When: Monday, October 22, 2018 8:00 AM-10:00 AM. (UTC-08:00) Pacific Time (US & 
Canada)
Where: 
https://zoom.us/j/4466668888<https://urldefense.proofpoint.com/v2/url?u=https-3A__zoom.us_j_4466668888&d=DwQFoQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=n41TwnfwEDikb-wmVIodMSWMBi7bX3CUNKJjmRabXvI&s=XCYwrWtlflQujAZOO8PRaI_ynrWgdThl2PjN34v_g1E&e=>

*~*~*~*~*~*~*~*~*~*
Move two hours earlier to avoid conflict with CDS meeting.
Today we are going to test vFW instantiation.

Thank you,
Helen Chen



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13197): https://lists.onap.org/g/onap-discuss/message/13197
Mute This Topic: https://lists.onap.org/mt/27485563/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to