Update readme with new paths for Chef/Puppet apps

Change-Id: I33210c32ba57af6ad8ed197488ad19767a96da5b
This commit is contained in:
Olivier Lemasle 2015-10-06 20:06:28 +02:00
parent d3cf423b71
commit ddbdf61d00
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ Chef Elements
===============
This folder contains necessary DIB elements to build Chef image
expected by "Chef Example" Murano application.
expected by "Git Chef" Murano application.
Prerequisites
@ -35,7 +35,7 @@ Image building
.. sourcecode:: bash
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Example/ChefExample/elements disk-image-create \
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Chef/GitChef/elements disk-image-create \
vm ubuntu murano-agent chef -o ubuntu14.04-x64-chef
Where ${murano_agent_root} is a path to murano-agent files

View File

@ -2,7 +2,7 @@ Chef Elements
===============
This folder contains necessary DIB elements to build Chef image
expected by "Chef Example" Murano application.
expected by "Orion Chef" Murano application.
Prerequisites
@ -35,7 +35,7 @@ Image building
.. sourcecode:: bash
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Example/ChefExample/elements disk-image-create \
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Chef/OrionChef/elements disk-image-create \
vm ubuntu murano-agent chef -o ubuntu14.04-x64-chef
Where ${murano_agent_root} is a path to murano-agent files

View File

@ -2,7 +2,7 @@ Puppet Elements
===============
This folder contains necessary DIB elements to build Puppet image
expected by "Puppet Example" Murano application.
expected by "MySQL Puppet" Murano application.
Prerequisites
@ -35,7 +35,7 @@ Image building
.. sourcecode:: bash
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Example/PuppetExample/elements disk-image-create \
sudo ELEMENTS_PATH=${murano_agent_root}/contrib/elements:${murano_apps_root}/Puppet/MySQLPuppet/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