DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Field name | Type | Allow nulls | Key | Default value |
|---|---|---|---|---|
id | bigint(20) unsigned | No | Primary | Null |
uuid | varchar(40) | Yes | None | Null |
name | varchar(255) | Yes | None | Null |
url | varchar(255) | No | None | Null |
username | varchar(255) | No | None | Null |
password | varchar(255) | No | None | Null |
data_center_id | bigint(20) | No | None | Null |
removed | datatime | Yes | None | Null |
Parameters | Type | Required/Optional | Comments |
|---|---|---|---|
url | String | Required | Url of the attestation server |
username | String | Required | Username with which cloudstack should register and connect with the attestation server |
password | String | Required | Password with which cloudstack should register and connect with the attestation server |
zoneid | UUID | Required | Zone to which the attestation server will be registered with |
name | String | Optional | Friendly name the identify the attestation server |
Response Object | Comment |
|---|---|
AttestationServerResponse | The parameters contained in the response object are uuid, url and username |
Parameters | Type | Required/Optional | Comments |
|---|---|---|---|
id | UUID | Optional | Attestaion server id |
Parameters | Type | Required/Optional | Comments |
|---|---|---|---|
id | Uuid | Required | Id of the attestation server |
Parameters | Type | Required/Optional | Comments |
|---|---|---|---|
id | Uuid | Required | Id of the host. This host gets whitelisted and registered with the attestation server registered for the zone to which the host belongs |
Response Object | Comment |
|---|---|
RegisterHostWithAttestaionServerResponse | The parameters contained in the response object are id of the host, attestation server id and flags detailing whether whitelisting, registeration and trust assertion of the host were successful. |
<TBD>
...
All successful operations are logged to INFO, all exceptions/failures to ERROR, and all synchronization checks to DEBUG.
If an instance created from a service offering requires a trusted host and it is placed on an untrusted or unattested host, an alert will be raised to bring it to administrators attention.
...
...
The feature will be accessible only through apis. Whether a host is trusted or not can be established by looking at its tags.