diff options
author | Markos Chandras <mchandras@suse.de> | 2016-09-14 15:58:20 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2016-09-14 16:01:14 +0100 |
commit | e3632123c8a18c5a00ed23c68653fc38d1be2a79 (patch) | |
tree | b7e00dc5c0f06c020dfb6f793e9045987a70a716 | |
parent | caab2d90b65086b87d909eb50c189cb732ab8be5 (diff) |
prototypes: bifrost: README: Run the deployment script using sudo
It's necessary to run the deployment script using 'sudo' so that
exported variables within the script are preserved in playbooks
once we gain elevated privileges.
Change-Id: I824b44199d57b6acf14804c3ab1825d7aa80da4e
Signed-off-by: Markos Chandras <mchandras@suse.de>
-rw-r--r-- | prototypes/bifrost/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/bifrost/README.md b/prototypes/bifrost/README.md index 7f127937d..df34f9c87 100644 --- a/prototypes/bifrost/README.md +++ b/prototypes/bifrost/README.md @@ -31,7 +31,7 @@ Please follow that steps: 7. Run deployment script to spin up 3 vms with bifrost: jumphost, controller and compute:: cd /opt/bifrost - ./scripts/test-bifrost-deployment.sh + sudo ./scripts/test-bifrost-deployment.sh It is likely that the script will show some errors due to timeout. Please ignore the errors, and wait until the vms are completely bootstrapped. To verify it you can check with ironic:: |