Skip to content

Commit

Permalink
Bump k3s (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored Dec 14, 2023
1 parent 2c5c26c commit 53c3429
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions tests/playbooks/roles/install-devstack/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
line: "{{ user }} ALL=(ALL) NOPASSWD: ALL"
validate: 'visudo -cf %s'

- name: Update repositories cache
ansible.builtin.apt:
update_cache: yes

- name: Check if devstack is already installed
shell:
executable: /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions tests/playbooks/roles/install-k3s/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
k3s_release: v1.26.1+k3s1
k3s_release: v1.28.4+k3s2
worker_node_count: 1
cluster_token: "9a08jv.c0izixklcxtmnze7"
cluster_token: "K1039d1cf76d1f8b0e8b0d48e7c60d9c4a43c2e7a56de5d86f346f2288a2677f1d7::server:2acba4e60918c0e2d1f1d1a7c4e81e7b"
devstack_workdir: "{{ ansible_user_dir }}/devstack"
flavor_name: "ds2G"
sg_name: "k3s_sg"
Expand Down
1 change: 0 additions & 1 deletion tests/playbooks/test-csi-cinder-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- cinder
- role: install-k3s
worker_node_count: 0
k3s_release: v1.26.1+k3s1
- role: install-docker
- role: install-docker-registry
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
Expand Down
1 change: 0 additions & 1 deletion tests/playbooks/test-csi-manila-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- manila
- role: install-k3s
worker_node_count: 0
k3s_release: v1.26.1+k3s1
- role: install-docker
- role: install-docker-registry
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
Expand Down
1 change: 0 additions & 1 deletion tests/playbooks/test-occm-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
- barbican
- role: install-k3s
worker_node_count: 0
k3s_release: v1.26.1+k3s1
- role: install-docker
- role: install-docker-registry
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'
Expand Down

0 comments on commit 53c3429

Please sign in to comment.