Hi all, I tried to frankfurt vLB usecase demo. (E2E Automation vLB w/ CDS Use Case Frankfurt)https://wiki.onap.org/pages/viewpage.action?pageId=71838898 I have successfully deployed the onap frankfurt version via the given override.yaml file. And I confirmed that all onap components are working properly through ROBOT Health Check.
In CDS Modeling & Distribution and Policy Naming Modeling stage, I faced a problem. bootstrapcurl --location --request POST ' http://10.12.5.250:30087/api/v1/blueprint-model/bootstrap' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==' \ --header 'Content-Type: text/plain' \ --data-raw '{ "loadModelType" : true, "loadResourceDictionary" : true, "loadCBA" : true }' I don't know what to write for IP and port in the above bootstrap command. because No ONAP component has node port 30087. Second, SDNC naming policy. kubectl -n onap exec -it dev-policy-xacml-pdp-659bd78bb7-lvz2k bash bash-5.0$ curl -k --silent -X POST --header 'Content-Type: application/json' --user 'healthcheck:zb!XztG34' -d '{ "ONAPName": "SDNC", "ONAPComponent":"SNDC-component", "ONAPInstance": "SDNC-component-instance", "requestId": "unique-request-sdnc-1", "action": "naming", "resource": { "policy-id": "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP"}}' ' https://policy-xacml-pdp:6969/policy/pdpx/v1/decision' {"status":"error","policies":{}}bash-5.0$ bash-5.0$ in override.yaml there is policy: enabled: true config: preloadPolicies: true but naming policy seemes to have some problems. Please help me to understand and resolve this problem. Thank you so much in advance. Regards, Won. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21219): https://lists.onap.org/g/onap-discuss/message/21219 Mute This Topic: https://lists.onap.org/mt/74622353/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
