Skip to content

Commit

Permalink
Add resource_quota plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann authored and evgeni committed Nov 25, 2024
1 parent 349e482 commit 7c2b542
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/foreman-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
answers['foreman::plugin::resource_quota'] ||= false
1 change: 1 addition & 0 deletions config/katello-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
answers['foreman::plugin::resource_quota'] ||= false
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c2b542

Please sign in to comment.