Deprecate duplicate NFV environment files

neutron-ovs-dpdk.yaml and neutron-sriov.yaml files have duplicates,
deprecate one of them, so that it can be removed in next release.

Change-Id: I0dd3bd0f355755433e8092ef2e23e8f3d1657b18
This commit is contained in:
Saravanan KR 2018-11-30 15:46:18 +05:30
parent beb8ae7dd5
commit 33b5658f02
3 changed files with 13 additions and 0 deletions

View File

@ -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
# Deploying DPDK requires enabling hugepages for the overcloud nodes
resource_registry:

View File

@ -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
resource_registry:
OS::TripleO::Services::NeutronSriovAgent: ../docker/services/neutron-sriov-agent.yaml

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Duplicate environment files ``environments/neutron-sriov.yaml`` and
``environments/neutron-ovs-dpdk.yaml`` file are deprecated.