ceph-ansible/roles/ceph-common/tasks/installs
Matt Thompson a227a50ab2 Control when ceph packages get updated
Currently, all the ceph package installation resources use
"state=latest", which means subsequent runs of the ceph playbooks
could result in ceph being upgraded if there are package updates
available in the selected repo.

This commit adds a new variable to ceph-common called
'upgrade_ceph_packages' which defaults to False.  This variable is used
in the package installation resources for ceph packages to determine if
the resource should use "state=present" or "state=latest".  If the
variable gets set to True, "state=latest" will be used.

Additionally, we update rolling_update.yml to override
upgrade_ceph_packages to true to permit package upgrades in this
context specifically.

Closes issue #506
2016-02-02 09:56:40 +00:00
..
debian_ceph_repository.yml Necessary change to work on ansible v2 2016-01-25 11:21:30 +01:00
install_on_debian.yml Control when ceph packages get updated 2016-02-02 09:56:40 +00:00
install_on_redhat.yml Control when ceph packages get updated 2016-02-02 09:56:40 +00:00
install_rgw_on_debian.yml Refactor ceph-common, adjust styling 2015-09-03 21:09:33 -05:00
install_rgw_on_redhat.yml use dnf when yum is not available 2016-01-28 19:11:22 +01:00
redhat_ceph_repository.yml fix type on ice template 2016-01-29 01:15:32 +01:00