Instrumental | 12f7f46 | 2018-04-23 15:43:47 -0500 | [diff] [blame] | 1 | # |
Instrumental | e713875 | 2018-05-08 07:08:31 -0500 | [diff] [blame] | 2 | # Sample Identities.dat |
Instrumental | 12f7f46 | 2018-04-23 15:43:47 -0500 | [diff] [blame] | 3 | # This file is for use with the "Default Organization". It is a simple mechanism to have a basic ILM structure to use with |
| 4 | # out-of-the-box tire-kicking, or even for Small companies |
| 5 | # |
| 6 | # For Larger Companies, you will want to create a new class implementing the "Organization" interface, making calls to your ILM, or utilizing |
| 7 | # batch feeds, as is appropriate for your company. |
| 8 | # |
| 9 | # Example Field Layout. note, in this example, Application IDs and People IDs are mixed. You may want to split |
| 10 | # out AppIDs, choose your own status indicators, or whatever you use. |
| 11 | # 0 - unique ID |
| 12 | # 1 - full name |
| 13 | # 2 - first name |
| 14 | # 3 - last name |
| 15 | # 4 - phone |
| 16 | # 5 - official email |
| 17 | # 6 - employment status e=employee, c=contractor, a=application, n=no longer with company |
| 18 | # 7 - responsible to (i.e Supervisor for People, or AppOwner, if it's an App ID) |
Instrumental | e713875 | 2018-05-08 07:08:31 -0500 | [diff] [blame] | 19 | # |
| 20 | |
| 21 | iowna|Ima D. Owner|Ima|Owner|314-123-2000|ima.d.owner@osaaf.com|e| |
| 22 | mmanager|Mark D. Manager|Mark|Manager|314-123-1234|mark.d.manager@osaaf.com|e|iowna |
| 23 | bdevl|Robert D. Developer|Bob|Developer|314-123-1235|bob.d.develper@osaaf.com|e|mmanager |
| 24 | mmarket|Mary D. Marketer|Mary|Marketer|314-123-1236|mary.d.marketer@osaaf.com|e|mmanager |
| 25 | ccontra|Clarice D. Contractor|Clarice|Contractor|314-123-1237|clarice.d.contractor@osaaf.com|c|mmanager |
| 26 | iretired|Ira Lee M. Retired|Ira|Retired|314-123-1238|clarice.d.contractor@osaaf.com|n|mmanager |
Instrumental | 9c8a8b0 | 2018-07-16 18:41:10 -0500 | [diff] [blame] | 27 | osaaf|ID of AAF|osaaf|AAF Application|||a|bdevl |
Instrumental | 22441bf | 2018-04-30 14:11:34 -0500 | [diff] [blame] | 28 | # ONAP default Users |
Instrumental | 32cdd55 | 2018-07-19 13:29:32 -0500 | [diff] [blame^] | 29 | aaf_admin|AAF Administrator|Mr AAF|AAF Admin|||e|mmanager |
| 30 | deploy|Deployer|Deployer|Depoyer|||e|aaf_admin |
| 31 | demo|PORTAL DEMO|PORTAL|DEMO|||e|aaf |
| 32 | jh0003|PORTAL ADMIN|PORTAL|ADMIN|||e|aaf |
| 33 | cs0008|PORTAL DESIGNER|PORTAL|DESIGNER|||e|aaf |
| 34 | jm0007|PORTAL TESTER|PORTAL|TESTER|||e|aaf |
| 35 | op0001|PORTAL OPS|PORTAL|OPS|||e|aaf |
| 36 | gv0001|PORTAL GOVERNOR|PORTAL|GOVERNOR|||e|aaf |
| 37 | # ONAP App IDs |
| 38 | aaf|AAF Application|AAF|Application|||a|aaf_admin |
| 39 | aaf-sms|AAF SMS Application|AAF SMS|Application|||a|aaf_admin |
| 40 | clamp|ONAP CLAMP Application|CLAMP|Application|||a|aaf_admin |
| 41 | aai|ONAP AAI Application|AAI|ONAP Application|||a|aaf_admin |
| 42 | appc|ONAP APPC Application|APPC|ONAP Application|||a|aaf_admin |
| 43 | dcae|ONAP DCAE Application|CLAMP|ONAP Application|||a|aaf_admin |
| 44 | dmaap-bc|ONAP DMaap BC Application|DMaap BC|ONAP Application|||_admina|aaf |
| 45 | dmaap-mr|ONAP DMaap MR Application|DMaap MR|ONAP Application|||a|aaf_admin |
| 46 | oof|ONAP OOF Application|OOF|ONAP Application|||a|aaf_admin |
| 47 | sdnc|ONAP SDNC Application|SDNC|ONAP Application|||a|aaf_admin |