migrating to proposed common network settings file 05/20705/9
authorDan Radez <dradez@redhat.com>
Tue, 19 Jul 2016 17:17:17 +0000 (13:17 -0400)
committerDan Radez <dradez@redhat.com>
Thu, 22 Sep 2016 19:03:58 +0000 (15:03 -0400)
commit38de9ff18e44e5c3c1393c060481fbbb27543704
tree0e1b93aba5d03b08ed3a44f5c7e96e6b66788656
parent30a2e131972b7b4dbccb702f0fc329ca6b2dd6a6
migrating to proposed common network settings file

- proposed in genesis
  https://wiki.opnfv.org/display/genesis/Common+Network+Settings

- This patch updates the network_settings files in the config/network dir
  and updates the associated bash, python and python tests relative to
  the new yaml structure and nomenclature used in the proposed settings
  file

JIRA: APEX-262

Change-Id: Ib0dc9d0f21465b38f2a53cff20f71fb9230bfc48
Signed-off-by: Dan Radez <dradez@redhat.com>
23 files changed:
build/Makefile
build/nics-template.yaml.jinja2
build/undercloud.sh
ci/deploy.sh
config/network/network_settings.yaml
config/network/network_settings_v6.yaml
config/network/network_settings_vlans.yaml
lib/common-functions.sh
lib/configure-deps-functions.sh
lib/parse-functions.sh
lib/post-install-functions.sh
lib/python/apex/common/constants.py
lib/python/apex/network_environment.py
lib/python/apex/network_settings.py
lib/python/apex_python_utils.py
lib/undercloud-functions.sh
lib/virtual-setup-functions.sh
tests/config/network_settings_duplicate_nic.yaml [deleted file]
tests/config/network_settings_missing_required_nic.yaml [deleted file]
tests/config/network_settings_nic1_reserved.yaml [deleted file]
tests/config/network_settings_nics_not_specified.yaml [deleted file]
tests/test_apex_network_environment.py
tests/test_apex_network_settings.py