Deprecate `NovaVGPUTypesDeviceAddressesMapping parameter
This change deprecate `NovaVGPUTypesDeviceAddressesMapping` parameter in favour of `NovaMDEVTypes` parameter added in [1]. [1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/835439 Change-Id: I7af3643b7f28124e06fb58d8145e7be3bb4e1ccd
This commit is contained in:
parent
433b6dcb18
commit
6b2d6d9a04
@ -591,18 +591,6 @@ parameters:
|
||||
default: 86400
|
||||
tags:
|
||||
- role_specific
|
||||
NovaVGPUTypesDeviceAddressesMapping:
|
||||
type: json
|
||||
description: >
|
||||
Map of vgpu type(s) the instances can get as key and list of corresponding
|
||||
device addresses as value.
|
||||
Ex. NovaVGPUTypesDeviceAddressesMapping: {'nvidia-35': ['0000:84:00.0', '0000:85:00.0'],
|
||||
'nvidia-36': ['0000:86:00.0']}
|
||||
where `nvidia-35` and `nvidia-36` are
|
||||
vgpu types and corresponding values are list of associated device addresses.
|
||||
default: {}
|
||||
tags:
|
||||
- role_specific
|
||||
NovaMDEVTypes:
|
||||
type: json
|
||||
description: |
|
||||
@ -848,6 +836,19 @@ parameters:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
NovaVGPUTypesDeviceAddressesMapping:
|
||||
type: json
|
||||
description: |
|
||||
Map of vgpu type(s) the instances can get as key and list of corresponding
|
||||
device addresses as value.
|
||||
Ex. NovaVGPUTypesDeviceAddressesMapping: {'nvidia-35': ['0000:84:00.0', '0000:85:00.0'],
|
||||
'nvidia-36': ['0000:86:00.0']}
|
||||
where `nvidia-35` and `nvidia-36` are
|
||||
vgpu types and corresponding values are list of associated device addresses.
|
||||
default: {}
|
||||
tags:
|
||||
- role_specific
|
||||
|
||||
parameter_groups:
|
||||
- label: deprecated
|
||||
description: |
|
||||
@ -857,6 +858,7 @@ parameter_groups:
|
||||
Openstack mailing list.
|
||||
parameters:
|
||||
- NovaVcpuPinSet
|
||||
- NovaVGPUTypesDeviceAddressesMapping
|
||||
|
||||
conditions:
|
||||
auth_cloud_name_set:
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The `NovaVGPUTypesDeviceAddressesMapping` paramter has been deprecated in favour
|
||||
of `NovaMDEVTypes` parameter added in [1].
|
||||
[1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/835439
|
Loading…
x
Reference in New Issue
Block a user