X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Finstall-ganeti.creole;h=eeef29ea79b5a0ae0865dc2d4aa8bc6731cc91db;hb=8786b8ca068c2afd2aff24e1e942741ab2246ccf;hp=a28f5b4c844b8eaa3e0a2228b76bd45ed0640978;hpb=1b67953c3e1dc8a4e9a351f0a52e647159212d03;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index a28f5b4..eeef29e 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -177,7 +177,7 @@ Note the following: For each slave node (only bar for this example): -on the slave, append the master's /etc/ssh/ssh_host_rsa_key to +on the slave, append the master's /etc/ssh/ssh_host_rsa_key.pub to /etc/ssh/userkeys/root. This is only required temporarily - once everything works puppet will put it/keep it there. @@ -288,14 +288,11 @@ When creating the instance, indicate both netwokrs: --os-size 4GiB \ --os-type debootstrap+dsa \ --hypervisor-parameters kvm:initrd_path=,kernel_path= \ - --net 0:ip=A.B.C.4,1:ip=E.F.G.4 \ + --net 0:ip=A.B.C.4 \ + --net 1:ip=E.F.G.4 \ qux.debian.org }}} -Please note that the dsa bootscript will only configure eth1 (nic0). If -specifying a second internface, the guest operating system must be updated -manually. - When updating an existing instance, add the interface: {{{