murano-apps/Examples/PuppetExample/elements
Alexey Deryugin 14c042c05d Add elements for puppet/chef
Change-Id: I869ac19705437faf99c77b3c87f9cf590f9eaae4
2015-05-26 11:24:48 +00:00
..
puppet/install.d Add elements for puppet/chef 2015-05-26 11:24:48 +00:00
readme.rst Add elements for puppet/chef 2015-05-26 11:24:48 +00:00

readme.rst

Puppet Elements

This folder contains necessary DIB elements to build Puppet image expected by "Puppet Example" 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}/Example/PuppetExample/elements disk-image-create \
    vm ubuntu murano-agent puppet -o ubuntu14.04-x64-puppet

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