Params

Param Name Description
name
Required

Validations:

  • String

label
Optional

Validations:

  • String

product_id
Required

Prodotto al quale appartiene il repositorio

Validations:

  • number.

url
Optional

URL sorgente del repositorio

Validations:

  • String

gpg_key_id
Optional

id della chiave gpg da assegnare al nuovo repositorio

Validations:

  • number.

unprotected
Optional

vero se questo repositorio può essere pubblicato tramite HTTP

Validations:

  • boolean

content_type
Required

type of repo (either 'yum', 'puppet', 'docker', or 'ostree')

Validations:

  • Must be one of: file, ostree, docker, puppet, yum.

checksum_type
Optional

checksum del repository, attualmente 'sha1' & 'sha256' sono supportati.'

Validations:

  • String

docker_upstream_name
Optional

nome del repositorio docker dell'upstream

Validations:

  • String

download_policy
Optional

download policy for yum repos (either 'immediate', 'on_demand', or 'background')

Validations:

  • Must be one of: immediate, on_demand, background.

mirror_on_sync
Optional

true if this repository when synced has to be mirrored from the source and stale rpms removed.

Validations:

  • boolean