foreman-installer icon indicating copy to clipboard operation
foreman-installer copied to clipboard

Minimal Foreman scenario

Open ehelms opened this issue 4 years ago • 2 comments

This is largely for testing purposes to help find the knobs that need to be tweaked to have a minimal Foreman installation.

ehelms avatar Jun 11 '20 12:06 ehelms

You may also want to set tftp to false until https://github.com/theforeman/puppet-foreman_proxy/pull/602 is merged.

ekohl avatar Jun 23 '20 10:06 ekohl

Tracking current test scenario that results in a successful install for Foreman:

foreman:
  box: centos7-foreman-nightly
  ansible:
    variables:
      foreman_repositories_environment: staging
      katello_repositories_environment: staging
      koji_task_ids:
        - 356320
      foreman_installer_module_prs:
        - theforeman/foreman/856
        - theforeman/foreman_proxy/599
        - theforeman/katello/351

ehelms avatar Jul 03 '20 18:07 ehelms