fix some error in functest 23/37223/1
authorwutianwei <wutianwei1@huawei.com>
Wed, 12 Jul 2017 00:46:08 +0000 (08:46 +0800)
committerwutianwei <wutianwei1@huawei.com>
Wed, 12 Jul 2017 00:46:08 +0000 (08:46 +0800)
commit516dd9ca14608da9e0c3e2e530607af7797ebd2d
treeae65289cefa88464e1a923e781af1718dd727c6c
parent264ec7332c84617e95f2b7336dcee1a413bc7e6b
fix some error in functest

1. Remove the --share when create network
   to fix the error in tempest network visibility
2. create the cinder-volums to fix issue in test volumes

Change-Id: I8bf7197ac33271eb6856e542da114249b79a391d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml
deploy/adapters/ansible/roles/config-osa/templates/create-network.yml.j2
deploy/adapters/ansible/roles/storage/files/create_img.sh [new file with mode: 0755]
deploy/adapters/ansible/roles/storage/files/get_var_size.sh [new file with mode: 0755]
deploy/adapters/ansible/roles/storage/files/loop.yml [new file with mode: 0755]
deploy/adapters/ansible/roles/storage/files/losetup.sh [new file with mode: 0755]
deploy/adapters/ansible/roles/storage/files/storage [new file with mode: 0755]
deploy/adapters/ansible/roles/storage/files/storage.service [new file with mode: 0644]
deploy/adapters/ansible/roles/storage/tasks/loop.yml [new file with mode: 0755]
deploy/adapters/ansible/roles/storage/tasks/main.yml [new file with mode: 0755]
deploy/adapters/ansible/roles/storage/tasks/real.yml [new file with mode: 0755]