Bug #12498
closedAs a user, I want foreman-installer to provide a scenario for installing a capsule
Description
This is an enhancement to leverage the Kafo changes provided by http://projects.theforeman.org/issues/10162 to support a 'capsule' scenario.
E.g.
foreman-installer --scenario capsule \
--capsule-parent-fqdn "katello.example.com"\
--foreman-proxy-registered-proxy-url "https://capsule.example.com:9090"\
--foreman-proxy-oauth-consumer-key "QSJ2qCGV3zWyohCJfKxQBDCCjceBiTMy"\
--foreman-proxy-oauth-consumer-secret "DGKBJjXWfkyroiyDHNhYAFn9uTnUcJxa"\
--foreman-proxy-foreman-base-url "https://katello.example.com"\
--foreman-proxy-trusted-hosts "katello.example.com"\
--foreman-proxy-trusted-hosts "capsule.example.com"\
--capsule-pulp-oauth-secret "bQ5zUPVd2qVDY987D4VtD6Va9pDj4Y7J"\
--capsule-certs-tar "~/capsule.example.com-certs.tar"
Note: we may decide to change the name from 'capsule' to something different; however, we need a way to install a scenario that includes the components required by katello (e.g. pulp, reverse proxy...etc)
Updated by Brad Buckingham about 9 years ago
- Related to Tracker #10161: Support Multiple Installation Scenarios added
Updated by Dominic Cleal about 9 years ago
Is this not something in Katello, and Foreman uses smart proxies (#11735)?
Updated by Dominic Cleal about 9 years ago
- Status changed from New to Rejected
PR was opened at https://github.com/theforeman/foreman-installer/pull/160 and closed.