From 2ce041d884b9873dde96a6136f5b7873f2dbcfdc Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Wed, 1 Nov 2017 15:30:03 +0100 Subject: [PATCH] Use ansible-role-k8s-tripleo from OS Change-Id: I7a9dc4f96d78dfcac6579d39055da28e6b6dda73 --- .zuul.yaml | 2 ++ tests/pre.yml | 9 +-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 04a0084..fa1a2de 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -18,6 +18,8 @@ post-run: tests/post attempts: 1 timeout: 10800 + required-projects: + - openstack/ansible-role-k8s-tripleo - job: name: ansible-role-k8s-mariadb-kubernetes-centos diff --git a/tests/pre.yml b/tests/pre.yml index c32e1cb..fa723e0 100644 --- a/tests/pre.yml +++ b/tests/pre.yml @@ -22,7 +22,7 @@ - include: 'roles/{{coe}}/tasks/pre.yml' - - name: Create symlink for this role + - name: Create symlink for all required projects become: true file: src: "{{ ansible_env.HOME }}/{{ item.src_dir }}" @@ -30,10 +30,3 @@ state: link delegate_to: primary with_items: "{{zuul.projects}}" - - - name: Clone ansible-role-k8s-tripleo for now - become: true - git: - repo: https://github.com/tripleo-apb/ansible-role-k8s-tripleo - dest: "/etc/ansible/roles/ansible-role-k8s-tripleo" - delegate_to: primary