Add initial steps for workload cluster staging;Include govc (temporarily)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -132,6 +132,9 @@ dependencies:
|
||||
static_binaries:
|
||||
- filename: tea
|
||||
url: https://dl.gitea.io/tea/0.8.0/tea-0.8.0-linux-amd64
|
||||
- filename: govc
|
||||
url: https://github.com/vmware/govmomi/releases/download/v0.29.0/govc_Linux_x86_64.tar.gz
|
||||
archive: compressed
|
||||
- filename: helm
|
||||
url: https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz
|
||||
archive: compressed
|
||||
|
5
ansible/vars/workloadcluster.yml
Normal file
5
ansible/vars/workloadcluster.yml
Normal file
@ -0,0 +1,5 @@
|
||||
downstream:
|
||||
|
||||
node_templates:
|
||||
- url: https://stable.release.flatcar-linux.net/amd64-usr/3227.2.0/flatcar_production_vmware_ova.ova
|
||||
name: flatcar.ova
|
Reference in New Issue
Block a user