buildvm-s390x-14: allow varnish requests in
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7ecb1b1895
commit
0130c59311
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ lvm_size: 128000
|
||||||
main_bridge: br0
|
main_bridge: br0
|
||||||
mem_size: 25600
|
mem_size: 25600
|
||||||
num_cpus: 3
|
num_cpus: 3
|
||||||
|
tcp_ports: [
|
||||||
|
# allow incoming varnish requests to varnish cache
|
||||||
|
80
|
||||||
|
]
|
||||||
varnish_group: s390kojipkgs
|
varnish_group: s390kojipkgs
|
||||||
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
||||||
vmhost: bvmhost-s390x-01.s390.fedoraproject.org
|
vmhost: bvmhost-s390x-01.s390.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue