One script for end-to-end deployment on substrate#222
Closed
wjjclaud wants to merge 8 commits into
Closed
Conversation
Member
|
IMHO we shouldn't do this. We really don't want AX to be responsible of maintaining Substrate deployment. Also the lifecycle of AX and Substrate deployments are different. Substrate will be deployed once and updated very rarely. AX may be deployed many times against the same cluster under different namespaces. cc @dberkov |
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.
Summary
hack/install-ax.sh) and a single self-contained guide (manifests/README.md).go.modpin — no more manually aligning a substrate checkout / cluster version. Uses don't need to clone and maintain a substrate repo themselves.What's changed
hack/install-ax.sh:--create-cluster/--delete-cluster— one-time GCP provisioning / teardown (wraps substrate'stools/setup-gcpandhack/teardown.sh).--deploy-ate-system/--delete-ate-system— substrate control plane at the pinned version (wraps substrate'shack/install-ate.sh).--deploy-ax/--delete-ax— AX server + harness (renamed from--deploy-ax-server/--delete-ax-server).--delete-all— tear down AX + substrate control plane (in-cluster).Others
BUCKET_NAME→AX_SNAPSHOTS_BUCKETFix Rename BUCKET_NAME to AX_SNAPSHOTS_BUCKET #219.Tested
Deploy and run antigravity on substrate.