Skip to content

Commit

Permalink
No configure enroot
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Aug 16, 2024
1 parent 5b05172 commit da81c1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions cookbooks/aws-parallelcluster-platform/recipes/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@
include_recipe 'aws-parallelcluster-platform::supervisord_config'
fetch_config 'Fetch and load cluster configs'
include_recipe 'aws-parallelcluster-platform::config_login' if node['cluster']['node_type'] == 'LoginNode'
enroot "Configure enroot" do
action :configure
end
pyxis "Configure pyxis" do
action :configure
end
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@
unified_mode true
default_action :setup

property :nvidia_enabled, [true, false, nil]

action :setup do

action_install_package
end

action :configure do

bash "Configure enroot" do
user 'root'
Expand All @@ -49,10 +44,6 @@
end
end

def _nvidia_enabled
nvidia_enabled.nil? ? ['yes', true].include?(node['cluster']['nvidia']['enabled']) : nvidia_enabled
end

def package_version
node['cluster']['enroot']['version']
end

0 comments on commit da81c1f

Please sign in to comment.