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

cluster/Vagrantfile: pin box version & add var #295

Merged
merged 1 commit into from
Nov 8, 2017

Conversation

unclejack
Copy link
Contributor

This PR pins the Vagrant box to the last known Vagrant box which didn't have a kernel with compressed kernel modules. This is a temporary solution to the compressed kernel module issue.

The environment variable makes it possible to override this as needed. This PR is required to sort out the issues with the CI.

@@ -11,6 +11,7 @@ UBUNTU = 'ubuntu'.freeze
CENTOS = 'centos'.freeze
RHEL = 'rhel7'.freeze

BOX_VERSION= ENV['BOX_VERSION'] || '1707.01'
Copy link
Contributor

Choose a reason for hiding this comment

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

not a blocker and I am not a ruby guy, but the other assignments have a space before '='

Copy link
Contributor

Choose a reason for hiding this comment

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

Haha, yeah there should be a space here for consistency reasons even though this is still valid Ruby. Maybe also throw a .freeze on the end of the string literal too

Copy link
Contributor

@chrisplo chrisplo left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link
Contributor

@tiewei tiewei left a comment

Choose a reason for hiding this comment

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

i would put a space before =, rest are good

@unclejack unclejack merged commit 898e30e into contiv:master Nov 8, 2017
@unclejack unclejack deleted the pin_box branch November 8, 2017 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants