blob: 6f80e6e9bfbbe4bc99dc19d75bce91b0e0f6deae [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
11 ngi|ONAP NGI Application|NGI|ONAP Application|||a|aaf_admin
12
13Save (:wq)
14
15In GUI:
16AS AAF:
17
18ns create org.onap.ngi mmanager aaf_admin
19
20AS aaf_admin:
21
22got to GUI "MyNamespaces"
23got to Cred Details
24Create a Password - demo123456!
25
26Create "As Cert Artifact"
27(show web page)
28
29From GUI
Instrumentalcf7afe82019-03-27 11:33:11 -050030 role create org.onap.ngi.service ngi@ngi.onap.org
Instrumentald86e3222019-03-22 14:13:22 -050031
Instrumentalcf7afe82019-03-27 11:33:11 -050032 perm grant org.onap.ngi.access|*|* org.onap.ngi.service
33
34See Certificate Documentation for adding Certificate Artifacts.