ceph-ansible/group_vars
Matthew Vernon a8c9b65d13 UCA: Uncomment UCA variables in defaults, fix consequent breakage
The Ubuntu Cloud Archive-related (UCA) defaults in
roles/ceph-defaults/defaults/main.yml were commented out, which means
if you set `ceph_repository` to "uca", you get undefined variable
errors, e.g.

```
The task includes an option with an undefined variable. The error was: 'ceph_stable_repo_uca' is undefined

The error appears to have been in '/nfs/users/nfs_m/mv3/software/ceph-ansible/roles/ceph-common/tasks/installs/debian_uca_repository.yml': line 6, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- name: add ubuntu cloud archive repository
  ^ here

```

Unfortunately, uncommenting these results in some other breakage,
because further roles were written that use the fact of
`ceph_stable_release_uca` being defined as a proxy for "we're using
UCA", so try and install packages from the bionic-updates/queens
release, for example, which doesn't work. So there are a few `apt` tasks
that need modifying to not use `ceph_stable_release_uca` unless
`ceph_origin` is `repository` and `ceph_repository` is `uca`.

Closes: #3475
Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>
(cherry picked from commit 9dd913cf8a)
2019-04-09 16:54:37 +00:00
..
agent.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
all.yml.sample UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 16:54:37 +00:00
ceph-fetch-keys.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
clients.yml.sample client: change default pool size 2018-11-29 01:49:05 +00:00
common-coreoss.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
docker-commons.yml.sample docker: fix monitors name 2017-04-10 15:13:12 +02:00
factss.yml.sample ceph-facts: resync group_vars file 2019-01-14 18:54:46 +00:00
iscsigws.yml.sample refact osd pool size customization 2018-11-29 01:49:05 +00:00
mdss.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
mgrs.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
mons.yml.sample mon: Move client admin variable to defaults 2019-02-27 20:03:13 +00:00
nfss.yml.sample defaults: change default value for ceph_docker_image_tag 2019-03-21 18:37:21 +00:00
osds.yml.sample osd: support numactl options on OSD activate 2019-03-11 09:50:29 +00:00
rbdmirrors.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
restapis.yml.sample docker: simplify variable declaration 2017-09-09 01:22:06 +02:00
rgws.yml.sample radosgw: Raise cpu limit to 8 2019-04-04 19:14:28 +02:00
rhcs.yml.sample UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 16:54:37 +00:00