Changes

Jump to: navigation, search
/* Load Balancer as a Service (LBaaS) - Configuration - Reseller - Notification settings */
* '''x''': Mandatory in all cases.
* '''x<sup>1</sup>''': If <code>sstIsCompany</code> is set to <code>TRUE</code>, the <code>organizationName</code> must be set. Otherwise <code>givenName</code> and <code>surname</code> must be set.
 
==== Load Balancer as a Service (LBaaS) - Configuration - Reseller - Notification settings ====
The sub tree stores the notification information for the Load Balancer as a Service (LBaaS) for the reseller Reseller Ltd. with the uid 4000000. This information is used independently of the notification settings of the users. The idea is, that the reseller can receive notifications for a customer and react on the received information (for example, when the quota has been reached):
<source lang="ldif">
dn: ou=notifications,uid=4000000,ou=reseller,ou=configuration,ou=lbaas,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
objectclass: sstNotificationObjectClass
ou: notifications
description: The sub tree stores the notification information for the Load Balancer as a Service (LBaaS) for the reseller Reseller Ltd. with the uid 4000000. This information is used independently of the notification settings of the users.
sstMailTo: Support stepping stone AG <support@stepping-stone.ch>
sstNotificationWarningOn: TRUE
sstNotificationWarning: quota
</source>
 
The following table describes the different attributes:
{| border="1" style="border-collapse: collapse; font-size:80%;" width="100%" class="wikitable sortable"
! style="text-align:left; width: 120px" | Attribute
! style="text-align:left; width: 220px" | Objectclass
! style="width: 80px" | Existance
! style="width: 80px" | Mandatory
! style="text-align:left;" | Description
 
 
|-
| ou
| organizationalUnit
| <center>MUST</center>
| <center>x</center>
| The name of the leaf.
 
For the notification settings of the HAProxy based Load Balancer as a Service (LBaaS) this is: <code>notifications</code>.
 
|-
| description
| organizationalUnit
| <center>MAY</center>
| <center>x</center>
| The description of the leaf.
 
For the notification settings of the HAProxy based Load Balancer as a Service (LBaaS) this is: <code>The sub tree stores the notification information for the Load Balancer as a Service (LBaaS) for the reseller Reseller Ltd. with the uid 4000000. This information is used independently of the notification settings of the users.</code>
 
|-
| sstMailTo
| sstNotificationObjectClass
| <center>MAY</center>
| <center>x</center>
| The description of the leaf.
 
For the configuration of the HAProxy based Load Balancer as a Service (LBaaS) this is: <code>Support stepping stone AG <support@stepping-stone.ch></code>
 
|-
| sstNotificationWarningOn
| sstNotificationObjectClass
| <center>MAY</center>
| <center>x<sup>1</sup></center>
| Are the resellers notification warnings turned on or not? Either <code>TRUE</code> (yes) or <code>FALSE</code> (no).
 
Default is: <code>TRUE</code> (yes).
 
|-
| sstNotificationWarning
| sstNotificationObjectClass
| <center>MAY</center>
| <center>x<sup>1</sup></center>
| This multi-valued attribute will be used to turn single notifications on or off. The attribute <code>sstWikiWarningOn</code> must be set to <code>TRUE</code>.
 
Currently, the Load Balancer as a Service (LBaaS) only supports <code>quota</code> (the names correspond with the template dn).
 
|}
 
Legend:
* '''x''': Mandatory in all cases.
* '''x<sup>1</sup>''': The attributes <code>sstNotificationWarningOn</code> and <code>sstNotificationWarning</code> are dependent on each other and must be combined via an AND operation.
==== Load Balancer as a Service (LBaaS) - Configuration - Reseller - Account Settings ====
3,368
edits