ef413891de
* Kubernetes element was updated to base on v1.0.6 * Docker now has its own repo and has different package name. Also it is now installed via downloadable script. TODO: Need somehow to fix docker version to 1.8.2 Change-Id: I230e9705cb850e9fb3772a67284561907d4be615 Implements: blueprint update-k8-to-v1-dib-elements Co-Authored-By: Alexey Deryugin <aderyugin@mirantis.com> |
||
---|---|---|
.. | ||
docker/install.d | ||
kubernetes | ||
readme.rst |
Kubernetes Elements
This folders contains necessary DIB elements to build Kubernetes image expected by "Kubernetes Cluster" Murano application.
Prerequisites
- Install diskimage-builder
sudo pip install diskimage-builder
- Install qemu-uils and kpartx
On Ubuntu, Debian:
sudo apt-get install qemu-utils kpartx
On Centos, Fedora:
sudo yum install qemu-utils kpartx
Image building
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Docker/Kubernetes/KubernetesCluster/elements disk-image-create \
-o ubuntu14.04-x64-kubernetes vm ubuntu murano-agent docker kubernetes
Where ${murano_agent_root} is a path to murano-agent files and ${murano_apps_root} is a path to murano-apps files.