Skip to content

Commit 10237bf

Browse files
authored
Merge pull request #5 from sabaini/fix/remove-ntp
ceph-proxy: remove ntp
2 parents 40645dc + 2b19c69 commit 10237bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ceph-proxy/hooks/ceph.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
PEON = 'peon'
4747
QUORUM = [LEADER, PEON]
4848

49-
PACKAGES = ['ceph', 'gdisk', 'ntp', 'btrfs-tools', 'xfsprogs']
50-
PACKAGES_FOCAL = ['ceph', 'gdisk', 'ntp', 'btrfs-progs', 'xfsprogs']
49+
PACKAGES = ['ceph', 'gdisk', 'btrfs-tools', 'xfsprogs']
50+
PACKAGES_FOCAL = ['ceph', 'gdisk', 'btrfs-progs', 'xfsprogs']
5151

5252

5353
def ceph_user():

ceph-proxy/tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ deps = -r{toxinidir}/requirements.txt
9090
basepython = python3
9191
deps = flake8
9292
charm-tools
93-
commands = flake8 {posargs} unit_tests tests actions files src
93+
commands = flake8 {posargs} unit_tests tests actions files
9494

9595
[testenv:cover]
9696
# Technique based heavily upon

tests/scripts/actionutils.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)