Merge "Add info about Debian image building to elements readme"

This commit is contained in:
Jenkins 2016-07-19 15:54:28 +00:00 committed by Gerrit Code Review
commit 44eba9c68f

View File

@ -33,6 +33,16 @@ On Centos, Fedora:
Image building
--------------
To build Debian-based image
.. sourcecode:: bash
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Docker/Kubernetes/KubernetesCluster/elements \
DIB_RELEASE=jessie DIB_CLOUD_INIT_DATASOURCES="Ec2, ConfigDrive, OpenStack" disk-image-create vm debian murano-agent-debian \
docker kubernetes -o debian8-x64-kubernetes
To build Ubuntu-based image
.. sourcecode:: bash
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Docker/Kubernetes/KubernetesCluster/elements disk-image-create \