change in Fuel VM name 14/914/1
authorSzilard Cserey <szilard.cserey@ericsson.com>
Mon, 29 Jun 2015 12:44:10 +0000 (14:44 +0200)
committerSzilard Cserey <szilard.cserey@ericsson.com>
Mon, 29 Jun 2015 12:47:53 +0000 (14:47 +0200)
for eliminating the conflict between prototype and production autodeployers

JIRA: [BGS-2] Create Fuel deployment script

Change-Id: Ib12d3643dd07a3dcbc8b8d19593385348b583ad2
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
fuel/deploy/baremetal/conf/ericsson_montreal_lab/ha/dha.yaml
fuel/deploy/baremetal/conf/ericsson_montreal_lab/multinode/dha.yaml
fuel/deploy/baremetal/conf/linux_foundation_lab/ha/dha.yaml
fuel/deploy/baremetal/conf/linux_foundation_lab/multinode/dha.yaml
fuel/deploy/baremetal/vms/fuel_lf.xml
fuel/deploy/environments/virtual_fuel.py

index 562d6cd..1f87d52 100644 (file)
@@ -44,7 +44,7 @@ nodes:
 # Adding the Fuel node as node id 7 which may not be correct - please
 # adjust as needed.
 - id: 7
-  libvirtName: vFuel
+  libvirtName: fuel-opnfv
   libvirtTemplate: baremetal/vms/fuel.xml
   isFuel: yes
   username: root
index 562d6cd..1f87d52 100644 (file)
@@ -44,7 +44,7 @@ nodes:
 # Adding the Fuel node as node id 7 which may not be correct - please
 # adjust as needed.
 - id: 7
-  libvirtName: vFuel
+  libvirtName: fuel-opnfv
   libvirtTemplate: baremetal/vms/fuel.xml
   isFuel: yes
   username: root
index 5acd389..d7f00c7 100644 (file)
@@ -39,7 +39,7 @@ nodes:
 # Adding the Fuel node as node id 6 which may not be correct - please
 # adjust as needed.
 - id: 6
-  libvirtName: vFuel
+  libvirtName: fuel-opnfv
   libvirtTemplate: baremetal/vms/fuel_lf.xml
   isFuel: yes
   username: root
index 5acd389..d7f00c7 100644 (file)
@@ -39,7 +39,7 @@ nodes:
 # Adding the Fuel node as node id 6 which may not be correct - please
 # adjust as needed.
 - id: 6
-  libvirtName: vFuel
+  libvirtName: fuel-opnfv
   libvirtTemplate: baremetal/vms/fuel_lf.xml
   isFuel: yes
   username: root
index 2dd9738..31b5490 100644 (file)
@@ -1,5 +1,5 @@
 <domain type='kvm' id='62'>
-  <name>vFuel</name>
+  <name>fuel</name>
   <memory unit='KiB'>8290304</memory>
   <currentMemory unit='KiB'>8290304</currentMemory>
   <vcpu placement='static'>4</vcpu>
index 1f939f0..f8b6791 100644 (file)
@@ -11,8 +11,7 @@ check_if_root = common.check_if_root
 class VirtualFuel(ExecutionEnvironment):
 
     def __init__(self, storage_dir, pxe_bridge, dha_file, root_dir):
-        super(VirtualFuel, self).__init__(
-            storage_dir, dha_file, root_dir)
+        super(VirtualFuel, self).__init__(storage_dir, dha_file, root_dir)
         self.pxe_bridge = pxe_bridge
 
     def set_vm_nic(self, temp_vm_file):