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:
Major Hayden 2017-01-04 10:03:50 -06:00
parent bc5e7f6aac
commit 5aea478fc3
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -1,5 +0,0 @@
# {{ ansible_managed }}
Package: *
Pin: release o=Inktank
Pin-Priority: 1001