magnum/contrib/drivers/k8s_opensuse_v1/image
Michal Jura 902f77a4ae [suse] Build openSUSE Leap 42.1 OpenStack Magnum image
Add information on how to build openSUSE Leap 42.1 image for
OpenStack Magnum with Kubernetes packages.

Change-Id: Ia53b79f14cb5f70b10d81bc13cae32232adca2a9
Partial-Bug: #1622949
2017-05-20 17:41:17 +00:00
..
README.md [suse] Build openSUSE Leap 42.1 OpenStack Magnum image 2017-05-20 17:41:17 +00:00
config.sh [suse] Build openSUSE Leap 42.1 OpenStack Magnum image 2017-05-20 17:41:17 +00:00
images.sh [suse] Build openSUSE Leap 42.1 OpenStack Magnum image 2017-05-20 17:41:17 +00:00
openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s.kiwi [suse] Build openSUSE Leap 42.1 OpenStack Magnum image 2017-05-20 17:41:17 +00:00

README.md

Build openSUSE Leap 42.1 image for OpenStack Magnum

This instruction describes how to build manually openSUSE Leap 42.1 image for OpenStack Magnum with Kubernetes packages.

Link to the image: http://download.opensuse.org/repositories/Cloud:/Images:/Leap_42.1/images/openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s.x86_64.qcow2

Requirements

Please install openSUSE (https://www.opensuse.org/) on physical or virtual machine.

Install packages

Install kiwi package on openSUSE node, where do you want to build your image

zypper install kiwi

Create destination directory, where image will be build

mkdir /tmp/openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s

Build image

Run in current directory with openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s kiwi template

kiwi --verbose 3 --logfile terminal --build . --destdir /tmp/openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s

Get image

After kiwi will finish, image can be found in /tmp/openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s directory with name openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s.x86_64-1.1.1.qcow2.

Full path

/tmp/openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s/openSUSE-Leap-42.1-JeOS-for-OpenStack-Magnum-K8s.x86_64-1.1.1.qcow2

Have fun !!!