Relation between Landscape client and server should include config info
Bug #1671680 reported by
Xav Paice
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Landscape Charm |
Triaged
|
Medium
|
Unassigned | ||
landscape-client (Juju Charms Collection) |
Triaged
|
Medium
|
Unassigned |
Bug Description
When configuring a relation between landscape-server and landscape-client, we need to add the following config items manually in order to make the connection:
* if using the selfsigned cert, we get the cert from /var/lib/
* we then configure that with juju config landscape-client ssl-public-
* set ping-url and url with the IP taken from the landscape-haproxy unit
Surely this is info that would be better gained from a relation rather than writing a script to do this every deployment.
Related branches
Changed in landscape-client (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in landscape-charm: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Ante Karamatić (ivoks) |
tags: | added: cpe-onsite |
tags: | added: cdo-qa-blocker |
tags: | added: foundations-engine |
tags: | removed: cpec |
Changed in landscape-charm: | |
assignee: | Ante Karamatić (ivoks) → nobody |
Changed in landscape-client (Juju Charms Collection): | |
assignee: | Ante Karamatić (ivoks) → nobody |
Changed in landscape-charm: | |
status: | In Progress → New |
Changed in landscape-client (Juju Charms Collection): | |
status: | In Progress → New |
Changed in landscape-charm: | |
status: | New → Confirmed |
Changed in landscape-client (Juju Charms Collection): | |
status: | New → Confirmed |
Changed in landscape-charm: | |
status: | Confirmed → Triaged |
Changed in landscape-client (Juju Charms Collection): | |
status: | Confirmed → Triaged |
To post a comment you must log in.
Totally agree. In fact I already started working on this, so expect some patches soon.