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
13 lines
244 B
YAML
13 lines
244 B
YAML
apiVersion: v1
|
|
kind: OpenstackCloudConfig
|
|
metadata:
|
|
name: capi-openstack
|
|
credentials:
|
|
credential: clouds.yaml
|
|
cloudName: devstack
|
|
spec:
|
|
cluster:
|
|
machineSize: ds4G
|
|
kubeconfig: capo.kubeconfig
|
|
securityGroup: bootstrap-sec-grp
|