lp://staging/~xavpaice/landscape-client-charm/lp1825267
- Get this branch:
- bzr branch lp://staging/~xavpaice/landscape-client-charm/lp1825267
Branch merges
- Xav Paice (community): Needs Resubmitting
- 🤖 Landscape Builder: Approve (test results)
- Landscape: Pending requested
-
Diff: 2620 lines (+1684/-161)24 files modifiedMakefile (+1/-2)
hooks/charmhelpers/__init__.py (+65/-4)
hooks/charmhelpers/core/hookenv.py (+450/-28)
hooks/charmhelpers/core/host.py (+170/-11)
hooks/charmhelpers/core/host_factory/centos.py (+16/-0)
hooks/charmhelpers/core/host_factory/ubuntu.py (+58/-0)
hooks/charmhelpers/core/kernel.py (+2/-2)
hooks/charmhelpers/core/services/base.py (+18/-7)
hooks/charmhelpers/core/strutils.py (+64/-5)
hooks/charmhelpers/core/sysctl.py (+21/-10)
hooks/charmhelpers/core/templating.py (+18/-9)
hooks/charmhelpers/core/unitdata.py (+8/-1)
hooks/charmhelpers/fetch/__init__.py (+19/-9)
hooks/charmhelpers/fetch/archiveurl.py (+1/-1)
hooks/charmhelpers/fetch/bzrurl.py (+2/-2)
hooks/charmhelpers/fetch/centos.py (+1/-1)
hooks/charmhelpers/fetch/giturl.py (+2/-2)
hooks/charmhelpers/fetch/python/__init__.py (+13/-0)
hooks/charmhelpers/fetch/python/debug.py (+54/-0)
hooks/charmhelpers/fetch/python/packages.py (+154/-0)
hooks/charmhelpers/fetch/python/rpdb.py (+56/-0)
hooks/charmhelpers/fetch/python/version.py (+32/-0)
hooks/charmhelpers/fetch/snap.py (+33/-5)
hooks/charmhelpers/fetch/ubuntu.py (+426/-62)
Related bugs
Related blueprints
Branch information
Recent revisions
- 66. By Simon Poirier
-
Merge 1750668_
bionic_ py3_support [f=1750668] [r=chad. smith,landscape -builder] [a=Simon Poirier]
Wrap hooks hooks to run on version used by landscape-client and correct a couple imports which changed. - 65. By Xav Paice
-
Merge landscape-
client- charm [f=1723363] [r=simpoir, landscape- builder] [a=Xav Paice]
add optional override for unattended-upgrades - 64. By Björn Tillenius
-
Merge update-source [f=1668166] [r=landscape-
builder, free.ekanayaka, ack] [a=Björn Tillenius]
Add the new origin/source and upgrade landscape-client if the origin is
changed after the deploy.Before origin was read only during the install hook, and we ignored any
changes to it after that. - 63. By Chad Smith
-
Merge add-apt-
repository- retries [f=] [r=landscape- builder, ericsnowcurrent ly] [a=Chad Smith]
Sync charmhelpers for add_source retries to avoid hook errors on network timeouts. Because of charmhelpers sync fetch._run_apt_ command moved to fetch.ubuntu. _run_apt_ command and fetch has new dependency on osplatform - 62. By Alberto Donato
-
Merge multi-series [f=] [r=ericsnowcurr
ently,danilo, landscape- builder] [a=Alberto Donato]
Make the charm multi-series (for trusty and xenial).
This also drops references (and backward compatible logic) for precise, since we don't support it anymore. - 61. By Andreas Hasenack
-
Merge ci-test-
makefile- target [f=1607043] [r=ack,simpoir] [a=Andreas Hasenack]
Add a ci-test makefile target that will run the tests and install any needed dependencies before. - 60. By Adam Collard
-
Merge juju_2_support [f=1572575] [r=bogdana,ack] [a=Adam Collard]
Add support for Juju 2.0's changed environment variable name.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/landscape-client-charm