Paramètres

Nom du paramètre Description
id
requis

ID du référentiel

Validations:

  • number.

name
optionel

Validations:

  • String

url
optionel

URL de la source du référentiel

Validations:

  • String

gpg_key_id
optionel

id de la clé gpg qui sera assignée au nouveau référentiel

Validations:

  • number.

unprotected
optionel

vrai si ce référentiel peut être publié via HTTP

Validations:

  • boolean

checksum_type
optionel

checksum of the repository, currently 'sha1' & 'sha256' are supported.

Validations:

  • String

docker_upstream_name
optionel

nom du référentiel docker en amont

Validations:

  • String

download_policy
optionel

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

Validations:

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

mirror_on_sync
optionel

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

Validations:

  • boolean

verify_ssl_on_sync
optionel

if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA.

Validations:

  • boolean

upstream_username
optionel

Username of the upstream repository user used for authentication

Validations:

  • String

upstream_password
optionel

Password of the upstream repository user used for authentication

Validations:

  • String

ostree_upstream_sync_policy
optionel

policies for syncing upstream ostree repositories.

Validations:

  • Must be one of: latest, all, custom.

ostree_upstream_sync_depth
optionel

if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided.

Validations:

  • number.

deb_releases
optionel

comma separated list of releases to be synched from deb-archive

Validations:

  • String

deb_components
optionel

comma separated list of repo components to be synched from deb-archive

Validations:

  • String

deb_architectures
optionel

comma separated list of architectures to be synched from deb-archive

Validations:

  • String

ignore_global_proxy
optionel

if true, will ignore the globally configured proxy when syncing.

Validations:

  • boolean