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" openStackEncryptedPasswordHere: "3655cqwdwq9880970515188cca460" # configure embedded mariadb mariadb: config: mariadbRootPassword: password so-catalog-db-adapter: config: openStackUserName: "dc1" openStackKeyStoneUrl: "http://10.10.9.13:5000/v3" 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 "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 (#17397): https://lists.onap.org/g/onap-discuss/message/17397 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]] -=-=-=-=-=-=-=-=-=-=-=-
