https://github.com/dm-drogeriemarkt/lisa/blob/master/src/settings/schema.json#/properties/form_settings/properties/default_values
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | settings.schema.json* |
object
(root.form_settings.default_values)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
cpu | number |
Optional | cannot be null | root |
memory | number |
Optional | cannot be null | root |
size | number |
Optional | cannot be null | root |
operatingsystem_id | string |
Optional | cannot be null | root |
location_code | string |
Optional | cannot be null | root |
compute_resource_id | string |
Optional | cannot be null | root |
puppet_master_id | string |
Optional | cannot be null | root |
datastore_type_id | string |
Optional | cannot be null | root |
puppet_env_id | string |
Required | cannot be null | root |
puppetclass_ids | array |
Required | cannot be null | root |
app_tier_name | string |
Optional | cannot be null | root |
Number of CPUs
cpu
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
1
Memory size
memory
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
4
Disk size
size
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
50
A reference to the operating system
operatingsystem_id
-
is optional
-
Type:
string
-
cannot be null
-
defined in: root
string
The default value is:
"Id of the first operatingsystem from operatingsystems"
A reference to the location
location_code
-
is optional
-
Type:
string
-
cannot be null
-
defined in: root
string
The default value is:
"Code of the first location from locations"
A reference to the compute resource
compute_resource_id
-
is optional
-
Type:
string
-
cannot be null
-
defined in: root
string
The default value is:
"It will be taken from the attributes of the default location"
A reference to the puppet master
puppet_master_id
-
is optional
-
Type:
string
-
cannot be null
-
defined in: root
string
The default value is:
"It will be taken from the attributes of the default location"
A reference to the datastore type
datastore_type_id
-
is optional
-
Type:
string
-
cannot be null
-
defined in: root
string
The default value is:
"It will be taken from the attributes of the default location"
Environment global id from Foreman
puppet_env_id
-
is required
-
Type:
string
-
cannot be null
-
defined in: root
string
"MDE6RW52aXJvbm1lbnQtMQ=="
Puppetclass global ids from Foreman
puppetclass_ids
-
is required
-
Type:
string[]
-
cannot be null
-
defined in: root
string[]
minimum number of items: the minimum number of items for this array is: 1
unique items: all items in this array must be unique. Duplicates are not allowed.
"MDE6UHVwcGV0Y2xhc3MtMQ=="
App tier name
app_tier_name
-
is optional
-
Type:
string
-
cannot be null
-
defined in: root
string
The default value is:
"Name of the first app tier from app tiers"