From c2147039bb0c4d00ae3bc1f0a999991c5577f012 Mon Sep 17 00:00:00 2001 From: Alberto Murillo Date: Tue, 20 Sep 2016 12:13:17 -0500 Subject: [PATCH] ciao-deploy.rst: Update passwords Update passwords shown un ciao-deploy to match those in https://github.com/clearlinux/clear-config-management/tree/master/examples/ciao Signed-off-by: Alberto Murillo --- source/ciao-deploy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index 6cf68042..06d04292 100644 --- a/source/ciao-deploy.rst +++ b/source/ciao-deploy.rst @@ -121,7 +121,7 @@ was specified in the ``groups_var/all`` file: .. code-block:: console - # ciao-cli -identity=https://ciao-controller.example.com:35357 -username admin -password secret -controller=ciao-controller.example.com node status + # ciao-cli -identity=https://ciao-controller.example.com:35357 -username ciao -password ciaoUserPassword -controller=ciao-controller.example.com node status Total Nodes 3 Ready 0 Full 3 @@ -136,8 +136,8 @@ deployment node, which contains the following environment variables: # cat ciaorc export CIAO_CONTROLLER=ciao-controller.example.com export CIAO_IDENTITY=https://ciao-controller.example.com:35357 - export CIAO_USERNAME=csr - export CIAO_PASSWORD=secret + export CIAO_USERNAME=ciao + export CIAO_PASSWORD=ciaoUserPassword then you could verify with the following command: