diff --git a/config/foreman-answers.yaml b/config/foreman-answers.yaml index d8802afb..c13b0250 100644 --- a/config/foreman-answers.yaml +++ b/config/foreman-answers.yaml @@ -49,6 +49,7 @@ foreman::plugin::netbox: false foreman::plugin::omaha: false foreman::plugin::openbolt: false foreman::plugin::openscap: false +foreman::plugin::opentofu: false foreman::plugin::ovirt: false foreman::plugin::proxmox: false foreman::plugin::puppet: true diff --git a/config/foreman.migrations/20260311171345_foreman_opentofu.rb b/config/foreman.migrations/20260311171345_foreman_opentofu.rb new file mode 100644 index 00000000..ca082fd8 --- /dev/null +++ b/config/foreman.migrations/20260311171345_foreman_opentofu.rb @@ -0,0 +1 @@ +answers['foreman::plugin::opentofu'] ||= false diff --git a/config/katello-answers.yaml b/config/katello-answers.yaml index 4fe366ea..9b4e749b 100644 --- a/config/katello-answers.yaml +++ b/config/katello-answers.yaml @@ -64,6 +64,7 @@ foreman::plugin::monitoring: false foreman::plugin::netbox: false foreman::plugin::openbolt: false foreman::plugin::openscap: false +foreman::plugin::opentofu: false foreman::plugin::ovirt: false foreman::plugin::proxmox: false foreman::plugin::puppet: false diff --git a/config/katello.migrations/20260311171345_foreman_opentofu.rb b/config/katello.migrations/20260311171345_foreman_opentofu.rb new file mode 100644 index 00000000..ca082fd8 --- /dev/null +++ b/config/katello.migrations/20260311171345_foreman_opentofu.rb @@ -0,0 +1 @@ +answers['foreman::plugin::opentofu'] ||= 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 0e04727d..13d906f0 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 @@ -31,6 +31,7 @@ foreman::plugin::leapp: false foreman::plugin::monitoring: false foreman::plugin::netbox: false foreman::plugin::openbolt: false +foreman::plugin::opentofu: false foreman::plugin::ovirt: false foreman::plugin::proxmox: false foreman::plugin::puppet: 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 3c17e029..e33de14c 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 @@ -15,6 +15,7 @@ foreman::plugin::kubevirt: false foreman::plugin::leapp: false foreman::plugin::memcache: false foreman::plugin::monitoring: false +foreman::plugin::opentofu: false foreman::plugin::remote_execution::cockpit: false foreman::plugin::rh_cloud: false foreman::plugin::resource_quota: 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 f34f65d1..9daace08 100644 --- a/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-after.yaml +++ b/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-after.yaml @@ -31,6 +31,7 @@ foreman::plugin::leapp: false foreman::plugin::monitoring: false foreman::plugin::netbox: false foreman::plugin::openbolt: false +foreman::plugin::opentofu: false foreman::plugin::ovirt: false foreman::plugin::proxmox: false foreman::plugin::puppet: 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 4bc0e4a4..c4fc5dcf 100644 --- a/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-before.yaml +++ b/spec/fixtures/pulpcore-migration-rpm-only/katello-answers-before.yaml @@ -15,6 +15,7 @@ foreman::plugin::kubevirt: false foreman::plugin::leapp: false foreman::plugin::memcache: false foreman::plugin::monitoring: false +foreman::plugin::opentofu: false foreman::plugin::remote_execution::cockpit: false foreman::plugin::resource_quota: false foreman::plugin::rh_cloud: false diff --git a/spec/fixtures/pulpcore-migration/katello-answers-after.yaml b/spec/fixtures/pulpcore-migration/katello-answers-after.yaml index b7be5e86..4e14b485 100644 --- a/spec/fixtures/pulpcore-migration/katello-answers-after.yaml +++ b/spec/fixtures/pulpcore-migration/katello-answers-after.yaml @@ -31,6 +31,7 @@ foreman::plugin::leapp: false foreman::plugin::monitoring: false foreman::plugin::netbox: false foreman::plugin::openbolt: false +foreman::plugin::opentofu: false foreman::plugin::ovirt: false foreman::plugin::proxmox: false foreman::plugin::puppet: false