Hi SO Team, I tried to bring up the vFW demo and while adding the VF module for vFW got an error (timeout) in SO and the state changed to "pending delete". I noticed in SO VNFAdapter/auditmso.log following error
"2018-01-23T09:40:04.642Z|2018-01-23T09:48:48.523Z|f0741791-a210-4a51-8f41-9b17900 c8be44|2838a2e5-d665-4f2e-8d97-948a463ef41d|Thread-298||CreateVfModule|BPELClienn t|ERROR|505|Create VF Module: Query vFW_SINC_Module5 in RegionOne/d4cdcb2d594a455 51b6fd1576ce5bc2f6: org.openecomp.mso.openstack.exceptions.MsoIOException: Connee ct to 172.116.0.196:8004 [/172.116.0.196] failed: Connection timed out (Connectii on timed out)|356b3660-d381-4a62-954e-efb9be4b8992|INFO|0|172.18.0.3|523881|mso.. mso.testlab.openecomp.org|172.18.0.3||||||||" As per my understanding this is some issue with connecting to the keystone service. I verified in my Openstack controller above IP/Port for Orchestration API and I am also able to ping controller node from MSO docker container. My MSO cloud_region.json is targeting to OpenStack Ocata and I slightly modified this to rectify an SSL error . 2018-01-23T07:51:14.109Z|2018-01-23T07:51:29.356Z|9fc35ff3-ff2c-4ac5-bcaa-bb2cdee 3467da|789f273b-1044-4b6b-a9b8-5e5b74f92542|Thread-278||CreateVfModule|BPELClienn t|ERROR|505|Create VF Module: Query vFW_SINC_Module1 in RegionOne/d4cdcb2d594a455 51b6fd1576ce5bc2f6: org.openecomp.mso.openstack.exceptions.MsoIOException: Unrecc ognized SSL message, plaintext connection?|356b3660-d381-4a62-954e-efb9be4b8992|| INFO|0|172.18.0.3|15247|mso.mso.testlab.openecomp.org|172.18.0.3|||||||| I changed the identity_url from https to http as below . After this change I started getting the heat orchestration timeout error . Appreciate if you can clarify 1) Does MSO support Keystone v3 ? 2) Can I just add the v3 URL as http://192.168.1.196:5000/v3" for identity_url ? 3) Do I need to also mention "identity_api_version"="v3"? 4) Any other configuration missing in SO which might trigger the timeout ? (I have configured cloud region in AAI and also preloaded VNF data in SDNC as per wiki page) MSO cloud_config.json is given below. { "cloud_config": { "identity_services": { "DEFAULT_KEYSTONE": { "identity_url": "http://192.168.1.196:5000/v2.0", "mso_id": "onap", "mso_pass": "91ceda8da6526c3e71d75b01cf159e61", "admin_tenant": "service", "member_role": "admin", "tenant_metadata": true, "identity_server_type": "KEYSTONE", "identity_authentication_type": "USERNAME_PASSWORD" } }, "cloud_sites": { "RegionOne": { "region_id": "RegionOne", "clli": "RegionOne", "aic_version": "2.5", "identity_service_id": "DEFAULT_KEYSTONE" } } } } ________________________________ The information transmitted herein is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
