diff options
author | lmcdasm <lmcdasm@OPNFV-VNCSRV1.opnfvericsson.ca> | 2015-12-22 01:10:46 -0500 |
---|---|---|
committer | lmcdasm <lmcdasm@OPNFV-VNCSRV1.opnfvericsson.ca> | 2015-12-22 01:13:30 -0500 |
commit | 6ffd176509318935eae6dd554a5fb70c255c6db3 (patch) | |
tree | 92236e9bf6a1672041bf880b19e4c5e7cec69459 /deploy/templates | |
parent | a9d9c65192f89eb7682baae465993994c87d8a42 (diff) |
Fix for the default virtaul enviroment template.
Im not sure who / how this value was changed, but when you are doing a virtual "AUTOMATED" installation, then the value needs to remain as the FUEL VM, since in a nested
environment, the idea is NOT to allow the VM's external access (only to the FUEL VM on the ADMIN network )...
If you need to have a different "virtualConfiguration", the create a new subdirectory and a alternate configuration rather than the working / default template for CI for FUEL Nested Setup
Change-Id: I6163307bac285d710a5a5c683798a3c20c609932
Signed-off-by: lmcdasm <lmcdasm@OPNFV-VNCSRV1.opnfvericsson.ca>
JIRA: 007
Diffstat (limited to 'deploy/templates')
-rw-r--r-- | deploy/templates/virtual_environment_noha/conf/dea.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy/templates/virtual_environment_noha/conf/dea.yaml b/deploy/templates/virtual_environment_noha/conf/dea.yaml index fbcfcfd2b..6c936b83c 100644 --- a/deploy/templates/virtual_environment_noha/conf/dea.yaml +++ b/deploy/templates/virtual_environment_noha/conf/dea.yaml @@ -40,9 +40,9 @@ fuel: password: admin user: admin HOSTNAME: opnfv_virt - NTP1: 188.126.88.9 - NTP2: 193.228.143.12 - NTP3: 178.73.198.130 + NTP1: 10.20.0.2 + NTP2: 10.20.0.2 + NTP3: 10.20.0.2 interfaces_1: eth0: - fuelweb_admin |