You need to set the robot openstack credentials, keystone authentication type and keystone url.
POST /v3/v2.0/tokens HTTP/1.1" 404 93 - /v3/v2.0/tokens isnt a valid keystone url. It should be either v3 or v2.0 check your override.yaml or robot/values.yaml https://jira.onap.org/browse/OOM-1786 has examples for v2.0. Robot during init queries openstack to find out parameters like tenantid etc for populating data in AAI for the cloud. Brian From: [email protected] <[email protected]> On Behalf Of MALINCONICO ANIELLO PAOLO Sent: Tuesday, June 04, 2019 8:17 AM To: [email protected] Subject: [onap-discuss] [master branch] v3 openstack configuration Hi all, I have fully deployed the ONAP master branch release. All most important pods are into Running state. On configuration side, i have changed only the onap/values.yaml in the following way for the SO: so: enabled: true replicaCount: 1 liveness: # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: false # so server configuration config: # message router configuration dmaapTopic: "AUTO" # openstack configuration openStackRegion: "RegionOne" openStackServiceTenantName: "service" openStackUserName: "dc1" openStackKeyStoneUrl: "http://10.10.9.13:5000/v3<https://urldefense.proofpoint.com/v2/url?u=http-3A__10.10.9.13-3A5000_v3&d=DwQFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=BEbDucnefku7ICar9xkZQIUyUFjr9iVGnhzkDBPOv68&s=w24SC49-wUjij6W7Z3F3XP81772zXzAYTKdH6ibh-_U&e=>" openStackEncryptedPasswordHere: "3655cqwdwq9880970515188cca460" # configure embedded mariadb mariadb: config: mariadbRootPassword: password so-catalog-db-adapter: config: openStackUserName: "dc1" openStackKeyStoneUrl: "http://10.10.9.13:5000/v3<https://urldefense.proofpoint.com/v2/url?u=http-3A__10.10.9.13-3A5000_v3&d=DwQFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=BEbDucnefku7ICar9xkZQIUyUFjr9iVGnhzkDBPOv68&s=w24SC49-wUjij6W7Z3F3XP81772zXzAYTKdH6ibh-_U&e=>" openStackEncryptedPasswordHere: "3655cqwdwq9880970515188cca460" All seems good. But if I run ./robot/demo.sh init and ./robot/demo.sh init_robot , they fail with the following output error: <msg timestamp="20190604 11:54:52.170" level="TRACE">Arguments: [ 'keystone' | '/v3/v2.0/tokens' | data={'auth': {'passwordCredentials': {'password': 'tilabpolito', 'username': 'dc1'}, 'tenantId': '34f1fe41d1a0483dbd1aa94c26dc5545'}} | headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'X-FromAppId': 'robot-ete', 'X-TransactionId': 'robot-ete-7a44cd47-a1c7-4901-ad57-ba1808569dfa'} ]</msg> <msg timestamp="20190604 11:54:52.175" level="DEBUG">Starting new HTTP connection (1): 163.162.95.137:5000</msg> <msg timestamp="20190604 11:54:52.183" level="DEBUG">http://163.162.95.137:5000<https://urldefense.proofpoint.com/v2/url?u=http-3A__163.162.95.137-3A5000&d=DwQFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=BEbDucnefku7ICar9xkZQIUyUFjr9iVGnhzkDBPOv68&s=s2wS2Zuq2aA4ayA6w0ay2-iKCHR0kUAy7M-CUbZKxOQ&e=> "POST /v3/v2.0/tokens HTTP/1.1" 404 93</msg> <msg timestamp="20190604 11:54:52.184" level="DEBUG">post response: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}} Maybe I made a mistake into the configuration file? Can someone help me? Aniello Paolo Malinconico -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17401): https://lists.onap.org/g/onap-discuss/message/17401 Mute This Topic: https://lists.onap.org/mt/31925775/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
