Add support to configuration values 57/16557/1
authorVictor Morales <victor.morales@intel.com>
Fri, 29 Sep 2017 01:29:54 +0000 (18:29 -0700)
committerVictor Morales <victor.morales@intel.com>
Fri, 29 Sep 2017 01:29:54 +0000 (18:29 -0700)
commit6a919971cef56b9102dc358014006985d7eaba5b
treeb7b255803877bd9d162c34609e899795a504deed
parent35921f6c42432336777607d1b2ff53191adaf420
Add support to configuration values

In order to make more flexible the execution workflow of this
project, a new mechanism has been implemented to override the
default configuration values.

Change-Id: Ie6c5aeeb35b7f0de47379ea764ccc8dc21e4bff7
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-236
24 files changed:
bootstrap/vagrant-onap/.gitignore
bootstrap/vagrant-onap/Vagrantfile
bootstrap/vagrant-onap/doc/source/features/configure_execution.rst [new file with mode: 0644]
bootstrap/vagrant-onap/doc/source/features/features.rst
bootstrap/vagrant-onap/etc/settings.yaml.development [new file with mode: 0644]
bootstrap/vagrant-onap/etc/settings.yaml.testing [new file with mode: 0644]
bootstrap/vagrant-onap/lib/aai
bootstrap/vagrant-onap/lib/appc
bootstrap/vagrant-onap/lib/ccsdk
bootstrap/vagrant-onap/lib/dcae
bootstrap/vagrant-onap/lib/mr
bootstrap/vagrant-onap/lib/mso
bootstrap/vagrant-onap/lib/multicloud
bootstrap/vagrant-onap/lib/policy
bootstrap/vagrant-onap/lib/portal
bootstrap/vagrant-onap/lib/robot
bootstrap/vagrant-onap/lib/sdc [changed mode: 0644->0755]
bootstrap/vagrant-onap/lib/sdnc
bootstrap/vagrant-onap/lib/vfc
bootstrap/vagrant-onap/lib/vid
bootstrap/vagrant-onap/tests/test_mso
bootstrap/vagrant-onap/tests/test_multicloud
bootstrap/vagrant-onap/tools/Run.ps1
bootstrap/vagrant-onap/tools/run.sh