add port 222 to qadevel-stg for ssh

This commit is contained in:
Tim Flink 2015-01-30 22:25:27 +00:00
parent 475b0e4e8f
commit 758cd8b1bb

View file

@ -20,6 +20,7 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
--network=bridge=br0 --autostart --noautoconsole
sshd_config: ssh/sshd_config.qadevel
tcp_ports: [ 80, 443, "{{ buildslave_port }}", 222 ]
buildmaster_db_host: localhost
buildmaster_template: ci.master.cfg.j2