bb41c3889d
According to the docs[0] Ubuntu Focal is the version supported for Xena. This commit updates the jobs and the Amphora image. [0] https://governance.openstack.org/tc/reference/runtimes/xena.html Depends-On: https://review.opendev.org/c/openstack/kuryr-kubernetes/+/812154 Change-Id: I869040d9b05ef3d1cded5f91e1634214b83fd348
7 lines
264 B
YAML
7 lines
264 B
YAML
- hosts: controller
|
|
tasks:
|
|
- name: Download amphora tarball
|
|
get_url:
|
|
url: "https://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2"
|
|
dest: /tmp/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2
|