Hi Vivek, On Tue, Jul 16, 2019 at 05:57 PM, Vivekanandan Muthukrishnan wrote: > Could you help me understand, what does the *Step.8* means "*Run GenTester, > using the target dir under aai-resources:*" ?
Sorry, this is an old reference to the Beijing version of ONAP because that tool was previously under the aai-resources microservice, but it is now under the aai-graphadmin microservice. The description is wrong for that page since it should be referring only to Dublin release, but the shell command shown should be correct. > On Tue, Jul 16, 2019 at 10:24 PM Vivekanandan Muthukrishnan via > Lists.Onap.Org <[email protected]> wrote: > > *$ curl -s -k -X GET > > https://localhost:8447/aai/v11/cloud-infrastructure/cloud-regions/ > > <https://localhost:8447/aai/v11/cloud-infrastructure/cloud-regions/> -u > > "AAI:AAI" -H X-TransactionId:test-001 -H X-FromAppId:AAI -H > > Content-Type:application/json -H Accept:application/json | python -m > > json.tool * > > { > > "requestError": { > > "serviceException": { > > "messageId": "SVC3001", > > "text": "Resource not found for %1 using id %2 (msg=%3) > > (ec=%4)", > > "variables": [ > > "GET", > > "cloud-infrastructure/cloud-regions/", > > "Node Not Found:No Node of type cloud-region found at: > > cloud-infrastructure/cloud-regions/", > > "ERR.5.4.6114" > > ] > > } > > } > > } Your curl command from the previous message seems to show a correctly functioning system that has no data for cloud-regions. Before you run the schema change tutorial, could you please try a PUT and GET on the cloud-regions to confirm that those operations are successful? If so, it means the Cassandra schema is setup correctly. see also step 11 on https://wiki.onap.org/display/DW/AAI+Developer+Environment+Setup+-+Dublin Then before attempting the schema changes, please clear out the old log files, in case they are confusing the issue. Keong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18121): https://lists.onap.org/g/onap-discuss/message/18121 Mute This Topic: https://lists.onap.org/mt/32488645/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
