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 |
Instrumental | aae5c07 | 2019-03-29 15:42:37 -0500 | [diff] [blame] | 11 | |
Instrumental | d86e322 | 2019-03-22 14:13:22 -0500 | [diff] [blame] | 12 | ngi|ONAP NGI Application|NGI|ONAP Application|||a|aaf_admin |
| 13 | |
| 14 | Save (:wq) |
| 15 | |
| 16 | In GUI: |
| 17 | AS AAF: |
| 18 | |
| 19 | ns create org.onap.ngi mmanager aaf_admin |
| 20 | |
| 21 | AS aaf_admin: |
| 22 | |
| 23 | got to GUI "MyNamespaces" |
| 24 | got to Cred Details |
| 25 | Create a Password - demo123456! |
| 26 | |
| 27 | Create "As Cert Artifact" |
| 28 | (show web page) |
| 29 | |
| 30 | From GUI |
Instrumental | cf7afe8 | 2019-03-27 11:33:11 -0500 | [diff] [blame] | 31 | role create org.onap.ngi.service ngi@ngi.onap.org |
Instrumental | d86e322 | 2019-03-22 14:13:22 -0500 | [diff] [blame] | 32 | |
Instrumental | cf7afe8 | 2019-03-27 11:33:11 -0500 | [diff] [blame] | 33 | perm grant org.onap.ngi.access|*|* org.onap.ngi.service |
| 34 | |
| 35 | See Certificate Documentation for adding Certificate Artifacts. |