Add info about Debian image building to elements readme

Change-Id: Ia0039aac4237a43d9c3e395319952f5ebde50e7a
This commit is contained in:
Dmytro Dovbii 2016-07-13 15:10:58 +03:00
parent 0236b1172b
commit f180a946e9
1 changed files with 10 additions and 0 deletions

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 \