-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
capsule scenario - initial changes to support installing capsule as a…
… scenario This change is to enable using the kafo installer to install a capule as a 'scenario'. It decouples the module from the puppet-foreman_proxy as it will be executed as part of the foreman-installer (vs capsule-installer). The following is an example of the installer command-line using this puppet module: foreman-installer --scenario capsule \ --capsule-parent-fqdn "katello.example.com"\ --foreman-proxy-register-in-foreman "true"\ --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"\ --capsule-puppet "true"\ --capsule-puppetca "true"\ --capsule-pulp "true" Note: The installer currently assumes existing procedures for certificate generation and installation (via capsule-certs-generate). This may change; however, it will be done separately.
- Loading branch information
1 parent
d7c0a13
commit 1175bf2
Showing
2 changed files
with
44 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.