Closed
Bug 1155027
Opened 10 years ago
Closed 10 years ago
Deploy slaveloan 0.1
Categories
(Infrastructure & Operations :: RelOps: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
Details
I just deployed to staging, will do prod tomorrow.
For docs sake:
installed the following to relengweb's pypi:
* six-1.9.0 --> https://pypi.python.org/packages/3.3/s/six/six-1.9.0-py2.py3-none-any.whl
* furl-0.4.5 --> https://pypi.python.org/packages/source/f/furl/furl-0.4.5.tar.gz
* orderedmultidict-0.7.5.tar.gz --> https://pypi.python.org/packages/source/o/orderedmultidict/orderedmultidict-0.7.5.tar.gz
* relengapi-slaveloan-0.1 --> manually created
I then ran update, then ran the relengapi createdb
for relengapi settings I added the following:
@@ -42,3 +42,2 @@
'tooltool.upload.public',
+ 'slaveloan.admin',
]
...
TOOLTOOL_ALLOW_ANONYMOUS_PUBLIC_DOWNLOAD = True
+
+BUGZILLA_URL = "https://bugzilla-dev.allizom.org/rest/"
+BUGZILLA_USER = "slaveapi@mozilla.releng.tld"
+BUGZILLA_PASS = "<password>"
+SLAVEALLOC_URL = "http://slavealloc.pvt.build.mozilla.org/api/"
+SLAVEAPI_URL = "http://slaveapi-dev1.build.mozilla.org:8080/slaves/"
+
+SERVER_NAME = "api-pub-build.allizom.org"
Assignee | ||
Comment 1•10 years ago
|
||
And deployed to prod with proper server_name and url's to prod servers.
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•