Skip to content

Conversation

@hanwen-pcluste
Copy link
Contributor

This commit fixes a bug introduced by #2764

Tests

  • Github checks show the installation is not skipped
    * lustre[Install FSx options] action setup
           * log[Installing FSx for Lustre. Platform version: 8.10, kernel version: 4.18.0-477.13.1.el8_7.fake-value] action write
           * yum_repository[aws-fsx] action create
             * template[/etc/yum.repos.d/aws-fsx.repo] action create
        - create new file /etc/yum.repos.d/aws-fsx.repo
        - update content in file /etc/yum.repos.d/aws-fsx.repo from none to 6cd719
        --- /etc/yum.repos.d/aws-fsx.repo	2024-06-20 13:05:44.585194631 +0000
        +++ /etc/yum.repos.d/.chef-aws-fsx20240620-17-58kdbb.repo	2024-06-20 13:05:44.585194631 +0000
        @@ -1,10 +1,20 @@
        +# This file was generated by Chef Infra
        +# Do NOT modify this file by hand.
        +
        +[aws-fsx]
        +name=AWS FSx Packages - $basearch
        +baseurl=https://fsx-lustre-client-repo.s3.amazonaws.com/el/8.10/$basearch
        +enabled=1
        +fastestmirror_enabled=0
        +gpgcheck=1
        +gpgkey=https://fsx-lustre-client-repo-public-keys.s3.amazonaws.com/fsx-rpm-public-key.asc
        - change mode from '' to '0644'
             * execute[yum clean metadata aws-fsx] action nothing (skipped due to action :nothing)
             * execute[yum clean metadata aws-fsx] action run
        - execute yum clean metadata --disablerepo=* --enablerepo=aws-fsx
             * execute[yum-makecache-aws-fsx] action nothing (skipped due to action :nothing)
             * execute[yum-makecache-aws-fsx] action run
        - execute yum -q -y makecache --disablerepo=* --enablerepo=aws-fsx
             * execute[yum-makecache-fast-aws-fsx] action nothing (skipped due to action :nothing)
             * dnf_package[package-cache-reload-aws-fsx] action nothing (skipped due to action :nothing)
             * dnf_package[package-cache-reload-aws-fsx] action flush_cache (up to date)
           
           * execute[yum-config-manager_skip_if_unavail] action run
             - execute yum-config-manager --setopt=*.skip_if_unavailable=1 --save
         
         * efs[Install efs-utils] action install_utils
           * package_repos[update package repositories] action update (up to date)
           * dnf_package[rpm-build, make] action install
             - install version 0:4.14.3-31.el8.x86_64 of package rpm-build
             - install version 1:4.2.1-11.el8.x86_64 of package make
           * directory[/opt/parallelcluster/sources] action create (up to date)
         
         * stunnel[Install stunnel] action setup (up to date)
         * system_authentication[Install packages required for directory service integration] action setup
           * package_repos[update package repositories] action update (up to date)
            (up to date)

References

  • Link to impacted open issues.
  • Link to related PRs in other packages (i.e. cookbook, node).
  • Link to documentation useful to understand the changes.

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hanwen-pcluste hanwen-pcluste requested review from a team as code owners June 20, 2024 19:34
This commit fixes a bug introduced by aws#2764

Signed-off-by: Hanwen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants