diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 53066ed76f..0aa09fdbb6 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -47,6 +47,8 @@ providers: config-drive: true - name: opensuse-423 config-drive: true + - name: opensuse-tumbleweed + config-drive: true - name: ubuntu-trusty config-drive: true - name: ubuntu-xenial @@ -199,6 +201,23 @@ diskimages: DIB_IMAGE_CACHE: /opt/dib_cache QEMU_IMG_OPTIONS: compat=0.10 DIB_GRUB_TIMEOUT: '0' + - name: opensuse-tumbleweed + elements: + - opensuse-minimal + - vm + - simple-init + - openstack-repos + - nodepool-base + - cache-devstack + - growroot + - infra-package-needs + release: 'tumbleweed' + env-vars: + TMPDIR: /opt/dib_tmp + DIB_CHECKSUM: '1' + DIB_IMAGE_CACHE: /opt/dib_cache + QEMU_IMG_OPTIONS: compat=0.10 + DIB_GRUB_TIMEOUT: '0' - name: ubuntu-trusty elements: - ubuntu-minimal