Merge "Deprecate duplicate NFV environment files"

This commit is contained in:
Zuul 2019-01-11 07:05:04 +00:00 committed by Gerrit Code Review
commit 653856c58f
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.