From ddbdf61d007d23c9511b963514268a49dada4657 Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Tue, 6 Oct 2015 20:06:28 +0200 Subject: [PATCH] Update readme with new paths for Chef/Puppet apps Change-Id: I33210c32ba57af6ad8ed197488ad19767a96da5b --- Chef/GitChef/elements/readme.rst | 4 ++-- Chef/OrionChef/elements/readme.rst | 4 ++-- Puppet/MySQLPuppet/elements/readme.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Chef/GitChef/elements/readme.rst b/Chef/GitChef/elements/readme.rst index 2b88a3aa..565cf057 100644 --- a/Chef/GitChef/elements/readme.rst +++ b/Chef/GitChef/elements/readme.rst @@ -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 diff --git a/Chef/OrionChef/elements/readme.rst b/Chef/OrionChef/elements/readme.rst index 2b88a3aa..602012f5 100644 --- a/Chef/OrionChef/elements/readme.rst +++ b/Chef/OrionChef/elements/readme.rst @@ -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 diff --git a/Puppet/MySQLPuppet/elements/readme.rst b/Puppet/MySQLPuppet/elements/readme.rst index 56808f6b..0e2c2d3c 100644 --- a/Puppet/MySQLPuppet/elements/readme.rst +++ b/Puppet/MySQLPuppet/elements/readme.rst @@ -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