Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Standalone overhaul: Renames local to standalone within codebase #2417

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

jpmcb
Copy link
Contributor

@jpmcb jpmcb commented Nov 1, 2021

What this PR does / why we need it

This PR renames instances of local (and any variables derived from that) to standalone

This will be beneficial to any external programmer "users" who will be implementing their own providers to plug into the standalone model

Signed-off-by: John McBride <jmcbride@vmware.com>
@jpmcb jpmcb requested a review from a team as a code owner November 1, 2021 16:53
@github-actions github-actions bot added area/cli owner/docs Work executed by VMware documentation team labels Nov 1, 2021
@@ -32,7 +32,7 @@ const (
configFileName = "config.yaml"
tanzuConfigDir = "tanzu"
tkgConfigDir = "tkg"
localConfigDir = "local"
standaloneConfigDir = "standalone"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This PR also introduces a breaking change where the configuration directory changes from

~/.config/tanzu/tkg/local/...

to

~/.config/tanzu/tkg/standalone/...

creating clusters and everything still works the same, but users won't be able to delete / list clusters they have currently in the local directory

Copy link
Contributor

@stmcginnis stmcginnis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks good to me, but I'll leave it to @joshrosso to do the merge.

@joshrosso
Copy link
Contributor

worked great in my test!

@joshrosso joshrosso merged commit 620441a into vmware-tanzu:standalone-overhaul Nov 1, 2021
@jpmcb jpmcb deleted the standalone-local branch November 1, 2021 18:59
joshrosso pushed a commit that referenced this pull request Jan 18, 2022
Signed-off-by: John McBride <jmcbride@vmware.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-not-required owner/docs Work executed by VMware documentation team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants