From 6b9d5ec079d8080eb93c14574a428f42eab04584 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 8 Jan 2024 09:14:08 +0100 Subject: [PATCH] update the luna definition - hooks was replaced by webhooks - added leapp - added rh_cloud --- pipelines/vars/forklift_luna.yml | 8 +++++++- playbooks/luna.yml | 12 +++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/pipelines/vars/forklift_luna.yml b/pipelines/vars/forklift_luna.yml index efeb1e51f..61d18c187 100644 --- a/pipelines/vars/forklift_luna.yml +++ b/pipelines/vars/forklift_luna.yml @@ -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" @@ -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" @@ -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" diff --git a/playbooks/luna.yml b/playbooks/luna.yml index 20392446b..91ef54bce 100644 --- a/playbooks/luna.yml +++ b/playbooks/luna.yml @@ -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"