bodhi: Map admin.stg.fp.o/updates to bodhi2

This will hopefully fix some of the remaining bugs that we're hitting, as well
as make it easier to test other tools against.
This commit is contained in:
Luke Macken 2015-07-06 22:27:44 +00:00
parent 49fc63d0ec
commit c11afe5673
2 changed files with 4 additions and 3 deletions

View file

@ -237,12 +237,13 @@
remotepath: /updates remotepath: /updates
localpath: /updates localpath: /updates
proxyurl: http://localhost:10009 proxyurl: http://localhost:10009
when: env != "staging"
- role: httpd/reverseproxy - role: httpd/reverseproxy
website: admin.fedoraproject.org website: admin.fedoraproject.org
destname: bodhi2 destname: bodhi2
remotepath: / remotepath: /
localpath: /bodhi2 localpath: /updates
proxyurl: http://localhost:10010 proxyurl: http://localhost:10010
when: env == "staging" when: env == "staging"

View file

@ -1,6 +1,6 @@
[filter:proxy-prefix] [filter:proxy-prefix]
use = egg:PasteDeploy#prefix use = egg:PasteDeploy#prefix
prefix = /bodhi2 prefix = /updates
scheme = https scheme = https
[app:main] [app:main]
@ -113,7 +113,7 @@ fedora_epel_master_repomd = 'http://download01.phx2.fedoraproject.org/pub/epel/%
## The base url of this application ## The base url of this application
base_address = https://admin.stg.fedoraproject.org/bodhi2/ base_address = https://admin.stg.fedoraproject.org/updates/
## Supported update types ## Supported update types
update_types = bugfix enhancement security newpackage update_types = bugfix enhancement security newpackage