murano-apps/Docker/DockerStandaloneHost/elements/readme.rst
Alexey Deryugin 1b7dfb7495 Elements for Docker and Kubernetes migrated to murano-apps
Versions for kubernetes components fixed to:
* Kubernetes v0.15
* etcd v2.0.9
* flannel v0.3.1
* confd v0.7.1
* Docker v1.6.0

Change-Id: Ibf4028dc4fbc4568e5de24805669d9caa6d4caf1
(cherry picked from commit cc765433d6)
2015-04-22 10:35:09 +00:00

854 B

Docker Elements

This folders contains necessary DIB elements to build Docker image expected by "Docker Standalone Host" Murano application.

Prerequisites

  1. Install diskimage-builder
sudo pip install diskimage-builder
  1. Install qemu-utils 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/DockerStandaloneHost/elements disk-image-create \
    vm ubuntu murano-agent docker -o ubuntu14.04-x64-docker

Where ${murano_agent_root} is a path to murano-agent files and ${murano_apps_root} is a path to murano-apps files.