-
Notifications
You must be signed in to change notification settings - Fork 87
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
added TINKERBELL_SKIP_NETWORKING
to ./generate_env.sh
#92
added TINKERBELL_SKIP_NETWORKING
to ./generate_env.sh
#92
Conversation
Signed-off-by: James P Griffith <[email protected]>
d34ed5c
to
e477522
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Holding for another maintainer to review.
Once review is complete, please remove do not merge label |
Is it really the way to go? I mean the
The change is then local to the vagrant setup only. |
What's you opinion on this last comment Marky? :) |
PR looks great. Can you merge this up to master and run |
Hey @JamesPGriffith, #90 just landed and has changed the sandbox significantly. Would you mind having a look at the changes and confirm if this change is still something you'd like to see? |
In light of @jacobweinstock 's comment and its age I'm going to move that we close this PR without merge at this time. |
Please do re-open this if necessary. |
Description
The allows
vagrant up provisioner
to complete.Why is this needed
Without this change, the provisioner VM fails to complete.
Fixes: #91
How Has This Been Tested?
Executing
vagrant up provisioner
with the variable as an empty string:Removed the
.env
file and populate the variable string in the./generate-env.sh
and rebuilt:This failed with running in Vagrant as expected but provides the skip behavior desired.
Note: I am not able to test this on bare-metal for which the option was originally created.
How are existing users impacted? What migration steps/scripts do we need?
Existing users are likely not impacted unless the
.env
was removed and recreated after #88 was merged. I was pondering whether or not the.generate_env.sh
file should remove and recreate the.env
file on each execution.Checklist:
I have:
However, the new option appears to need to be added to the 'On Bare Metal with Docker' section of the documentation.
I honestly don't know enough Go to contribute a test for Vagrant completion.
There's nothing to upgrade beyond a
git pull
.