File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2+ - name : Configure secondary storage drive
3+ # NOTE(wszumski) Some instances provide a smaller 40G root disk with a
4+ # secondary storage drive. This kolla-ansible provided role sets up the
5+ # secondary drive for docker/podman storage.
6+ # see: https://docs.opendev.org/opendev/infra-manual/latest/testing.html#unprivileged-single-use-vms
7+ include_role :
8+ name : configure-ephemeral
9+ vars :
10+ configure_ephemeral_mountpoint : " {{ '/var/lib/containers' if container_engine | default('docker') == 'podman' else '/var/lib/docker' }}"
11+
212- name : Set Rocky Linux mirror to download.rockylinux.org
313 become : true
414 ansible.builtin.shell :
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ copy_logs() {
114114
115115 iptables-save > ${LOG_DIR} /system_logs/iptables.txt
116116
117+ lsblk | tee ${LOG_DIR} /system_logs/lsblk.txt
118+
117119 if [ ` command -v dpkg` ]; then
118120 dpkg -l > ${LOG_DIR} /system_logs/dpkg-l.txt
119121 fi
Original file line number Diff line number Diff line change 109109 tls_enabled : false
110110 container_engine : ' docker'
111111 ironic_boot_mode : " bios"
112+ roles :
113+ - zuul : openstack/kolla
112114
113115- job :
114116 name : kayobe-overcloud-base
You can’t perform that action at this time.
0 commit comments