diff --git a/README b/README index 4ed39562..0f3173af 100644 --- a/README +++ b/README @@ -39,4 +39,10 @@ You can then deploy this charm by simple doing:: Once the ceph charm has bootstrapped the cluster, it will notify the ceph-osd charm which will scan for the configured storage devices and add them to the pool of available storage. - \ No newline at end of file + +Contact Information +=================== + +Author: James Page +Report bugs at: http://bugs.launchpad.net/charms/+source/ceph-osd/+filebug +Location: http://jujucharms.com/charms/ceph-osd \ No newline at end of file diff --git a/hooks/hooks.py b/hooks/hooks.py index 96a15b3c..b1edb38a 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -25,7 +25,7 @@ def install_upstart_scripts(): def install(): utils.juju_log('INFO', 'Begin install hook.') utils.configure_source() - utils.install('ceph', 'gdisk') + utils.install('ceph', 'gdisk', 'ntp') install_upstart_scripts() utils.juju_log('INFO', 'End install hook.')