ceph-ansible/group_vars
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
..
all.sample Control when ceph packages get updated 2016-02-02 09:56:40 +00:00
mdss.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
mons.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
osds.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
restapis.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00
rgws.sample Ability to collocate bare metal and container 2015-10-21 23:18:22 +02:00