On the same directory in APPC docker. You would see the appc_southbound.properties file instead. The format for ansible server in southbound properties is below:
<vnf-type>.ANSIBLE.<action_name>.user <vnf-type>.ANSIBLE.<action_name>.port <vnf-type>.ANSIBLE.<action_name>.password <vnf-type>.ANSIBLE.<action_name>.url <vnf-type> has to be matched with vnf-type in A&AI. For example: vUSP-vCOM.ANSIBLE.HealthCheck.user = XXX vUSP-vCOM.ANSIBLE.HealthCheck.port = 5000 vUSP-vCOM.ANSIBLE.HealthCheck.password = ABCDEF vUSP-vCOM.ANSIBLE.HealthCheck.url = https://<url>:5000 In Casablanca release, these ansible server configures will be moving to device_authentication table in maria (now is mysql) db. Taka From: ANUMANENI, VENKATA RAMANA Sent: Friday, May 04, 2018 1:28 PM To: CHO, TAKAMUNE <[email protected]>; Akula, Ramanjaneyul Reddy (Nokia - US/Irving) <[email protected]>; [email protected] Subject: RE: [onap-discuss] [app-c] Ansible Server details in appc.properties file Hello APPC team, I am trying to update Ansible Server details in APPC properties file. But, we couldn't find exact parameter to be updated. Could you please provide sample appc.properties file which has Ansible Server details? ariable Name Description Type Comments User Username to logon to Ansible Server Mandatory Should be provided by APPC. Password Password to logon to Ansible Server Mandatory Should be provided by APPC. AgentUrl The complete URL of the Ansible Server to post the request for execution and retrieve results (if in synchronous mode) Regards Venkat From: CHO, TAKAMUNE [mailto:[email protected]] Sent: Wednesday, April 04, 2018 3:56 PM To: Akula, Ramanjaneyul Reddy (Nokia - US/Irving) <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Cc: Anumaneni, Venkataramana (Nokia - US/Irving) <[email protected]<mailto:[email protected]>> Subject: RE: [onap-discuss] [app-c] appc client library location HI Ramu, Thanks for interested on APPC. It sounds like your local_setting.xml for mvn build has an issue, can you attach your local_setting to me, I can take a look. Thanks Taka From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Akula, Ramanjaneyul Reddy (Nokia - US/Irving) Sent: Wednesday, April 04, 2018 3:27 PM To: [email protected]<mailto:[email protected]> Cc: ANUMANENI, VENKATA RAMANA <[email protected]<mailto:[email protected]>> Subject: [onap-discuss] [app-c] appc client library location Hi APPC Team, We are planning to do some VNF configuration using APP-C. For the same, learned that we can use the APP-C client libraries (org.onap.appc.client:client-kit, org.onap.appc.client:client-lib) to send the LCM request to DMaaP topic (http://onap.readthedocs.io/en/latest/submodules/appc.git/docs/APPC%20Client%20Library%20Guide/APPC%20Client%20Library%20Guide.html#appc-client-library<https://urldefense.proofpoint.com/v2/url?u=http-3A__onap.readthedocs.io_en_latest_submodules_appc.git_docs_APPC-2520Client-2520Library-2520Guide_APPC-2520Client-2520Library-2520Guide.html-23appc-2Dclient-2Dlibrary&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=i5VHNTZ3SDPgIii87sudZA&m=DvUDSMF0PycK7tdDRBMWCZE0uYTfZ0Ov4_bKTH8eTI4&s=mvjUD9FBhEY-4f59aKG_RuhbE85YlaM7ck5fhDBN2lg&e=> However, we failed to located the needed jars. Then tried to compile the code using the instructions @ "https://wiki.onap.org/display/DW/Building+Entire+ONAP<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Building-2BEntire-2BONAP&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=i5VHNTZ3SDPgIii87sudZA&m=DvUDSMF0PycK7tdDRBMWCZE0uYTfZ0Ov4_bKTH8eTI4&s=8HRneytzxJpd7exhuI2RmQkB3QPC0i55jvqXWEvh7Zg&e=>" While comping the APP-C code, getting below error: [FATAL] Non-resolvable parent POM for org.onap.appc:appc:1.3.0-SNAPSHOT: Failure to find org.onap.ccsdk.parent:odlparent-carbon-sr1:pom:0.1.0 in https://repo.maven.apache.org/maven2<https://urldefense.proofpoint.com/v2/url?u=https-3A__repo.maven.apache.org_maven2&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=i5VHNTZ3SDPgIii87sudZA&m=DvUDSMF0PycK7tdDRBMWCZE0uYTfZ0Ov4_bKTH8eTI4&s=E7oR2TNzBdIpHJnRE5Ls72O1ArLKNRu5N7ljq2dI9GY&e=> was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 25, column 13 @ Can someone help me on how to get around this problem. Thanks & best regards, Ramu
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
