Parametri

Nome parametro Descrizione
container
richiesto

Validations:

  • Must be a Hash

container[name]
opzionale , consentito nil

Validations:

  • Must be a String

container[location_ids]
opzionale , consentito nil

SOSTITUIRE le posizioni con gli id dati

Validations:

  • Must be an array of any type

container[organization_ids]
opzionale , consentito nil

SOSTITUIRE le organizzazioni con gli id dati

Validations:

  • Must be an array of any type

container[compute_resource_id]
richiesto

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

container[registry_id]
opzionale , consentito nil

Registry this container will have to use to get the image

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

container[repository_name]
richiesto

Name of the repository to use to create the container. e.g. centos

Validations:

  • Must be a String

container[tag]
richiesto

Tag to use to create the container. e.g. latest

Validations:

  • Must be a String

container[tty]
opzionale , consentito nil

Validations:

  • Must be one of: true, false, 1, 0

container[entrypoint]
opzionale , consentito nil

Validations:

  • Must be a String

container[command]
richiesto

Validations:

  • Must be a String

container[memory]
opzionale , consentito nil

Validations:

  • Must be a String

container[cpu_shares]
opzionale , consentito nil

Validations:

  • Must be a number.

container[cpu_set]
opzionale , consentito nil

Validations:

  • Must be a String

container[environment_variables]
opzionale , consentito nil

Optional array of environment variables hashes. e.g. 'environment_variables': [{'name' => 'example', 'value' => '123'}]

Validations:

  • Must be an array of any type

container[attach_stdout]
opzionale , consentito nil

Validations:

  • Must be one of: true, false, 1, 0

container[attach_stdin]
opzionale , consentito nil

Validations:

  • Must be one of: true, false, 1, 0

container[attach_stderr]
opzionale , consentito nil

Validations:

  • Must be one of: true, false, 1, 0

container[capsule_id]
opzionale , consentito nil

The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry.

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.