Add ansible module `fuel` 13/33013/5
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 5 Apr 2017 14:30:32 +0000 (22:30 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Thu, 6 Apr 2017 08:51:18 +0000 (16:51 +0800)
commit62460407a8fbcc99c154df3eabb8732c1908992e
tree081d35dc52c776999b69dd080abe7c1e7a960972
parent13dc7659e55ac6f569422fd194e35f8fdc189180
Add ansible module `fuel`

This module will be used to generate a dynamic inventory of fuel nodes
for performance testing

Change-Id: Idaa491c5fc3050abfb8ba36328f2113cf2885179
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
qtip/ansible_library/__init__.py [new file with mode: 0644]
qtip/ansible_library/modules/__init__.py [new file with mode: 0644]
qtip/ansible_library/modules/fuel.py [new file with mode: 0644]
tests/data/external/fuel/fuel-node.json [new file with mode: 0644]
tests/unit/ansible_library/modules/fuel_test.py [new file with mode: 0644]