Create workspace by ansible playbook 35/33535/3
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 19 Apr 2017 14:03:52 +0000 (22:03 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Thu, 20 Apr 2017 03:50:52 +0000 (11:50 +0800)
commit7455eb762165d336e81ca901885dc9b45fa7cced
tree0e605b59fc1b5cdc48d891636602139e663747f1
parent5da68bf0911e12237a3484e4160f959933f26c9a
Create workspace by ansible playbook

Change-Id: Ia79353e686240c5915e40b8202d3fdc289df2158
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
17 files changed:
.gitignore
resources/roles/qtip-bootstrap/defaults/main.yml [new file with mode: 0644]
resources/roles/qtip-bootstrap/files/fixtures/case.json [moved from tests/integration/fixtures/case.json with 100% similarity]
resources/roles/qtip-bootstrap/files/fixtures/pod.json [moved from tests/integration/fixtures/pod.json with 100% similarity]
resources/roles/qtip-bootstrap/files/fixtures/project.json [moved from tests/integration/fixtures/project.json with 100% similarity]
resources/roles/qtip-bootstrap/files/group_vars/all.yml [new file with mode: 0644]
resources/roles/qtip-bootstrap/files/host_vars/localhost.yml [new file with mode: 0644]
resources/roles/qtip-bootstrap/files/run.yml [moved from tests/integration/run.yaml with 100% similarity]
resources/roles/qtip-bootstrap/files/setup.yml [moved from tests/integration/setup.yaml with 100% similarity]
resources/roles/qtip-bootstrap/tasks/main.yml [new file with mode: 0644]
resources/roles/qtip-bootstrap/templates/ansible.cfg.j2 [new file with mode: 0644]
resources/roles/qtip-bootstrap/templates/hosts.j2 [moved from tests/integration/hosts.default with 62% similarity]
tests/integration/ansible.cfg
tests/integration/group_vars/all [deleted file]
tests/integration/host_vars/localhost [deleted file]
tests/integration/hosts [new file with mode: 0644]
tests/integration/workspace-create.yml [new file with mode: 0644]