Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 418 Bytes

openstack-images.md

File metadata and controls

14 lines (11 loc) · 418 Bytes

Images

Upload supported images to OpenStack

There is a script to upload all supported image to OpenStack.

./hack/setup-openstack-images.sh

By default all images will be named machine-controller-${OS_NAME}. The image names can be overwritten using environment variables:

COREOS_IMAGE_NAME="coreos" UBUNTU_IMAGE_NAME="ubuntu" CENTOS_IMAGE_NAME="centos" ./hack/setup-openstack-images.sh