3b351b1aa1
This patchset provides the Go code and scripts for the Bootstrap container for Openstack. The Bootstrap container for Openstack provider accepts three commands: create, delete and help. - create - creates an Ephemeral K8S cluster in Openstack - delete - deletes the Ephemeral K8S cluster in Openstack - help - Stdout the help text for usage of the bootstrap container. Documentation is available at bootstrap_capo/README.md Change-Id: Idd444834070b84170f18561626c487e23a3ca951
9 lines
89 B
Modula-2
9 lines
89 B
Modula-2
module capo
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|