4b4f8c3412
The plugin provides some convenience for end users when they deploy Openstack using OSH charts. There are two plugin subcommands: - get-values-overrides - generates values overrides file names from a set of given feature gates. If these files not found then it can try to download them via HTTP. - wait-for-pods - checks if all the containers of all running pods are ready and if all jobs are successfully completed. Change-Id: Idae742ec7945ea367ed0c989b36576f63eb7288c
11 lines
212 B
Modula-2
11 lines
212 B
Modula-2
module opendev.org/openstack/openstack-helm-plugin
|
|
|
|
go 1.21
|
|
|
|
require github.com/spf13/cobra v1.0.0
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
)
|