Merge "tests: remove debootstrap install"
This commit is contained in:
commit
eb7782b78f
@ -119,7 +119,6 @@
|
|||||||
containerfile with Nodepool and OpenStack (using released
|
containerfile with Nodepool and OpenStack (using released
|
||||||
libraries)
|
libraries)
|
||||||
parent: dib-nodepool-functional-src-base
|
parent: dib-nodepool-functional-src-base
|
||||||
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
||||||
vars:
|
vars:
|
||||||
nodepool_debug: true
|
nodepool_debug: true
|
||||||
nodepool_diskimage:
|
nodepool_diskimage:
|
||||||
@ -132,7 +131,6 @@
|
|||||||
Test building and booting an Ubuntu xenial image with Nodepool
|
Test building and booting an Ubuntu xenial image with Nodepool
|
||||||
and OpenStack
|
and OpenStack
|
||||||
parent: dib-nodepool-functional-src-base
|
parent: dib-nodepool-functional-src-base
|
||||||
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
||||||
vars:
|
vars:
|
||||||
nodepool_diskimage:
|
nodepool_diskimage:
|
||||||
base_element: ubuntu-minimal
|
base_element: ubuntu-minimal
|
||||||
@ -149,7 +147,6 @@
|
|||||||
Test building and booting an Ubuntu bionic image with Nodepool
|
Test building and booting an Ubuntu bionic image with Nodepool
|
||||||
and OpenStack
|
and OpenStack
|
||||||
parent: dib-nodepool-functional-src-base
|
parent: dib-nodepool-functional-src-base
|
||||||
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
||||||
vars:
|
vars:
|
||||||
nodepool_diskimage:
|
nodepool_diskimage:
|
||||||
base_element: ubuntu-minimal
|
base_element: ubuntu-minimal
|
||||||
@ -166,7 +163,6 @@
|
|||||||
Test building and booting an Ubuntu focal image with Nodepool
|
Test building and booting an Ubuntu focal image with Nodepool
|
||||||
and OpenStack
|
and OpenStack
|
||||||
parent: dib-nodepool-functional-src-base
|
parent: dib-nodepool-functional-src-base
|
||||||
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
||||||
vars:
|
vars:
|
||||||
nodepool_diskimage:
|
nodepool_diskimage:
|
||||||
base_element: ubuntu-minimal
|
base_element: ubuntu-minimal
|
||||||
@ -195,7 +191,6 @@
|
|||||||
Test building and booting a Debian stretch image with Nodepool
|
Test building and booting a Debian stretch image with Nodepool
|
||||||
and OpenStack
|
and OpenStack
|
||||||
parent: dib-nodepool-functional-src-base
|
parent: dib-nodepool-functional-src-base
|
||||||
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
||||||
vars:
|
vars:
|
||||||
nodepool_diskimage:
|
nodepool_diskimage:
|
||||||
base_element: debian-minimal
|
base_element: debian-minimal
|
||||||
@ -212,7 +207,6 @@
|
|||||||
Test building and booting a Debian bullseye image with Nodepool
|
Test building and booting a Debian bullseye image with Nodepool
|
||||||
and OpenStack
|
and OpenStack
|
||||||
parent: dib-nodepool-functional-src-base
|
parent: dib-nodepool-functional-src-base
|
||||||
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
||||||
vars:
|
vars:
|
||||||
nodepool_diskimage:
|
nodepool_diskimage:
|
||||||
base_element: debian-minimal
|
base_element: debian-minimal
|
||||||
@ -229,7 +223,6 @@
|
|||||||
Test building and booting a Debian buster image with Nodepool
|
Test building and booting a Debian buster image with Nodepool
|
||||||
and OpenStack
|
and OpenStack
|
||||||
parent: dib-nodepool-functional-src-base
|
parent: dib-nodepool-functional-src-base
|
||||||
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
||||||
vars:
|
vars:
|
||||||
nodepool_diskimage:
|
nodepool_diskimage:
|
||||||
base_element: debian-minimal
|
base_element: debian-minimal
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
- 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
|
|
Loading…
Reference in New Issue
Block a user