deploy: gen-resell-operator.sh — one-command resell operator unit + runbook#51
Closed
drewstone wants to merge 1 commit into
Closed
deploy: gen-resell-operator.sh — one-command resell operator unit + runbook#51drewstone wants to merge 1 commit into
drewstone wants to merge 1 commit into
Conversation
…nbook Closes the 'no multi-operator generator' gap (it was manual copy-edit per box). One command emits a full-blueprint systemd unit whose inference backend is the Tangle Router with the operator's OWN key (INFERENCE_URL=router/v1 + API key -> mode=external, which passes the bonded-issuer check; the naked router fallback is mode=router and refused). Derives the operator address, stamps unique port/keystore/data per index, and prints the human-gated runbook (fund + collateral, on-chain register/request, governance approval, scp+systemctl install, seed.sh port). bash -n clean; smoke-generated a valid unit.
Contributor
Author
|
Superseded by #53 — the generator now produces a Blueprint Manager unit (cargo-tangle blueprint run), not a direct operator-binary run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes the gap the launch audit found (no multi-operator generator; it was manual copy-edit per box). One command emits a full-blueprint systemd unit whose inference backend is the Tangle Router with the operator's own key (
INFERENCE_URL=router/v1+ API key →mode=external, which passes the bonded-issuer check; the naked router fallback ismode=routerand refused). Derives the operator address, stamps unique port/keystore/data per index, and prints the human-gated runbook (fund+collateral, on-chain register/request, governance approval, scp+systemctl, seed.sh port).bash -nclean; smoke-generated a valid unit.