-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #778 from planetf1/helm20
Helm20 : Enable docker build by maven
- Loading branch information
Showing
49 changed files
with
1,055 additions
and
626 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
open-metadata-resources/open-metadata-deployment/SampleData/CocoPharma/ldap/00-org.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# Copyright Contributors to the ODPi Egeria project. | ||
|
||
#Organizational Units | ||
dn: ou=People,dc=example,dc=org | ||
objectClass: organizationalUnit | ||
ou: People | ||
description: All members of the organization | ||
|
||
dn: ou=groups,dc=example,dc=org | ||
objectClass: organizationalUnit | ||
ou: groups | ||
description: Groups |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 75 additions & 0 deletions
75
open-metadata-resources/open-metadata-deployment/SampleData/CocoPharma/ldap/03-groups.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# Copyright Contributors to the ODPi Egeria project. | ||
|
||
#founder group | ||
dn: cn=Founder,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Zach_Now,ou=People,dc=example,dc=org | ||
member: uid=Steve_Starter,ou=People,dc=example,dc=org | ||
member: uid=Terri_Daring,ou=People,dc=example,dc=org | ||
|
||
|
||
dn: cn=Data Steward,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Tanya_Tidy,ou=People,dc=example,dc=org | ||
|
||
dn: cn=IT Project Leader,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Polly_Tasker,ou=People,dc=example,dc=org | ||
|
||
|
||
dn: cn=Lead Researcher,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Tessa_Tube,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Data Scientist,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Callie_Quartile,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Chief Security Officer,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Ivor_Padlock,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Application Developer,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Bob_Nitter,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Human Resources and Compliance Director,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Faith_Broker,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Payment Clerk,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Sally_Counter,ou=People,dc=example,dc=org | ||
|
||
dn: cn=DataStage Specialist,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Lemmie_Stage,People,dc=example,dc=org | ||
|
||
dn: cn=Information Architect,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Erin_Overview,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Sales Specialist,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Harry_Hopeful,ou=People,dc=example,dc=org | ||
|
||
dn: cn=IT Infrastructure Lead,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Gary_Geeke,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Chief Finance Officer (CFO),ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Reggie_Mint,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Information Analyst,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Peter_Profile,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Accounts Manager,ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Tom_Tally,ou=People,dc=example,dc=org | ||
|
||
dn: cn=Chief Data Officer (CDO),ou=groups,dc=example,dc=org | ||
objectclass: groupofnames | ||
member: uid=Jules_Keeper,ou=People=example,dc=org |
93 changes: 0 additions & 93 deletions
93
open-metadata-resources/open-metadata-deployment/SampleData/CocoPharma/ldap/add_groups.ldif
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.