~ec0/ntp-charm/+git/ntp-charm:master

Last commit made on 2016-12-07
Get this branch:
git clone -b master https://git.launchpad.net/~ec0/ntp-charm/+git/ntp-charm
Only James Hebden can upload to this branch. If you are James Hebden please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ec0/ntp-charm/+git/ntp-charm

Recent commits

b389b41... by James Hebden

[jhebden, r=paulgear] Added orphan operation

084266b... by Stuart Bishop

[paulgear,r=stub] Provide NTP master functionality

This ntp subordinate charm can now replace the ntpmaster charm.

c3f5b2b... by Paul Gear

Provide ntpmaster interface

This adds the last required functionality to allow the combination of ntp + ubuntu to completely replace ntpmaster.

3e33880... by Paul Gear

Update default configuration

- Always collect stats; only takes a few MB and gathers useful statistics
- Never exit if the offset gets too high

e000a1d... by Stuart Bishop

[paulgear,r=stub] If exposed, allow use as an NTP server as well as a client

c3b87f0... by Junien F

[blahdeblah,r=axino,r=stub] Use "pool" directive instead of "server". And some misc fixes.

b256eca... by Paul Gear

Open port so charm can be used as an NTP server if juju exposed

7ea27df... by Paul Gear

Use pool directive for servers; update/clarify documentation

f938f86... by Paul Gear

[jamespage] Rework status assessement for Juju 2.0

Introduce assess_status function that is run after every hook
execution.

This function sets the workload version based on the version
of the ntp package installed, and the status of the unit based
on whether the ntp daemon is running or not.

(Includes charmhelpers update.)

4814ce4... by James Page

Rework status assessement for Juju 2.0

Introduce assess_status function that is run after every hook
execution.

This function sets the workload version based on the version
of the ntp package installed, and the status of the unit based
on whether the ntp daemon is running or not.