Re: [app-c] Ansible Server details in appc.properties file


Taka Cho
 

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 <tc012c@...>; Akula, Ramanjaneyul Reddy (Nokia - US/Irving) <ramanjaneyul_reddy.akula@...>; onap-discuss@...
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:tc012c@...]
Sent: Wednesday, April 04, 2018 3:56 PM
To: Akula, Ramanjaneyul Reddy (Nokia - US/Irving) <ramanjaneyul_reddy.akula@...>; onap-discuss@...
Cc: Anumaneni, Venkataramana (Nokia - US/Irving) <venkataramana.a@...>
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: onap-discuss-bounces@... [mailto:onap-discuss-bounces@...] On Behalf Of Akula, Ramanjaneyul Reddy (Nokia - US/Irving)
Sent: Wednesday, April 04, 2018 3:27 PM
To: onap-discuss@...
Cc: ANUMANENI, VENKATA RAMANA <venkataramana.a@...>
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

 

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

 

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 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

 

 

 

 

Join {onap-discuss@lists.onap.org to automatically receive all group messages.