Skip to content

Commit

Permalink
[Temporary] Add TODO comments
Browse files Browse the repository at this point in the history
Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Jan 25, 2024
1 parent 6af080a commit 41c26fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def default_packages
# environment-modules required by EFA, Intel MPI and ARM PL
# Removed libssh2-devel from base_packages since is not shipped by RedHat 8 and in conflict with package libssh-0.9.6-3.el8.x86_64
# iptables needed for IMDS setup
# ToDo send a message in pcluster-interest to see if the package removal/addition is ok
%w(vim ksh tcsh zsh openssl-devel ncurses-devel pam-devel net-tools openmotif-devel
libXmu-devel hwloc-devel libdb-devel tcl-devel automake autoconf libtool
httpd boost-devel mlocate R atlas-devel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def kernel_source_package_version
def default_packages
# environment-modules required by EFA, Intel MPI and ARM PL
# iptables needed for IMDS setup
# ToDo send a message in pcluster-interest to see if the package removal/addition is ok
packages = %w(vim ksh tcsh zsh openssl-devel ncurses-devel pam-devel net-tools openmotif-devel
libXmu-devel hwloc-devel libdb-devel tcl-devel automake autoconf libtool
httpd boost-devel mlocate R atlas-devel
Expand Down
2 changes: 1 addition & 1 deletion kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ platforms:
image: <% if ENV['KITCHEN_RHEL8_IMAGE'] %> <%= ENV['KITCHEN_RHEL8_IMAGE'] %> <% else %>registry.access.redhat.com/ubi9/ubi <% end %>
intermediate_instructions:
- RUN chmod +t /tmp
- RUN yum install libxcrypt-compat -y
- RUN yum install libxcrypt-compat -y # ToDo: more investigation on why
attributes:
cluster:
base_os: rhel9
Expand Down
1 change: 1 addition & 0 deletions kitchen.ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ platforms:
# Use the RedHat 8 AMI most similar to the base AMI used to build the ParallelCluster image
image_id: <%= ENV['KITCHEN_RHEL9_AMI'] %>
<% else %>
# ToDo AMI license
image_search:
name: <% if ENV['KITCHEN_PHASE']=='install' %>RHEL-9.3.*_HVM*<% else %><%= pcluster_prefix %>-rhel9-hvm-*<% end %>
architecture: <%= ENV['KITCHEN_ARCHITECTURE'] %>
Expand Down

0 comments on commit 41c26fa

Please sign in to comment.