can't deploy to ubuntu 16.04 xenial
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceph (Juju Charms Collection) |
New
|
Undecided
|
Unassigned |
Bug Description
Seems that the repo added by the charm is incorrect
related Log:
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 DEBUG unit.ceph-
unit-ceph-mon-10: 15:18:10 ERROR juju.worker.
unit-ceph-mon-10: 15:18:10 DEBUG juju.worker.
unit-ceph-mon-10: 15:18:10 INFO juju.worker.uniter awaiting error resolution for "install" hook
unit-ceph-mon-10: 15:18:10 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install"
Solved by:
just going to the node and adjust the repo to:
'deb https:/
instead of
'deb http://
tags: | added: ceph-mon charm |
description: | updated |
The repository is correct, but you need to add the correct keys. /download. ceph.com/ keys/release. asc' | sudo apt-key add -
That is not possible via config at the moment, I think, I added the key via ssh
# wget -q -O- 'https:/
Greetings,
Christian