From 6ffd176509318935eae6dd554a5fb70c255c6db3 Mon Sep 17 00:00:00 2001 From: lmcdasm Date: Tue, 22 Dec 2015 01:10:46 -0500 Subject: 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 JIRA: 007 --- deploy/templates/virtual_environment_noha/conf/dea.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deploy') 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 -- cgit 1.2.3-korg