-
Notifications
You must be signed in to change notification settings - Fork 49
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
support static ip #158
base: master
Are you sure you want to change the base?
support static ip #158
Conversation
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.
Need to fix make check
, but otherwise this looks good.
|
@teutat3s It's a bit confusing, because the target is Specifically, the following sub-checks fail:
|
@bahamat thanks for clarifying, I'll see what I can do to contribute and fix these failing sub-checks. |
@Smithx10 I tried addressing the |
Static addresses: fix make check
@bahamat EDIT: probably this is required before merging this? |
Ok, this is looking good so far. I'd like to see at least some integration tests created, and the test run to see the results. The following tests should be created:
In order to do this, you'll need an image built that includes TritonDataCenter/node-triton-tags#5. The easiest way to do that is to change package.json in this commit to point triton-tags at |
@bahamat should the image already be built or does it take a bit?
|
@teutat3s I think automatic builds only happen when they come from joyent owned repos (otherwise it could be dangerous). I've kicked off a build so you should see it in a few minutes. |
Something seems to be broken in that image: EDIT: Maybe a sync with Click to expand
|
a04acd3
to
5a0a6eb
Compare
@bahamat would you be so kind and trigger another build? Or do you have an idea what else could have gone wrong with that image? |
Build started. Should be ready in about 5 minutes from now. |
Same result. Could there be a step missing in the build process? It seems the
EDIT: |
Addresses #157