minor bug fix

This commit is contained in:
Doron Chen
2015-07-27 12:56:37 +03:00
parent db7f6ed3a9
commit 347a830350
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ known issues
2. The script takes a long time to run, and for most of the time it does not show progress. An alternative to executing *storlets_aio.sh* are the following steps. These would allow monitoring the progress of the ansible installation inside the VM.
1. cd s2aio
2. export export ANSIBLE_HOST_KEY_CHECKING=False
2. export ANSIBLE_HOST_KEY_CHECKING=False
3. ansible-playbook -s -i swift_install.yml
4. ansible-playbook -s -i prepare_storlets_install.yml
5. ssh vagrant 192.168.10.2 (using 'vagrant' as password)

View File

@@ -1,2 +1,2 @@
export export ANSIBLE_HOST_KEY_CHECKING=False
export ANSIBLE_HOST_KEY_CHECKING=False
ansible-playbook -s -i hosts storlets_aio.yml

View File

@@ -1,2 +1,2 @@
export export ANSIBLE_HOST_KEY_CHECKING=False
export ANSIBLE_HOST_KEY_CHECKING=False
ansible-playbook -s -i hosts ustorlets_aio.yml