dodevops / cloudcontrol

The cloud engineer's toolbox ☁️ 🧰
MIT License
17 stars 4 forks source link

FR: Offer installation option for Tanzu CLI #87

Closed ThomasMinor closed 2 weeks ago

ThomasMinor commented 1 year ago

FeatureRequest

VMWare Tanzu offers a Tanzu CLI and other tools which provide support for the work with the Tanzu resources.

Please implement the installation as a feature for the Tanzu flavor.

dploeger commented 8 months ago

Does it make sense to add this as a feature so it can be used from all flavours or directly embed it in the Tanzu flavour?

ThomasMinor commented 7 months ago

Hmm, do you mean like an install packages feature which leads to additional custom package installation in the image? That would then also be an option if the opinionated features of this project don't fit the users needs.

dploeger commented 7 months ago

No I meant: we could either implement a new feature that installs the Tanzu CLI OR we can directly install them in the Flavour-Initscript of the Tanzu flavour (because it might not make sense for the AWS or Azure flavour for example).

We might add an environment variable for the flavour to install or not install them if people don't want them for example.

ThomasMinor commented 7 months ago

I'd implement it as an option to the existing Tanzu feature. While writing this: for copy actions it might also be a nice feature for the use with other providers. Let's talk about it.

ThomasMinor commented 7 months ago

We agreed on adding this feature as an option to the TANZU Flavour. Additional ad optional implementation as a feature is not part of this issue.

dploeger commented 3 weeks ago

Actually, adding it as a feature might be better because features can be tested already and the cli might be of interest in other flavours as well (i.e. simple)

dploeger commented 2 weeks ago

Fixed in #156