X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Finstall-ganeti.creole;h=85f1476b554305410907e0484d7c166b06f41848;hb=9f4de943db239b7f0837865e5d47ee092d8a6109;hp=65647ba44dbaf7a7afc54bca29eeb3b079677bb6;hpb=3dd7afb73a197eb724d681c52d42922a57e285a8;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 65647ba..85f1476 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -243,6 +243,7 @@ Note the following: * the primary and secondary nodes have been explicitly set * the operating system type is 'debootstrap+dsa' * the network interfarce 0 (eth1 on the system) is set to the instance's interface on the public network +* If qux.d.o does not yet exist in DNS/LDAP, you may need --no-ip-check --no-name-check. Be careful that the hostname and IP address are not taken already! ---- @@ -288,16 +289,19 @@ 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:link=br1,ip=E.F.G.4 \ qux.debian.org }}} +* If qux.d.o does not yet exist in DNS/LDAP, you may need --no-ip-check --no-name-check. Be careful that the hostname and IP address are not taken already! + When updating an existing instance, add the interface: {{{ gnt-instance shutdown qux.debian.org gnt-instance modify \ - --net add:ip=E.F.G.4 \ + --net add:link=br1,ip=E.F.G.4 \ qux.debian.org gnt-instance startup qux.debian.org }}}