Instrumental | d86e322 | 2019-03-22 14:13:22 -0500 | [diff] [blame] | 1 | .. 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 | |
| 5 | How to Onboard new ONAP Entities |
| 6 | ================================= |
| 7 | In running AAF |
| 8 | cd /opt/app/osaaf/data |
| 9 | vi identities.dat |
| 10 | insert like the following |
| 11 | ngi|ONAP NGI Application|NGI|ONAP Application|||a|aaf_admin |
| 12 | |
| 13 | Save (:wq) |
| 14 | |
| 15 | In GUI: |
| 16 | AS AAF: |
| 17 | |
| 18 | ns create org.onap.ngi mmanager aaf_admin |
| 19 | |
| 20 | AS aaf_admin: |
| 21 | |
| 22 | got to GUI "MyNamespaces" |
| 23 | got to Cred Details |
| 24 | Create a Password - demo123456! |
| 25 | |
| 26 | Create "As Cert Artifact" |
| 27 | (show web page) |
| 28 | |
| 29 | From GUI |
Instrumental | cf7afe8 | 2019-03-27 11:33:11 -0500 | [diff] [blame] | 30 | role create org.onap.ngi.service ngi@ngi.onap.org |
Instrumental | d86e322 | 2019-03-22 14:13:22 -0500 | [diff] [blame] | 31 | |
Instrumental | cf7afe8 | 2019-03-27 11:33:11 -0500 | [diff] [blame] | 32 | perm grant org.onap.ngi.access|*|* org.onap.ngi.service |
| 33 | |
| 34 | See Certificate Documentation for adding Certificate Artifacts. |