-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remove thing-flinger #5038
Remove thing-flinger #5038
Conversation
smf/mgs-sim/config.toml
Outdated
@@ -16,7 +16,7 @@ request_body_max_bytes = 536870912 | |||
[switch] |
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.
These SMF config changes don't seem related to thing-flinger -- are they?
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.
Oh jeez. This is what I get for pushing at 2 am. I must have done a git add .
with the mods from the testbed. Thanks Sean!
|
||
# An optional data link from which we extract a MAC address. | ||
# This is used as a unique identifier for the bootstrap address. | ||
# | ||
# If empty, this will be equivalent to the first result from: | ||
# $ dladm show-phys -p -o LINK | ||
# data_link = "igb0" | ||
data_link = "vioif1" |
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.
Pretty sure this is causing the deployment job to fail
Thing-flinger was used to deploy multinode omicron clusters running on commodity hardware for early testing needs. This was primarily used for early experimentation with trust-quorum secret sharing and other preliminary multi-node experiments. It deployed via SSH and was never intended to be used forever. It was a stop-gap that nobody has used in a while now that we have real hardware with wicket and the a4x2 falcon testbed. Fixes #5034
843480e
to
7672289
Compare
Thing-flinger was used to deploy multinode omicron clusters running on commodity hardware for early testing needs. This was primarily used for early experimentation with trust-quorum secret sharing and other preliminary multi-node experiments. It deployed via SSH and was never intended to be used forever. It was a stop-gap that nobody has used in a while now that we have real hardware with wicket and the a4x2 falcon testbed.
Fixes #5034