Skip to content

Latest commit

 

History

History
319 lines (178 loc) · 12.3 KB

settings-properties-rootform_settings-properties-rootform_settingsdefault_values.md

File metadata and controls

319 lines (178 loc) · 12.3 KB

root.form_settings.default_values Schema

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*

default_values Type

object (root.form_settings.default_values)

default_values Properties

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

cpu

Number of CPUs

cpu

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

cpu Type

number

cpu Default Value

The default value is:

1

memory

Memory size

memory

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

memory Type

number

memory Default Value

The default value is:

4

size

Disk size

size

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

size Type

number

size Default Value

The default value is:

50

operatingsystem_id

A reference to the operating system

operatingsystem_id

  • is optional

  • Type: string

  • cannot be null

  • defined in: root

operatingsystem_id Type

string

operatingsystem_id Default Value

The default value is:

"Id of the first operatingsystem from operatingsystems"

location_code

A reference to the location

location_code

  • is optional

  • Type: string

  • cannot be null

  • defined in: root

location_code Type

string

location_code Default Value

The default value is:

"Code of the first location from locations"

compute_resource_id

A reference to the compute resource

compute_resource_id

  • is optional

  • Type: string

  • cannot be null

  • defined in: root

compute_resource_id Type

string

compute_resource_id Default Value

The default value is:

"It will be taken from the attributes of the default location"

puppet_master_id

A reference to the puppet master

puppet_master_id

  • is optional

  • Type: string

  • cannot be null

  • defined in: root

puppet_master_id Type

string

puppet_master_id Default Value

The default value is:

"It will be taken from the attributes of the default location"

datastore_type_id

A reference to the datastore type

datastore_type_id

  • is optional

  • Type: string

  • cannot be null

  • defined in: root

datastore_type_id Type

string

datastore_type_id Default Value

The default value is:

"It will be taken from the attributes of the default location"

puppet_env_id

Environment global id from Foreman

puppet_env_id

  • is required

  • Type: string

  • cannot be null

  • defined in: root

puppet_env_id Type

string

puppet_env_id Examples

"MDE6RW52aXJvbm1lbnQtMQ=="

puppetclass_ids

Puppetclass global ids from Foreman

puppetclass_ids

  • is required

  • Type: string[]

  • cannot be null

  • defined in: root

puppetclass_ids Type

string[]

puppetclass_ids Constraints

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.

puppetclass_ids Examples

"MDE6UHVwcGV0Y2xhc3MtMQ=="

app_tier_name

App tier name

app_tier_name

  • is optional

  • Type: string

  • cannot be null

  • defined in: root

app_tier_name Type

string

app_tier_name Default Value

The default value is:

"Name of the first app tier from app tiers"