blob: 4a1fa73b281126e33be576aed6dde367a97bbfb2 [file] [log] [blame]
Instrumentald86e3222019-03-22 14:13:22 -05001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright © 2017 AT&T Intellectual Property. All rights reserved.
4
5How to Onboard new ONAP Entities
6=================================
7In running AAF
8cd /opt/app/osaaf/data
9vi identities.dat
10insert like the following
Instrumentalaae5c072019-03-29 15:42:37 -050011
Instrumentald86e3222019-03-22 14:13:22 -050012 ngi|ONAP NGI Application|NGI|ONAP Application|||a|aaf_admin
13
14Save (:wq)
15
16In GUI:
17AS AAF:
18
19ns create org.onap.ngi mmanager aaf_admin
20
21AS aaf_admin:
22
23got to GUI "MyNamespaces"
24got to Cred Details
25Create a Password - demo123456!
26
27Create "As Cert Artifact"
28(show web page)
29
30From GUI
Instrumentalcf7afe82019-03-27 11:33:11 -050031 role create org.onap.ngi.service ngi@ngi.onap.org
Instrumentald86e3222019-03-22 14:13:22 -050032
Instrumentalcf7afe82019-03-27 11:33:11 -050033 perm grant org.onap.ngi.access|*|* org.onap.ngi.service
34
35See Certificate Documentation for adding Certificate Artifacts.