Hello, We are building an app that runs on ONAP, and we need to study how to integrate with AAF.
I tried running the automated AAF Certificate generation tool below, but i get error "No Entries found for 'https://aaf-onap-test.osaaf.org:8095/locate/org.osaaf.aaf.cm:2.1'". What do I need to change to successfully create the artifacts for my application ? debian@control01-onap:~/osaaf$ ./agent.sh bash CADI Version (2.1.10-SNAPSHOT): Docker Repo (nexus3.onap.org:10003): nexus3.onap.org:10001 HOSTNAME (blank for Default): CONTAINER_NS (onap): AAF's FQDN: aaf-onap-test.osaaf.org ./agent.sh: line 50: host: command not found AAF FQDN IP: 10.253.0.25 Deployer's FQI: [email protected] App's Root FQDN: olc-test.onap App's FQI: [email protected] APP's AAF Configuration Volume: olc-test-vol DRIVER (local): LATITUDE of Node: 10 LONGITUDE of Node: 10 Creating Volume: olc-test-vol Caller Properties Initialized #### Create Configuration files Password for [email protected]: Writing to /opt/app/osaaf/local Writing file /opt/app/osaaf/local/org.onap.olc-test.keyfile Reading /root/.aaf/sso.props Creating new /opt/app/osaaf/local/org.onap.olc-test.props Creating new /opt/app/osaaf/local/org.onap.olc-test.location.props Creating new /opt/app/osaaf/local/org.onap.olc-test.cred.props 2019-03-10T08:42:41.193+0000: Trans Info REMOTE Get Configuration 24.743471ms ############################################################ # Properties Generated by AT&T Certificate Manager # by root # on 2019-03-10T08:42:41.188+0000 # @copyright 2016, AT&T ############################################################ [email protected] aaf_locate_url=https://aaf-onap-test.osaaf.org:8095 aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.1 cadi_etc_dir=/opt/app/osaaf/local cadi_latitude=10 cadi_longitude=10 cadi_prop_files=/opt/app/osaaf/local/org.onap.olc-test.location.props:/opt/app/osaaf/local/org.onap.olc-test.cred.props cm_url=https://AAF_LOCATE_URL/%CNS.%AAF_NS.cm:2.1 #### Certificate Authorization Artifact org.onap.aaf.cadi.CadiException: org.onap.aaf.cadi.LocatorException: No Entries found for 'https://aaf-onap-test.osaaf.org:8095/locate/org.osaaf.aaf.cm:2.1' at org.onap.aaf.cadi.aaf.v2_0.AAFConHttp.rclient(AAFConHttp.java:140) at org.onap.aaf.cadi.aaf.v2_0.AAFCon.client(AAFCon.java:219) at org.onap.aaf.cadi.configure.Agent.readArtifact(Agent.java:420) at org.onap.aaf.cadi.configure.Agent.main(Agent.java:250) Caused by: org.onap.aaf.cadi.LocatorException: No Entries found for 'https://aaf-onap-test.osaaf.org:8095/locate/org.osaaf.aaf.cm:2.1' at org.onap.aaf.cadi.aaf.v2_0.AbsAAFLocator.best(AbsAAFLocator.java:232) at org.onap.aaf.cadi.aaf.v2_0.AAFConHttp.rclient(AAFConHttp.java:138) ... 3 more 2019-03-10T08:42:41.989+0000: Trans Info Read Artifact 106.0654ms #### Certificate Authorization Artifact must be valid to continue Initialization complete bash-4.4# Thanks A. Seaudi _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. Thank you. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15945): https://lists.onap.org/g/onap-discuss/message/15945 Mute This Topic: https://lists.onap.org/mt/30375081/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
