Merge pull request #313 from Random-Liu/update-ansible

Update ansible playbook release version.
This commit is contained in:
Lantao Liu 2017-09-29 09:56:59 -07:00 committed by GitHub
commit 29d9a788e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
- name: "Get Containerd and CRI-Containerd" - name: "Get Containerd and CRI-Containerd"
unarchive: unarchive:
src: "https://storage.googleapis.com/cri-containerd-staging/cri-containerd-{{ cri_containerd_release_version }}.tar.gz" src: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-{{ cri_containerd_release_version }}.tar.gz"
dest: "/" dest: "/"
remote_src: yes remote_src: yes

View File

@ -1,6 +1,6 @@
--- ---
# TODO update official versions once they are available # TODO update official versions once they are available
cri_containerd_release_version: 0.1.0-271-g86ee919 cri_containerd_release_version: 1.0.0-alpha.0
cri_release_directory: /opt/cri-containerd/ cri_release_directory: /opt/cri-containerd/
local_bin_dir: /usr/local/bin/ local_bin_dir: /usr/local/bin/
local_sbin_dir: /usr/local/sbin/ local_sbin_dir: /usr/local/sbin/