Skip to content

Commit

Permalink
Add HDM to installer
Browse files Browse the repository at this point in the history
- add HDM migrations
- rename migrations to use the same naming scheme
- add hdm to fixtures
- add HDM to all pulpcore migration fixtures
- also add hdm smart proxy data to fixtures

Signed-off-by: Martin Alfke <[email protected]>
  • Loading branch information
tuxmea authored and ekohl committed Jul 30, 2024
1 parent 9d4ea59 commit de26c75
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/foreman-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ foreman::plugin::dlm: false
foreman::plugin::expire_hosts: false
foreman::plugin::git_templates: false
foreman::plugin::google: false
foreman::plugin::hdm: false
foreman::plugin::host_extra_validator: false
foreman::plugin::kubevirt: false
foreman::plugin::leapp: false
Expand Down Expand Up @@ -71,6 +72,7 @@ foreman_proxy::plugin::dns::infoblox: false
foreman_proxy::plugin::dns::powerdns: false
foreman_proxy::plugin::dns::route53: false
foreman_proxy::plugin::dynflow: false
foreman_proxy::plugin::hdm: false
foreman_proxy::plugin::monitoring: false
foreman_proxy::plugin::omaha: false
foreman_proxy::plugin::openscap: false
Expand Down
1 change: 1 addition & 0 deletions config/foreman-proxy-content-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ foreman_proxy::plugin::discovery: false
foreman_proxy::plugin::dns::infoblox: false
foreman_proxy::plugin::dns::powerdns: false
foreman_proxy::plugin::dns::route53: false
foreman_proxy::plugin::hdm: false
foreman_proxy::plugin::openscap: false
foreman_proxy::plugin::remote_execution::script: false
foreman_proxy::plugin::salt: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
answers['foreman_proxy::plugin::hdm'] ||= false
2 changes: 2 additions & 0 deletions config/foreman.migrations/20240219155518_hdm.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
answers['foreman::plugin::hdm'] ||= false
answers['foreman_proxy::plugin::hdm'] ||= false
2 changes: 2 additions & 0 deletions config/katello-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ foreman::plugin::dlm: false
foreman::plugin::expire_hosts: false
foreman::plugin::git_templates: false
foreman::plugin::google: false
foreman::plugin::hdm: false
foreman::plugin::kernel_care: false
foreman::plugin::kubevirt: false
foreman::plugin::leapp: false
Expand Down Expand Up @@ -96,6 +97,7 @@ foreman_proxy::plugin::discovery: false
foreman_proxy::plugin::dns::infoblox: false
foreman_proxy::plugin::dns::powerdns: false
foreman_proxy::plugin::dns::route53: false
foreman_proxy::plugin::hdm: false
foreman_proxy::plugin::monitoring: false
foreman_proxy::plugin::openscap: false
foreman_proxy::plugin::remote_execution::script: false
Expand Down
2 changes: 2 additions & 0 deletions config/katello.migrations/20240219155518_hdm.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
answers['foreman::plugin::hdm'] ||= false
answers['foreman_proxy::plugin::hdm'] ||= false
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ foreman::plugin::dhcp_browser: false
foreman::plugin::expire_hosts: false
foreman::plugin::git_templates: false
foreman::plugin::google: false
foreman::plugin::hdm: false
foreman::plugin::kernel_care: false
foreman::plugin::kubevirt: false
foreman::plugin::leapp: false
Expand All @@ -46,6 +47,7 @@ foreman_proxy::plugin::dhcp::remote_isc: false
foreman_proxy::plugin::discovery: false
foreman_proxy::plugin::dns::powerdns: false
foreman_proxy::plugin::dns::route53: false
foreman_proxy::plugin::hdm: false
foreman_proxy::plugin::monitoring: false
foreman_proxy::plugin::salt: false
foreman_proxy::plugin::shellhooks: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ foreman::plugin::dhcp_browser: false
foreman::plugin::expire_hosts: false
foreman::plugin::git_templates: false
foreman::plugin::google: false
foreman::plugin::hdm: false
foreman::plugin::kernel_care: false
foreman::plugin::kubevirt: false
foreman::plugin::leapp: false
Expand All @@ -46,6 +47,7 @@ foreman_proxy::plugin::dhcp::remote_isc: false
foreman_proxy::plugin::discovery: false
foreman_proxy::plugin::dns::powerdns: false
foreman_proxy::plugin::dns::route53: false
foreman_proxy::plugin::hdm: false
foreman_proxy::plugin::monitoring: false
foreman_proxy::plugin::salt: false
foreman_proxy::plugin::shellhooks: false
Expand Down
2 changes: 2 additions & 0 deletions spec/fixtures/pulpcore-migration/katello-answers-after.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ foreman::plugin::dhcp_browser: false
foreman::plugin::expire_hosts: false
foreman::plugin::git_templates: false
foreman::plugin::google: false
foreman::plugin::hdm: false
foreman::plugin::kernel_care: false
foreman::plugin::kubevirt: false
foreman::plugin::leapp: false
Expand All @@ -46,6 +47,7 @@ foreman_proxy::plugin::dhcp::remote_isc: false
foreman_proxy::plugin::discovery: false
foreman_proxy::plugin::dns::powerdns: false
foreman_proxy::plugin::dns::route53: false
foreman_proxy::plugin::hdm: false
foreman_proxy::plugin::monitoring: false
foreman_proxy::plugin::salt: false
foreman_proxy::plugin::shellhooks: false
Expand Down

0 comments on commit de26c75

Please sign in to comment.