Fix apt pinning for ceph

Ceph apt pinning need to pin to ceph.com instead of RedHat.
apt policy :

1001 http://download.ceph.com/debian-luminous xenial/main amd64 Packages
     release o=ceph.com,a=stable,n=xenial,c=main,b=amd64
     origin download.ceph.com

Change-Id: Ib95e96130a06d3dd92aa237080a04f762995a729
This commit is contained in:
Marc Gariepy 2018-09-26 09:53:40 -04:00
parent d285fe6602
commit cdee58123d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ceph_client_package_state: "latest"
# package repositories.
ceph_pkg_source: ceph
ceph_stable_release: luminous
ceph_apt_pinned_packages: [{ package: "*", release: "RedHat", priority: 1001 }]
ceph_apt_pinned_packages: [{ package: "*", release: "ceph.com", priority: 1001 }]
# Ubuntu Cloud Archive mirror URL
# This is only used if 'uca' is the selected option for ceph_pkg_source