]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: open UDP ports required by NFS 834/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 31 Mar 2016 14:12:42 +0000 (16:12 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 31 Mar 2016 14:15:29 +0000 (16:15 +0200)
http://tracker.ceph.com/issues/13980 Fixes: #13980

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/openstack/__init__.py

index 3746de24b5898ac15fe9233a671853049b3fe18e..7bef4d19f8759195864af0731e807ead65d1a97d 100644 (file)
@@ -687,6 +687,9 @@ ssh access           : ssh {identity}{username}@{ip} # logs in /usr/share/nginx/
 openstack security group create teuthology
 openstack security group rule create --dst-port 1:65535 teuthology
 openstack security group rule create --proto udp --dst-port 53 teuthology # dns
+openstack security group rule create --proto udp --dst-port 111 teuthology # for nfs
+openstack security group rule create --proto udp --dst-port 2049 teuthology # for nfs
+openstack security group rule create --proto udp --dst-port 16000:65535 teuthology # for nfs
         """)
 
     @staticmethod