Set correct release for ceph pin
This patch sets the correct release name for Ceph packages. It was originally `Inktank` but it has now changed to `RedHat`. The `ceph_pin_pref.j2` file was removed since it isn't used by any of the tasks in the role. Closes-Bug: 1646855 Change-Id: If45055cdcaebbc47e6091bac84adf8bec00f8bec
This commit is contained in:
parent
bc5e7f6aac
commit
5aea478fc3
@ -42,7 +42,7 @@ ceph_client_package_state: "latest"
|
||||
# unlike the other options does not attempt to manage package keys or add additional
|
||||
# package repositories.
|
||||
ceph_pkg_source: ceph
|
||||
ceph_apt_pinned_packages: [{ package: "*", release: Inktank, priority: 1001 }]
|
||||
ceph_apt_pinned_packages: [{ package: "*", release: "RedHat", priority: 1001 }]
|
||||
|
||||
# Ubuntu Cloud Archive mirror URL
|
||||
# This is only used if 'uca' is the selected option for ceph_pkg_source
|
||||
|
@ -1,5 +0,0 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
Package: *
|
||||
Pin: release o=Inktank
|
||||
Pin-Priority: 1001
|
Loading…
x
Reference in New Issue
Block a user