Changes

Jump to: navigation, search
/* Load Balancer as a Service (LBaaS) - Account example */
gidNumber: 3730083
cn: 3730083
gecos: Example Ltd. (www.example.com) # This appears in the 'getent passwd' output. Company name and the main fully qualified domain name (FQDN).
homeDirectory: /home/3730083
loginShell: /bin/false
sstIsActive: TRUE
 sstLBaaSFrontendURI: https://www.example.com/ # Uniform Resource Identifier with optional labelsstLBaaSFrontendURI: https://example.com/ # Uniform Resource Identifier with optional labelsstLBaaSFrontendURI: https://api.example.com/ # Uniform Resource Identifier with optional label
sstLBaaSBackendURI: https://sst-int-001.os.stoney-cloud.com/ # Uniform Resource Identifier with optional label.sstLBaaSBackendURI: https://sst-int-002.os.stoney-cloud.com/ # Uniform Resource Identifier with optional label. sstLBaaSHost: haproxy-001.os.stoney-cloud.com # Fully qualified domain name (FQDN)sstLBaaSHost: haproxy-002.os.stoney-cloud.com # Fully qualified domain name (FQDN)
sstProvisioningMode: add
This will result in the following <code>getent passwd</code> entry:
<syntaxhighlight lang='text'>
.------------------------------------------------------------------------------- login name| .----------------------------------------------------------------------- encrypted password indicator| | .--------------------------------------------------------------------- numerical user ID| | | .------------------------------------------------------------- numerical group ID| | | | .----------------------------------------------------- gecos field (the typical format is a comma-delimited list)| | | | | .---------------------- user home directory| | | | | | .-------- user command interpreter| | | | | | || | | | | | |3730083:x:3730083:3730083:Michael EichenbergerExample Ltd. (www.example.com):/home/3730083:/bin/false
</syntaxhighlight>
3,368
edits