Files
openstack-helm-images/doc/source/ceph-config-helper.rst
Stephanie Miller 2a82140166 Add openSUSE Leap 15 ceph-config-helper image
Change-Id: I5135a380cd88efae67bf7159824b0773e919dba3
Co-Authored-By: Stephanie Miller <stephane@alum.mit.edu>
2018-12-18 11:13:09 +01:00

778 B

ceph-config-helper container image

This container builds a small image with kubectl and some other utilites for use in the ceph charts or interact with a ceph deployment.

Manual build

Ubuntu Xenial

Here are the instructions for building Xenial image:

../../ceph-config-helper/build.sh

Alternatively, this step can be performed by running the script directly:

./ceph-config-helper/build.sh

openSUSE Leap 15

To build an openSUSE leap 15 image, you can export varibles before running the build script:

DISTRO=suse_15 ./ceph-config-helper/build.sh