gitea: open port 3081

I476674036748d284b9f51e30cc2ffc9650a50541 did not open port 3081 so
the proxy isn't visible.  Also this group variable is a better place
to update the setting.

Change-Id: Iad0696221bb9a19852e4ce7cbe06b06ab360cf11
This commit is contained in:
Ian Wienand 2020-07-08 13:54:44 +10:00
parent e15c702df6
commit 5f2e6c43a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
gitea_root_email: infra-root@openstack.org
gitea_gerrit_public_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVuhTMAz1H2Jr9AC3py9A0vlNna6Sdt4yrvZOayxukPqQ7GPZd+Mo7MVyypxLD479N2mA09JAdsbq1eTiPP8ksEkB+dNxZzw8mY1653R/IXSW6J9xPcoDa88HF2s/xHN24IWzgiDjNNe79AQ+sKleByEQZ++xXny3MRpy258hKUvAtjjOLOnM1PBs8JNOzBL+UPgWRgSX6GG0qywJZqjD1Qx5kvH9RTRLi+tcMhEi4laN7BYvn4csY0sYzTzPG4ZTu3ootIJoRlQGtQ0LmoFO1vSwyEJUags6/ZZGjgy3jl3kwcU/b8ZnFlF4MDw1OB1QqMb4r6bMHbXNIupp4zJbz gerrit-replication-2014-04-25
# NOTE(ianw) 2020-07-08 : turned on hopefully temporarily
# http://lists.opendev.org/pipermail/service-discuss/2020-July/000054.html
gitea_reverse_proxy: true
iptables_extra_public_tcp_ports:
- 222
- 3000
- 3080
- 3081 # see above; reverse proxy

View File

@ -1,2 +1,2 @@
gitea_no_log: true
gitea_reverse_proxy: true
gitea_reverse_proxy: false