diff options
| author | Monty Taylor <mordred@inaugust.com> | 2017-12-06 09:33:23 -0600 |
|---|---|---|
| committer | Jens Harbott <j.harbott@x-ion.de> | 2018-11-22 14:40:51 +0000 |
| commit | 8120cb8b55091d9027c7b8ff519b82a87e7d6b17 (patch) | |
| tree | 2d514cff54eeda0cd3667db7619928006de9e392 /playbooks/osc-devstack | |
| parent | 4f66f66b6c80206e3d432f74c3763ffe2e5c2949 (diff) | |
| download | python-openstackclient-8120cb8b55091d9027c7b8ff519b82a87e7d6b17.tar.gz | |
Use devstack functional base job
We extracted some of our functional base job to the devstack repo.
Consume it.
Change-Id: I11e6f9dab935e4b2cd16228f031f7e0adb3a6c89
Depends-On: I84de60181cb88574e341ff83cd4857cce241f2dd
Diffstat (limited to 'playbooks/osc-devstack')
| -rw-r--r-- | playbooks/osc-devstack/post.yaml | 4 | ||||
| -rw-r--r-- | playbooks/osc-devstack/pre.yaml | 8 | ||||
| -rw-r--r-- | playbooks/osc-devstack/run.yaml | 5 |
3 files changed, 0 insertions, 17 deletions
diff --git a/playbooks/osc-devstack/post.yaml b/playbooks/osc-devstack/post.yaml deleted file mode 100644 index 7f0cb198..00000000 --- a/playbooks/osc-devstack/post.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- hosts: all - roles: - - fetch-tox-output - - fetch-subunit-output diff --git a/playbooks/osc-devstack/pre.yaml b/playbooks/osc-devstack/pre.yaml deleted file mode 100644 index 3ec41c9c..00000000 --- a/playbooks/osc-devstack/pre.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- hosts: all - roles: - - run-devstack - - role: bindep - bindep_profile: test - bindep_dir: "{{ zuul_work_dir }}" - - test-setup - - ensure-tox diff --git a/playbooks/osc-devstack/run.yaml b/playbooks/osc-devstack/run.yaml deleted file mode 100644 index d1101dd4..00000000 --- a/playbooks/osc-devstack/run.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- hosts: all - environment: - OS_CLOUD: devstack-admin - roles: - - tox |
