set FN to boot from volume for Cinder NVME backend

Change-Id: I92b05b5b57c64ca0e29be75c864b33adaa79ac54
This commit is contained in:
Donny Davis 2019-07-29 20:30:32 -04:00
parent 09d632d9df
commit a4e46ad6a1

View File

@ -261,66 +261,92 @@ providers:
- name: centos-7
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: centos-7
key-name: infra-root-keys-2018-06-15
- name: debian-buster
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: debian-buster
key-name: infra-root-keys-2018-06-15
- name: debian-stretch
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: debian-stretch
key-name: infra-root-keys-2018-06-15
- name: fedora-28
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: fedora-28
key-name: infra-root-keys-2018-06-15
- name: fedora-29
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: fedora-29
key-name: infra-root-keys-2018-06-15
- name: gentoo-17-0-systemd
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: gentoo-17-0-systemd
key-name: infra-root-keys-2018-06-15
- name: opensuse-423
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: opensuse-423
key-name: infra-root-keys-2018-06-15
- name: opensuse-150
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: opensuse-150
key-name: infra-root-keys-2018-06-15
- name: opensuse-15
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: opensuse-15
key-name: infra-root-keys-2018-06-15
- name: opensuse-tumbleweed
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: opensuse-tumbleweed
key-name: infra-root-keys-2018-06-15
- name: ubuntu-bionic
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: ubuntu-bionic
key-name: infra-root-keys-2018-06-15
- name: ubuntu-trusty
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: ubuntu-trusty
key-name: infra-root-keys-2018-06-15
- name: ubuntu-xenial
min-ram: 8000
flavor-name: '8cpu-8GBram-80GBdisk'
boot-from-volume: true
volume-size: 80
diskimage: ubuntu-xenial
key-name: infra-root-keys-2018-06-15