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