Parámetros

Nombre del parámetro Descripción
id
requerido

ID de repositorio

Validations:

  • Must be a number.

name
opcional

Validations:

  • String

url
opcional

URL de fuente de repositorio

Validations:

  • String

gpg_key_id
opcional

ID de la clave GPG que se asignará al nuevo repositorio

Validations:

  • Must be a number.

ssl_ca_cert_id
opcional

Idenifier of the SSL CA Cert

Validations:

  • Must be a number.

ssl_client_cert_id
opcional

Identifier of the SSL Client Cert

Validations:

  • Must be a number.

ssl_client_key_id
opcional

Identifier of the SSL Client Key

Validations:

  • Must be a number.

unprotected
opcional

verdadero, si este repositorio se puede publicar mediante HTTP

Validations:

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

checksum_type
opcional

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

Validations:

  • String

docker_upstream_name
opcional

nombre del repositorio Docker principal

Validations:

  • String

download_policy
opcional

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

Validations:

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

mirror_on_sync
opcional

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

Validations:

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

verify_ssl_on_sync
opcional

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

Validations:

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

upstream_username
opcional

Username of the upstream repository user used for authentication

Validations:

  • String

upstream_password
opcional

Password of the upstream repository user used for authentication

Validations:

  • String

ostree_upstream_sync_policy
opcional

policies for syncing upstream ostree repositories.

Validations:

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

ostree_upstream_sync_depth
opcional

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

Validations:

  • Must be a number.

deb_releases
opcional

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

Validations:

  • String

deb_components
opcional

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

Validations:

  • String

deb_architectures
opcional

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

Validations:

  • String

ignore_global_proxy
opcional

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

Validations:

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

ignorable_content
opcional

List of content units to ignore while syncing a yum repository. Must be subset of rpm,drpm,srpm,distribution,erratum

Validations:

  • Must be an array of any type