add-relation fails due to bug? in reviewboard
Bug #1361843 reported by
Eric Snow
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Review Board |
Unknown
|
Unknown
|
|||
reviewboard (Juju Charms Collection) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Using 1.20.5 on trusty I get errors after adding the DB relation for the reviewboard charm. The errors are due to what looks like a bug in reviewboard, but I'm not sure. (I'll file a report there separately and link it here.)
Basically in reviewboard.
In the meantime, I'm pretty sure the charm can work around this by providing --admin-email and --company in the rb-site install args in hooks.py:
To post a comment you must log in.
$ juju status server- member- status: has-vote machine- 1 machine- 2 postgresql- 3
agent- state: started
agent- version: 1.20.5.1
public- address: 10.0.3.118 reviewboard- 1 rd/0:
agent- state: error
agent- state-info: 'hook failed: "db-relation- changed" for postgresql:db'
agent- version: 1.20.5.1
public- address: 10.0.3.94
environment: local
machines:
"0":
agent-state: started
agent-version: 1.20.5.1
dns-name: localhost
instance-id: localhost
series: trusty
state-
"1":
agent-state: started
agent-version: 1.20.5.1
dns-name: 10.0.3.118
instance-id: esnow-local-
series: trusty
hardware: arch=amd64
"2":
agent-state: started
agent-version: 1.20.5.1
dns-name: 10.0.3.94
instance-id: esnow-local-
series: precise
hardware: arch=amd64
services:
postgresql:
charm: cs:trusty/
exposed: false
relations:
db:
- reviewboard
replication:
- postgresql
units:
postgresql/0:
machine: "1"
open-ports:
- 5432/tcp
reviewboard:
charm: cs:precise/
exposed: false
relations:
db:
- postgresql
units:
reviewboa
machine: "2"
open-ports:
- 80/tcp