Project

General

Profile

Download (1.16 KB) Statistics
| Branch: | Tag: | Revision:
#
# WARNING: THIS CONFIGURATION WAS GENERATED BY KATELLO-CONFIGURE TOOL,
# CHANGES WILL LIKELY BE OVERWRITTEN. IF YOU WISH TO PRESERVE ANY CHANGES
# TO THIS FILE PLEASE EDIT /usr/share/katello/install/default-answer-file
# FOR THE CORRESPONDING OPTION AND RERUN katello-configure.
#

# Katello configuration
#
# :vim:sw=2:ts=2:et:

# see /usr/share/katello/config.katello_defaults.yml for available options

common:
<%- if @cdn_ssl_version && !@cdn_ssl_version.strip.empty?-%>
cdn_ssl_version: <%= @cdn_ssl_version %>
<%- end -%>

rest_client_timeout: 120

post_sync_url: https://localhost<%= @deployment_url %>/api/v2/repositories/sync_complete?token=<%= @post_sync_token %>

candlepin:
url: <%= @candlepin_url %>
oauth_key: <%= @oauth_key %>
oauth_secret: <%= @oauth_secret %>

pulp:
url: <%= @pulp_url %>
oauth_key: <%= @oauth_key %>
oauth_secret: <%= @oauth_secret %>

qpid:
url: <%= @qpid_url %>
subscriptions_queue_address: <%= @candlepin_event_queue %>

<%- if @proxy_url -%>
cdn_proxy:
host: <%= @proxy_url %>
port: <%= @proxy_port %>
user: <%= @proxy_username %>
password: <%= @proxy_password %>
<%- end -%>
(2-2/2)