system-config/playbooks/roles/zuul-executor/vars/default.yaml
Monty Taylor a888431429 Run zuul-executor using docker
It looks like we don't actually have an issue with executor and AFS.

Change-Id: I9df29b328daad907c631c4a102cf2168dfef815a
2020-06-09 14:26:38 -05:00

7 lines
313 B
YAML

zuul_executor_ppas:
# We use later HWE kernels for better memory managment, requiring an
# updated AFS version which we install from our custom ppa.
- name: openafs
content: "deb http://ppa.launchpad.net/openstack-ci-core/openafs-amd64-hwe/ubuntu xenial main"
key: "{{ openstack_ci_core_ppa_key }}"