Skip to content

Commit

Permalink
Refactor Katello entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 23, 2020
1 parent 11b359b commit 7116fda
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
7 changes: 5 additions & 2 deletions config/katello-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ foreman_proxy::plugin::remote_execution::ssh: false
foreman_proxy::plugin::salt: false
foreman_proxy_content:
proxy_pulp_yum_to_pulpcore: true
katello:
use_pulp_2_for_yum: false
global: true
application: true
pulp: true
candlepin: true
qpid: true
puppet:
server: true
server_environments_owner: apache
Expand Down
22 changes: 20 additions & 2 deletions config/katello.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,23 @@
# If using the Debian ruby-kafo package, uncomment this
# :kafo_modules_dir: /usr/lib/ruby/vendor_ruby/kafo/modules

# Unused, but remains present for older config migrations
:mapping: {}
:mapping:
:global:
:dir_name: 'katello'
:manifest_name: 'globals'
:pulp:
:dir_name: 'katello'
:manifest_name: 'pulp'
:params_name: 'params'
:candlepin:
:dir_name: 'katello'
:manifest_name: 'candlepin'
:params_name: 'params'
:qpid:
:dir_name: 'katello'
:manifest_name: 'qpid'
:params_name: 'params'
:application:
:dir_name: 'katello'
:manifest_name: 'application'
:params_name: 'params'

0 comments on commit 7116fda

Please sign in to comment.