-
Notifications
You must be signed in to change notification settings - Fork 42
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
Wicket packaging #2245
Wicket packaging #2245
Conversation
I had a brief chat in network channel with @rcgoodfellow, and he wasn't expecting to advertise bootstrap prefixes from the switch zone. He said it can be done, but the alternative is to move the artifact server into the sled-agent itself. We were going to do this anyway for recovery, so maybe having it in one place makes sense. More to be discussed tomorrow. CC @sunshowers |
This has evolved into a larger discussion. For now, since the wicketd artifact server isn't actually in use yet, I suggest doing any networking or zone changes in a follow up PR, rather than cramming them in here. |
Looks good, thanks! |
Package up
wicketd
andwicket
with omicron-package. I tested this out locally, and it seemed to work.There are a couple things remaining to do:
BOOTSTRAP_ARTIFACT_PORT
listen on a bootstrap address. It's currently hardcoded to use localhost which is wrong.The first should probably be done in this PR. The second can likely wait until we figure out how we are going to launch wicket.