Fixes including default SDN env file in deploy cmd 31/50431/1
authorTim Rozet <trozet@redhat.com>
Thu, 11 Jan 2018 15:41:29 +0000 (10:41 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 11 Jan 2018 15:41:29 +0000 (10:41 -0500)
commit847f7673f8ba68583c85eee5c30d7657f82ad50f
tree8e8629ef2a218d8c6333a70a3fa82d914d8e7389
parent70fd8005504c6db51c7dfb1f9c52ef904ab3d181
Fixes including default SDN env file in deploy cmd

The latest method to deploy opendaylight features upstream is to include
the default SDN file and then add-on the feature env file which should
override any default settings in the previous SDN env file.  For
example for bgpvpn:

openstack overcloud deploy -e <tht_dir>/neutron-opendaylight.yaml -e \
<tht_dir>/neutron-bgpvpn-opendaylight.yaml

This change documents the recursive function used to find the SDN env
files and includes the default for the SDN controller.

JIRA: APEX-555

Change-Id: I4270932ca4fbc21ea54e965d9d6491424f4463e2
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/overcloud/deploy.py
apex/tests/test_apex_overcloud_deploy.py