[Ovirt-devel] [PATCH ovirt-appliance] configure node5 to persist config and node3 stateless

Alan Pevec apevec at redhat.com
Thu Oct 9 15:33:45 UTC 2008


People are usually starting node3 and get confused after appliance
reinstallation, since persisted old keytab is not valid anymore.

NOTE: there's a script ovirt-release/misc-scripts/ovirt-reset-fake-nodes
to wipe local storage of all 'fake' Nodes

Signed-off-by: Alan Pevec <apevec at redhat.com>
---
 ovirt-appliance.ks |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ovirt-appliance.ks b/ovirt-appliance.ks
index 0fd5186..28f171e 100644
--- a/ovirt-appliance.ks
+++ b/ovirt-appliance.ks
@@ -121,11 +121,11 @@ cobbler distro add --name="oVirt-Node-$arch" --arch=$arch \
   --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=ttyS0,115200n8 console=tty0"
 cobbler profile add --name=oVirt-Node-$arch --distro=oVirt-Node-$arch
 cobbler system add --netboot-enabled=1 --profile=oVirt-Node-$arch \
-  --name=node3 --mac=00:16:3e:12:34:57 --kopts="ovirt_init=scsi"
+  --name=node3 --mac=00:16:3e:12:34:57
 cobbler system add --netboot-enabled=1 --profile=oVirt-Node-$arch \
   --name=node4 --mac=00:16:3e:12:34:58 --kopts="ovirt_init=scsi ovirt_local_boot"
 cobbler system add --netboot-enabled=1 --profile=oVirt-Node-$arch \
-  --name=node5 --mac=00:16:3e:12:34:59
+  --name=node5 --mac=00:16:3e:12:34:59 --kopts="ovirt_init=scsi"
 set +x
 echo "Add new oVirt Nodes as Cobbler systems to make them PXE boot oVirt Node image directly."
 echo "oVirt-Node-$arch is also default boot option in Cobbler menu"
-- 
1.5.5.1




More information about the ovirt-devel mailing list