Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin kernel update in rhel platform family #51

Merged
merged 1 commit into from
Nov 7, 2017

Conversation

mohanasudhan
Copy link
Contributor

We are pinning to specific kernel version in nvidia_install
recepie, but centos6 ami we have is very old and the specific
version of kernel is not available in repository during
downgrade. Hence removing specific kernel version install for rhel
platform family

Signed-off-by: Mohan Gandhi [email protected]

We are pinning to specific kernel version in nvidia_install
recepie, but centos6 ami we have is very old and the specific
version of kernel is not available in repository during
downgrade. Hence removing specific kernel version install for rhel
platform family

Signed-off-by: Mohan Gandhi <[email protected]>
@mohanasudhan mohanasudhan added this to the v1.4.0 milestone Nov 7, 2017
@mohanasudhan mohanasudhan self-assigned this Nov 7, 2017
@@ -18,10 +18,7 @@

case node['platform_family']
when 'rhel'
yum_package node['cfncluster']['kernel_devel_pkg']['name'] do
version node['cfncluster']['kernel_devel_pkg']['version']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a 'version' set somewhere that we should remove to not confuse ourselves later?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@mohanasudhan mohanasudhan Nov 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added an Issue to cleanup aws/aws-parallelcluster#253 . Currently we still depend on version in apt install. Once we remove that i am happy to clean all setter.

@mohanasudhan mohanasudhan merged commit 5550c78 into aws:develop Nov 7, 2017
mohanasudhan added a commit that referenced this pull request Dec 1, 2017
We are pinning to specific kernel version in nvidia_install
recepie, but centos6 ami we have is very old and the specific
version of kernel is not available in repository during
downgrade. Hence removing specific kernel version install for rhel
platform family

Signed-off-by: Mohan Gandhi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants