]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
[RM-16524] Add the --nogpgcheck option 404/head
authorWanlong Gao <wanlong.gao@easystack.cn>
Wed, 15 Jun 2016 03:00:57 +0000 (11:00 +0800)
committerWanlong Gao <wanlong.gao@easystack.cn>
Wed, 29 Jun 2016 12:29:32 +0000 (20:29 +0800)
commit04c7f83d76bb53f29810ade2f14403dedaf24c94
tree396c0dd693ff272e0d3fcf61b8f968bcc26a7def
parent60ff3e322478737c6eaa70a166d247801781a86b
[RM-16524] Add the --nogpgcheck option

I met the deploy failure with local mirror and the official gpgkeys,
the error is like:

[node-1][WARNIN]  Failing package is: 1:librbd1-0.94.6-0.el7.x86_64
[node-1][WARNIN]  GPG Keys are configured as: file:///opt/ceph-deploy/repo/release.asc

Anyway, I do not care the gpg keys but want to install successfully
without gpgcheck.

Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
ceph_deploy/hosts/centos/install.py
ceph_deploy/hosts/fedora/install.py
ceph_deploy/hosts/rhel/install.py
ceph_deploy/hosts/suse/install.py
ceph_deploy/install.py
ceph_deploy/util/templates.py