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
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
BOOTSTRAP_COMMAND=help
|
|
BOOTSTRAP_CONFIG=openstack-config.yaml
|
|
BOOTSTRAP_VOLUME=/tmp:/kube
|