Skip to content

Commit

Permalink
update the luna definition
Browse files Browse the repository at this point in the history
- hooks was replaced by webhooks
- added leapp
- added rh_cloud
  • Loading branch information
evgeni authored and ehelms committed Jan 8, 2024
1 parent a4dc563 commit 6b9d5ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pipelines/vars/forklift_luna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ server_box:
- "--enable-foreman-cli-google"
- "--enable-foreman-plugin-google"

- "--enable-foreman-plugin-hooks"
- "--enable-foreman-plugin-leapp"

- "--enable-foreman-cli-openscap"
- "--enable-foreman-plugin-openscap"
Expand All @@ -46,6 +46,9 @@ server_box:
- "--enable-foreman-proxy-plugin-remote-execution-script"
- "--foreman-proxy-plugin-remote-execution-script-install-key=true"

- "--enable-foreman-cli-rh-cloud"
- "--enable-foreman-plugin-rh-cloud"

- "--enable-foreman-cli-tasks"
- "--enable-foreman-plugin-tasks"

Expand All @@ -55,6 +58,9 @@ server_box:
- "--enable-foreman-cli-virt-who-configure"
- "--enable-foreman-plugin-virt-who-configure"

- "--enable-foreman-cli-webhooks"
- "--enable-foreman-plugin-webhooks"

- "{{ '--foreman-proxy-content-enable-ostree true' if (pipeline_os != 'centos7' and (pipeline_version == 'nightly' or pipeline_version is version('4.3', '>='))) else '' }}"
bats_tests_additional:
- "fb-test-foreman-rex.bats"
Expand Down
12 changes: 11 additions & 1 deletion playbooks/luna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,30 @@
foreman_repositories_version: nightly
foreman_installer_options:
- "--foreman-initial-admin-password {{ foreman_installer_admin_password }}"
- "--enable-foreman-cli-ansible"
- "--enable-foreman-cli-azure"
- "--enable-foreman-cli-discovery"
- "--enable-foreman-cli-google"
- "--enable-foreman-cli-openscap"
- "--enable-foreman-cli-remote-execution"
- "--enable-foreman-cli-rh-cloud"
- "--enable-foreman-cli-tasks"
- "--enable-foreman-cli-templates"
- "--enable-foreman-cli-virt-who-configure"
- "--enable-foreman-cli-webhooks"
- "--enable-foreman-plugin-ansible"
- "--enable-foreman-plugin-azure"
- "--enable-foreman-plugin-bootdisk"
- "--enable-foreman-plugin-discovery"
- "--enable-foreman-plugin-hooks"
- "--enable-foreman-plugin-google"
- "--enable-foreman-plugin-leapp"
- "--enable-foreman-plugin-openscap"
- "--enable-foreman-plugin-remote-execution"
- "--enable-foreman-plugin-rh-cloud"
- "--enable-foreman-plugin-tasks"
- "--enable-foreman-plugin-templates"
- "--enable-foreman-plugin-virt-who-configure"
- "--enable-foreman-plugin-webhooks"
- "--enable-foreman-proxy-plugin-ansible"
- "--enable-foreman-proxy-plugin-discovery"
- "--enable-foreman-proxy-plugin-openscap"
Expand Down

0 comments on commit 6b9d5ec

Please sign in to comment.