Sha256: 55257c708f3b0055ec078b2c4e2b0335622a477992c938111390cdee31601856

Contents?: true

Size: 1.83 KB

Versions: 22

Compression:

Stored size: 1.83 KB

Contents

:katello:
  :rest_client_timeout: 30
  :gpg_strict_validation: false

  :redhat_repository_url: https://cdn.redhat.com

  :consumer_cert_rpm: 'katello-ca-consumer-latest.noarch.rpm'
  :consumer_cert_sh:  'katello-rhsm-consumer'

  # Setup your candlepin environment here
  :candlepin:
    # refers to the url of the candlepin
    # example https://localhost:8443/candlepin
    :url: https://localhost:8443/candlepin

    # Specify your oauth key and secret used to authenticate between Katello and Candlepin
    :oauth_key: katello
    :oauth_secret: katello

    # refers to the candlepin-ca.crt location that is needed
    # to connect to candlepin over https.This is not necessary
    # if the candlepin server is running on the same machine as katello
    # but required if the server is on a different machine.
    # In the different machine case the katello host needs to have a
    # copy of /etc/candlepin/certs/candlepin-ca.crt copied from
    # the candlepin host and the location of the copied file needs to be
    # specified here..
    :ca_cert_file:
    # :bulk_load_size: 1000
  # Setup your pulp environment here
  :pulp:
    :sync_threads: 4
    # refers to the apache certificate
    # (typically /etc/pki/tls/certs/localhost.crt) location that is needed
    # to connect to pulp over https.
    :ca_cert_file:
    :default_login: admin
    :sync_KBlimit:
    :upload_chunk_size: 1048575 # upload size in bytes to pulp. see SSLRenegBufferSize in apache
    :skip_checksum_validation: false

# Logging configuration can be changed by uncommenting the loggers
# section and the logger configuration desired.
#
#  :loggers:
#    :glue:
#      :enabled: true
#    :pulp_rest:
#      :enabled: true
#    :cp_rest:
#      :enabled: true
#    :cp_proxy:
#      :enabled: true
#    :action:
#      :enabled: true
#    :manifest_import_logger:
#      :enabled: true

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
katello-4.14.2 config/katello.yaml.example
katello-4.14.1 config/katello.yaml.example
katello-4.14.0 config/katello.yaml.example
katello-4.14.0.rc3 config/katello.yaml.example
katello-4.14.0.rc2 config/katello.yaml.example
katello-4.14.0.rc1.1 config/katello.yaml.example
katello-4.14.0.rc1 config/katello.yaml.example
katello-4.13.1 config/katello.yaml.example
katello-4.13.0 config/katello.yaml.example
katello-4.12.1 config/katello.yaml.example
katello-4.13.0.rc1 config/katello.yaml.example
katello-4.12.0 config/katello.yaml.example
katello-4.12.0.rc3 config/katello.yaml.example
katello-4.12.0.rc2 config/katello.yaml.example
katello-4.12.0.rc1 config/katello.yaml.example
katello-4.11.1 config/katello.yaml.example
katello-4.11.0 config/katello.yaml.example
katello-4.11.0.rc2 config/katello.yaml.example
katello-4.11.0.rc1 config/katello.yaml.example
katello-4.10.0 config/katello.yaml.example