build k8s and cri-tools in place

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-11-02 16:12:47 +01:00
parent 4e2c6911ad
commit 4dce8e12a0
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,8 @@
--- ---
- name: clone build and install kubernetes
include: "build/kubernetes.yml"
- name: enable and start CRI-O - name: enable and start CRI-O
systemd: systemd:
name: crio name: crio

View file

@ -1,5 +1,8 @@
--- ---
- name: clone build and install cri-tools
include: "build/cri-tools.yml"
- name: Make testing output verbose so it can be converted to xunit - name: Make testing output verbose so it can be converted to xunit
lineinfile: lineinfile:
dest: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes/hack/make-rules/test.sh" dest: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes/hack/make-rules/test.sh"