openstack-ansible/releasenotes/notes/haproxy-git-server-backend-862e004e61a43292.yaml
Kevin Carter 99ffcf3e0f
Implement git server HAP backend
This change implements the git server backend by changing the variable
``openstack_repo_git_url`` from using the http backend to using the
generic git protocol.

This change was made possible by "f59bafd778b081b1e0bf4dee9cd14995346ab8a1"
and is being done in support of "https://review.openstack.org/#/c/346154/"
which removes the fastcgi wrapper around the git daemon. This will allow
for faster more reliable internal git clones and better multi-os support.

Change-Id: I09bc504490d4b5114895f7f646fc8254748a7f41
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-07-25 11:00:12 -05:00

9 lines
309 B
YAML

---
upgrade:
- Haproxy has a new backend to support using the repo
server nodes as a git server. The new backend
is called "repo_git" and uses port "9418".
Default ACLs have been created to lock down the port's
availability to only internal networks originating from
an RFC1918 address.