
Replace call of undefined function 'lowercase' with standart bash string conversion to lowercase Change-Id: I7fa4a85058e81afbd72d2f245c66995afc5ce26a Closes-Bug: #1465282
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.