From 255d8091e10d624714221e9e270389fab0ec9482 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 14 Apr 2016 16:03:58 -0700 Subject: [PATCH] Set the debian ceph key id to proper value Turns out we got the wrong hash before :( but thankfully reprepro didn't funciton in that state. Get the ids correct so reprepro can do its job. Change-Id: Ic8e5f3ebfea681b289e1f5381134df4e0485af3d --- .../files/reprepro/debian-ceph-hammer-updates | 2 +- modules/openstack_project/manifests/mirror_update.pp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/files/reprepro/debian-ceph-hammer-updates b/modules/openstack_project/files/reprepro/debian-ceph-hammer-updates index b23219eafd..a8cbbc2e69 100644 --- a/modules/openstack_project/files/reprepro/debian-ceph-hammer-updates +++ b/modules/openstack_project/files/reprepro/debian-ceph-hammer-updates @@ -4,4 +4,4 @@ Components: main UDebComponents: main Architectures: amd64 GetInRelease: no -VerifyRelease: ecf8427e +VerifyRelease: 460f3994 diff --git a/modules/openstack_project/manifests/mirror_update.pp b/modules/openstack_project/manifests/mirror_update.pp index ab44f15cf5..b5e3b48eb2 100644 --- a/modules/openstack_project/manifests/mirror_update.pp +++ b/modules/openstack_project/manifests/mirror_update.pp @@ -187,8 +187,8 @@ class openstack_project::mirror_update ( gnupg_key { 'Ceph Archive': ensure => present, - # D41D8CD98F00B204E9800998ECF8427E - key_id => 'E9800998ECF8427E', + # 08B7 3419 AC32 B4E9 66C1 A330 E84A C2C0 460F 3994 + key_id => 'E84AC2C0460F3994', user => 'root', key_type => 'public', key_source => 'puppet:///modules/openstack_project/reprepro/ceph-mirror-gpg-key.asc',