Changes

stoney cloud: OpenLDAP directory data organisation

35 bytes added, 12:29, 18 August 2018
== IaaS (Infrastructure as a Service) ==
The subtree ou=iaasopenstack,ou=service,dc=stoney-cloud,dc=org contains all the OpenStack based stoney cloud service data. The following LDIF shows the '''iaas''' entry for the stoney cloud service:
<source lang="ldif">
dn: ou=iaasopenstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
=== Domains (resellers) ===
<source lang="ldif">
dn: ou=domains,ou=iaasopenstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
==== Domain (reseller) example ====
<source lang="ldif">
dn: uid=4000000,ou=domains,ou=iaasopenstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstIaaSDomains (or just sstIaaS?)
=== Projects (tenants) ===
<source lang="ldif">
dn: ou=projects,ou=iaasopenstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
Due to the OpenStack project (tenant) organisation, we can have multiple tenants per domain (reseller) and customers. The following LDIF example show the first project of the customer Customer Ltd. with the <code>sstBelongsToCustomerUID: 4000001</code> belonging to the reseller Reseller Ltd. with the <code>sstBelongsToResellerUID: 4000000</code>:
<source lang="ldif">
dn: uid=5000001,ou=projects,ou=iaasopenstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstIaaSProjects (or just sstIaaS?)
The following LDIF example show the second project of the customer Customer Ltd. with the <code>sstBelongsToCustomerUID: 4000001</code> belonging to the reseller Reseller Ltd. with the <code>sstBelongsToResellerUID: 4000000</code>:
<source lang="ldif">
dn: uid=5000002,ou=projects,ou=iaasopenstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstIaaSProjects (or just sstIaaS?)
SLB, editor, reviewer
3,368
edits