Skip to content

Commit 326a253

Browse files
committed
Merge remote-tracking branch 'origin/refresh/wallaby/ubuntu-2023-02-15' into HEAD
2 parents c6c5a01 + 02cf478 commit 326a253

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

etc/kayobe/ansible/nova-compute-drain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
1818
run_once: true
1919
delegate_to: "{{ groups['controllers'][0] }}"
20+
vars:
21+
ansible_host: "{{ hostvars[groups['controllers'][0]].ansible_host }}"
2022

2123
- block:
2224
- name: Query instances
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
features:
3+
- |
4+
Container images for Ubuntu based deployments have been updated.
5+
Key packages to note are:
6+
7+
* Libvirt (unchanged since last container build)
8+
* version: 6.0.0
9+
* release: 0ubuntu8.16
10+
* OVS
11+
* version: 2.17.3
12+
* release: 0ubuntu0.22.04.1~cloud0
13+
* OVN (unchanged since last container build)
14+
* version: 22.03.0
15+
* release: 0ubuntu1~cloud0

0 commit comments

Comments
 (0)