Use ansible-role-k8s-tripleo from OS

Change-Id: I7a9dc4f96d78dfcac6579d39055da28e6b6dda73
This commit is contained in:
Flavio Percoco 2017-11-01 15:30:03 +01:00
parent c8fcb24539
commit 2ce041d884
2 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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