From 93e0c81173246789b014cb672b1fc38556862d45 Mon Sep 17 00:00:00 2001 From: Zach Huntington-Meath Date: Tue, 7 Jul 2026 09:21:24 -0400 Subject: [PATCH] Add satellite flavor for downstream deployments The satellite flavor provides a feature set matching what RPM-based Satellite ships by default, enabling proper downstream test coverage with foremanctl. Co-Authored-By: Claude Opus 4.6 --- src/playbooks/deploy/metadata.obsah.yaml | 1 + src/vars/flavors/satellite.yml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 src/vars/flavors/satellite.yml diff --git a/src/playbooks/deploy/metadata.obsah.yaml b/src/playbooks/deploy/metadata.obsah.yaml index 81744b368..d7013aeca 100644 --- a/src/playbooks/deploy/metadata.obsah.yaml +++ b/src/playbooks/deploy/metadata.obsah.yaml @@ -7,6 +7,7 @@ variables: help: Base flavor to use in this deployment. choices: - katello + - satellite external_authentication: help: External authentication method to use choices: diff --git a/src/vars/flavors/satellite.yml b/src/vars/flavors/satellite.yml new file mode 100644 index 000000000..30ce5ad0b --- /dev/null +++ b/src/vars/flavors/satellite.yml @@ -0,0 +1,10 @@ +--- +flavor_features: + - foreman + - katello + - content/ansible + - content/container + - content/rpm + - remote-execution + - rh-cloud + - theme-satellite