Changes

Jump to: navigation, search

stoney cloud: OpenLDAP directory data organisation

80 bytes added, 13:39, 25 August 2018
/* Domains (resellers) */
This is a very special domain and is created during the bootstrapping phase of the OpenStack installation. Therefore we '''never''' provision this domain and we don't add the <code>objectclass: sstProvisioning</code> to this domain.
<source lang="ldif">
dn: uid=49999983999998,ou=domains,ou=openstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstOpenStackDomain
objectclass: sstRelationship
uid: 49999993999999
sstOpenStackId: default
sstOpenStackName: Default
This is also quite a special domain, as it collects the cloud administrators of the OpenStack based stoney cloud. It is added manually just after the bootstrapping phase. Therefore we do '''never'' provision this domain and we don't add the <code>objectclass: sstProvisioning</code> to this domain.
<source lang="ldif">
dn: uid=49999993999999,ou=domains,ou=openstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstOpenStackDomain
objectclass: sstRelationship
uid: 49999993999999
sstOpenStackId: abcdef2477be64c099500224864999998
sstOpenStackName: Service Provider
==== Domain (reseller) example ====
<source lang="ldif">
dn: uid=50000004000000,ou=domains,ou=openstack,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstOpenStackDomain
objectclass: sstProvisioning
objectclass: sstRelationship
uid: 50000004000000
sstOpenStackId: b01822477be64c09950022486300c59c
sstOpenStackName: Reseller Ltd.
* <code>sstBelongsToPersonUID: 4000002</code> Not necessary.
* Use <code>date --utc "+%Y%m%dT%H%M%SZ"</code> to set the attribute <code>sstProvisioningState</code> manually.
* The uid normally has the same value as the sstBelongsToResellerUID attribute.
=== Projects (tenants) ===
3,368
edits