Merge lp://staging/~mthaddon/charm-haproxy/jammy into lp://staging/charm-haproxy
Status: | Merged |
---|---|
Approved by: | Haw Loeung |
Approved revision: | 155 |
Merged at revision: | 155 |
Proposed branch: | lp://staging/~mthaddon/charm-haproxy/jammy |
Merge into: | lp://staging/charm-haproxy |
Diff against target: |
42 lines (+6/-3) 3 files modified
charmcraft.yaml (+2/-0) hooks/hooks.py (+3/-3) metadata.yaml (+1/-0) |
To merge this branch: | bzr merge lp://staging/~mthaddon/charm-haproxy/jammy |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Haw Loeung | +1 | Approve | |
Canonical IS Reviewers | Pending | ||
Review via email: mp+446763@code.staging.launchpad.net |
Commit message
Add support for jammy
Description of the change
Add support for jammy.
I've done a test install of all supported series, and then also confirmed I can relate the new pollen charm to the HAProxy charm on jammy and can query both:
```
mthaddon@
<13>Jul 13 11:57:44 pollinate[1641944]: client sent challenge to [http://
<13>Jul 13 11:57:44 pollinate[1641944]: client verified challenge/response with [http://
�!ȹ��
�E�����
<13>Jul 13 11:57:44 pollinate[1641944]: client successfully seeded [-]
mthaddon@
mthaddon@
<13>Jul 13 11:57:59 pollinate[1642040]: client sent challenge to [http://
<13>Jul 13 11:57:59 pollinate[1642040]: client verified challenge/response with [http://
)8�U��~
<13>Jul 13 11:57:59 pollinate[1642040]: client successfully seeded [-]
mthaddon@
mthaddon@
Model Controller Cloud/Region Version SLA Timestamp
default localhost-localhost localhost/localhost 2.9.43 unsupported 11:59:15+02:00
App Version Status Scale Charm Channel Rev Exposed Message
bionic active 1 haproxy 0 no Unit is ready
focal active 1 haproxy 0 no Unit is ready
jammy active 1 haproxy 0 no Unit is ready
pollen active 1 pollen edge 3 no
xenial active 1 haproxy 0 no Unit is ready
Unit Workload Agent Machine Public address Ports Message
bionic/0* active idle 1 10.46.16.31 Unit is ready
focal/0* active idle 2 10.46.16.176 Unit is ready
jammy/0* active idle 3 10.46.16.58 80/tcp Unit is ready
pollen/0* active idle 4 10.46.16.213
xenial/0* active idle 0 10.46.16.28 Unit is ready
Machine State Address Inst id Series AZ Message
0 started 10.46.16.28 juju-72706c-0 xenial Running
1 started 10.46.16.31 juju-72706c-1 bionic Running
2 started 10.46.16.176 juju-72706c-2 focal Running
3 started 10.46.16.58 juju-72706c-3 jammy Running
4 started 10.46.16.213 juju-72706c-4 jammy Running
mthaddon@
```
This merge proposal is being monitored by mergebot. Change the status to Approved to merge.