d32329f596
These are new nodepool functional jobs designed to give more flexibility to the DIB/clean projects to define what they need to test. Otherwise, they behave very similarly to the current nodepool functional jobs Depends-On: https://review.opendev.org/665023 Change-Id: Id73e913300cf3f0aaea05f7c2e8fdcb753421d04
10 lines
282 B
YAML
10 lines
282 B
YAML
- hosts: all
|
|
tasks:
|
|
# We need a fixed debootstrap
|
|
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901977
|
|
- name: Install updated debootstrap repo
|
|
become: true
|
|
shell: |
|
|
add-apt-repository ppa:openstack-ci-core/debootstrap
|
|
apt-get update
|