diff --git a/config/foreman-answers.yaml b/config/foreman-answers.yaml index 26088a57..4fdad0e2 100644 --- a/config/foreman-answers.yaml +++ b/config/foreman-answers.yaml @@ -54,6 +54,7 @@ foreman::plugin::puppetdb: false foreman::plugin::remote_execution: false foreman::plugin::remote_execution::cockpit: false foreman::plugin::rescue: false +foreman::plugin::resource_quota: false foreman::plugin::salt: false foreman::plugin::snapshot_management: false foreman::plugin::statistics: false diff --git a/config/foreman.migrations/20241121121821_add_resource_quota_plugin.rb b/config/foreman.migrations/20241121121821_add_resource_quota_plugin.rb new file mode 100644 index 00000000..593c0b72 --- /dev/null +++ b/config/foreman.migrations/20241121121821_add_resource_quota_plugin.rb @@ -0,0 +1 @@ +answers['foreman::plugin::resource_quota'] ||= false diff --git a/config/katello-answers.yaml b/config/katello-answers.yaml index e210ef90..e486728a 100644 --- a/config/katello-answers.yaml +++ b/config/katello-answers.yaml @@ -67,6 +67,7 @@ foreman::plugin::puppetdb: false foreman::plugin::remote_execution: true foreman::plugin::remote_execution::cockpit: false foreman::plugin::rescue: false +foreman::plugin::resource_quota: false foreman::plugin::rh_cloud: false foreman::plugin::salt: false foreman::plugin::scc_manager: false diff --git a/config/katello.migrations/20241121122001_add_resource_quota_plugin.rb b/config/katello.migrations/20241121122001_add_resource_quota_plugin.rb new file mode 100644 index 00000000..593c0b72 --- /dev/null +++ b/config/katello.migrations/20241121122001_add_resource_quota_plugin.rb @@ -0,0 +1 @@ +answers['foreman::plugin::resource_quota'] ||= false diff --git a/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-after.yaml b/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-after.yaml index ce89a573..f899c4de 100644 --- a/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-after.yaml +++ b/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-after.yaml @@ -33,6 +33,7 @@ foreman::plugin::puppet: false foreman::plugin::remote_execution: true foreman::plugin::remote_execution::cockpit: false foreman::plugin::rescue: false +foreman::plugin::resource_quota: false foreman::plugin::rh_cloud: false foreman::plugin::salt: false foreman::plugin::scc_manager: false diff --git a/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-before.yaml b/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-before.yaml index 09fce4a8..dd8afcd6 100644 --- a/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-before.yaml +++ b/spec/fixtures/pulpcore-migration-dont-use-content-plugins-on-upgrades/katello-answers-before.yaml @@ -18,6 +18,7 @@ foreman::plugin::memcache: false foreman::plugin::monitoring: false foreman::plugin::remote_execution::cockpit: false foreman::plugin::rh_cloud: false +foreman::plugin::resource_quota: false foreman::plugin::salt: false foreman::plugin::snapshot_management: false foreman::plugin::virt_who_configure: false diff --git a/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-after.yaml b/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-after.yaml index d3d568d0..fac53dd9 100644 --- a/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-after.yaml +++ b/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-after.yaml @@ -33,6 +33,7 @@ foreman::plugin::puppet: false foreman::plugin::remote_execution: true foreman::plugin::remote_execution::cockpit: false foreman::plugin::rescue: false +foreman::plugin::resource_quota: false foreman::plugin::rh_cloud: false foreman::plugin::salt: false foreman::plugin::scc_manager: false diff --git a/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-before.yaml b/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-before.yaml index a57716f1..9bb26863 100644 --- a/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-before.yaml +++ b/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-before.yaml @@ -17,6 +17,7 @@ foreman::plugin::leapp: false foreman::plugin::memcache: false foreman::plugin::monitoring: false foreman::plugin::remote_execution::cockpit: false +foreman::plugin::resource_quota: false foreman::plugin::rh_cloud: false foreman::plugin::salt: false foreman::plugin::snapshot_management: false diff --git a/spec/fixtures/pulpcore-migration/katello-answers-after.yaml b/spec/fixtures/pulpcore-migration/katello-answers-after.yaml index 415ceb1f..13babbc2 100644 --- a/spec/fixtures/pulpcore-migration/katello-answers-after.yaml +++ b/spec/fixtures/pulpcore-migration/katello-answers-after.yaml @@ -33,6 +33,7 @@ foreman::plugin::puppet: false foreman::plugin::remote_execution: true foreman::plugin::remote_execution::cockpit: false foreman::plugin::rescue: false +foreman::plugin::resource_quota: false foreman::plugin::rh_cloud: false foreman::plugin::salt: false foreman::plugin::scc_manager: false