]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update the README on using vagrant with virtualbox 489/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 22 Jan 2016 17:07:24 +0000 (11:07 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 22 Jan 2016 17:09:52 +0000 (11:09 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
README.md

index 509779b6a7b4134ea0f206b220de1f3aaa50ee37..5c8eb6eefd5bcfdc7ff6366da174fa086dbce932 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ Clone me:
 
 ```bash
 git clone https://github.com/ceph/ceph-ansible.git
-cp vagrant_variables.yml.sample vagrant_variables.yml
 ```
 
 ## What does it do?
@@ -32,12 +31,25 @@ More details:
 * A rolling upgrade playbook was written, an upgrade from Dumpling to Emperor was performed and worked.
 
 
-## Setup with Vagrant
+## Setup with Vagrant using virtualbox provider
 
-Run your virtual machines:
+* Create vagrant_variables.yml
 
-```bash
-$ vagrant up --provider=virtualbox
+```
+$ cp vagrant_variables.yml.sample vagrant_variables.yml
+```
+
+* Create site.yml
+
+```
+$ cp site.yml.sample site.yml
+```
+
+* Create VMs
+
+```
+$ vagrant up --no-provision --provider=virtualbox
+$ vagrant provision
 ...
 ...
 ...