blob: 54c0a15d96cb449e85f3ce43e3a9d92c3cd89bbe [file] [log] [blame]
Instrumental12f7f462018-04-23 15:43:47 -05001#
Instrumentale7138752018-05-08 07:08:31 -05002# Sample Identities.dat
Instrumental12f7f462018-04-23 15:43:47 -05003# 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)
Instrumentale7138752018-05-08 07:08:31 -050019#
20
21iowna|Ima D. Owner|Ima|Owner|314-123-2000|ima.d.owner@osaaf.com|e|
22mmanager|Mark D. Manager|Mark|Manager|314-123-1234|mark.d.manager@osaaf.com|e|iowna
23bdevl|Robert D. Developer|Bob|Developer|314-123-1235|bob.d.develper@osaaf.com|e|mmanager
24mmarket|Mary D. Marketer|Mary|Marketer|314-123-1236|mary.d.marketer@osaaf.com|e|mmanager
25ccontra|Clarice D. Contractor|Clarice|Contractor|314-123-1237|clarice.d.contractor@osaaf.com|c|mmanager
26iretired|Ira Lee M. Retired|Ira|Retired|314-123-1238|clarice.d.contractor@osaaf.com|n|mmanager
Instrumental9c8a8b02018-07-16 18:41:10 -050027osaaf|ID of AAF|osaaf|AAF Application|||a|bdevl
Instrumental22441bf2018-04-30 14:11:34 -050028# ONAP default Users
Instrumental32cdd552018-07-19 13:29:32 -050029aaf_admin|AAF Administrator|Mr AAF|AAF Admin|||e|mmanager
30deploy|Deployer|Deployer|Depoyer|||e|aaf_admin
31demo|PORTAL DEMO|PORTAL|DEMO|||e|aaf
32jh0003|PORTAL ADMIN|PORTAL|ADMIN|||e|aaf
33cs0008|PORTAL DESIGNER|PORTAL|DESIGNER|||e|aaf
34jm0007|PORTAL TESTER|PORTAL|TESTER|||e|aaf
35op0001|PORTAL OPS|PORTAL|OPS|||e|aaf
36gv0001|PORTAL GOVERNOR|PORTAL|GOVERNOR|||e|aaf
37# ONAP App IDs
38aaf|AAF Application|AAF|Application|||a|aaf_admin
39aaf-sms|AAF SMS Application|AAF SMS|Application|||a|aaf_admin
40clamp|ONAP CLAMP Application|CLAMP|Application|||a|aaf_admin
41aai|ONAP AAI Application|AAI|ONAP Application|||a|aaf_admin
42appc|ONAP APPC Application|APPC|ONAP Application|||a|aaf_admin
43dcae|ONAP DCAE Application|CLAMP|ONAP Application|||a|aaf_admin
44dmaap-bc|ONAP DMaap BC Application|DMaap BC|ONAP Application|||_admina|aaf
45dmaap-mr|ONAP DMaap MR Application|DMaap MR|ONAP Application|||a|aaf_admin
46oof|ONAP OOF Application|OOF|ONAP Application|||a|aaf_admin
47sdnc|ONAP SDNC Application|SDNC|ONAP Application|||a|aaf_admin