From 97962369b9a385dea5391efc10daa64830dd36f4 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 11 Nov 2016 13:51:49 -0600 Subject: [PATCH] ciao-deploy: use ciao provided ansible playbooks Since the ciao examples to deploy were moved from https://github.com/clearlinux/clear-config-management to https://github.com/01org/ciao/, the instructions should tell the user to use the ciao ones instead of deprecated clear-config-management. Signed-off-by: Simental Magana, Marcos --- ciao-deploy/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ciao-deploy/README.md b/ciao-deploy/README.md index c7ca61f..1989146 100644 --- a/ciao-deploy/README.md +++ b/ciao-deploy/README.md @@ -20,13 +20,13 @@ docker pull clearlinux/ciao-deploy Clone the ciao example deployment --------------------------------- ``` -git clone https://github.com/clearlinux/clear-config-management.git +git clone https://github.com/01org/ciao.git ``` Setup your cluster configuration -------------------------------- -You may need to edit `clear-config-management/examples/ciao/group_vars/all` -and `clear-config-management/examples/ciao/hosts` to suit your cluster +You may need to edit `ciao/_DeploymentAndDistroPackaging/ansible/group_vars/all` +and `ciao/_DeploymentAndDistroPackaging/ansible/hosts` to suit your cluster setup needs. For more detailed instructions you may want to check @@ -36,7 +36,7 @@ documentation. Run the Ciao-deploy Container ---------------------------- ``` -docker run -v $(pwd)/clear-config-management/examples/ciao:/root/ciao \ +docker run -v $(pwd)/ciao:/root/ciao \ -it clearlinux/ciao-deploy ``` @@ -45,7 +45,7 @@ If you have setup your ssh key for the ansible setup, you may want to use it in your ciao-deploy container: ``` -docker run -v $(pwd)/clear-config-management/examples/ciao:/root/ciao \ +docker run -v $(pwd)/ciao:/root/ciao \ -v /path/to/your/.ssh/key:/root/.ssh/key \ -it clearlinux/ciao-deploy ```