X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=7308ca2e9e9f6d57c984934c95dff8a03dca37bf;hb=a87fb465f5d18ab4ad353906fa63de7911b8350c;hp=79a2ba16a608b75334f94774a3255288d40d8bec;hpb=2bb51a5d76d106f4ea097f5a075e24a848de5bd5;p=dsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 79a2ba16..7308ca2e 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -39,4 +39,10 @@ class ganeti2 { rule => 'proto tcp mod state state (NEW) dport (11000:11999) @subchain \'drbd\' { saddr ($HOST_GANETI_BACKEND_V4) daddr ($HOST_GANETI_BACKEND_V4) ACCEPT; }', notarule => true, } + + @ferm::rule { 'dsa-ganeti-migrate': + description => 'allow kvm to migrate instances', + rule => 'proto tcp dport 8102 @subchain \'kvm-migrate\' { saddr ($HOST_GANETI_BACKEND_V4) daddr ($HOST_GANETI_BACKEND_V4) ACCEPT; }', + notarule => true, + } }