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

Remove thing-flinger #5038

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Remove thing-flinger #5038

merged 1 commit into from
Feb 13, 2024

Conversation

andrewjstone
Copy link
Contributor

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

@andrewjstone andrewjstone requested a review from smklein February 9, 2024 07:01
@@ -16,7 +16,7 @@ request_body_max_bytes = 536870912
[switch]
Copy link
Collaborator

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?

Copy link
Contributor Author

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"
Copy link
Collaborator

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
@andrewjstone andrewjstone enabled auto-merge (squash) February 9, 2024 21:20
@andrewjstone andrewjstone merged commit 5e9e59c into main Feb 13, 2024
22 checks passed
@andrewjstone andrewjstone deleted the remove-thing-flinger branch February 13, 2024 17:04
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.

Remove thing-flinger
2 participants