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