Merge "Deprecate duplicate NFV environment files"
This commit is contained in:
commit
653856c58f
@ -1,3 +1,7 @@
|
|||||||
|
# *************************************************************************************
|
||||||
|
# DEPRECATED: Use tripleo-heat-templates/environments/services/neutron-ovs-dpdk.yaml
|
||||||
|
# instead. Both files has the same configurations.
|
||||||
|
# *************************************************************************************
|
||||||
# A Heat environment that can be used to deploy DPDK with OVS
|
# A Heat environment that can be used to deploy DPDK with OVS
|
||||||
# Deploying DPDK requires enabling hugepages for the overcloud nodes
|
# Deploying DPDK requires enabling hugepages for the overcloud nodes
|
||||||
resource_registry:
|
resource_registry:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# *************************************************************************************
|
||||||
|
# DEPRECATED: Use tripleo-heat-templates/environments/services/neutron-sriov.yaml
|
||||||
|
# instead. Both files has the same configurations.
|
||||||
|
# *************************************************************************************
|
||||||
## A Heat environment that can be used to deploy SR-IOV
|
## A Heat environment that can be used to deploy SR-IOV
|
||||||
resource_registry:
|
resource_registry:
|
||||||
OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml
|
OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Duplicate environment files ``environments/neutron-sriov.yaml`` and
|
||||||
|
``environments/neutron-ovs-dpdk.yaml`` file are deprecated.
|
Loading…
Reference in New Issue
Block a user