ceph-ansible/roles/ceph-common/tasks
Matthew Vernon a4d75c6ea6 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-10 03:50:27 +00:00
..
installs UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-10 03:50:27 +00:00
configure_cluster_name.yml use blocks directives to group tasks 2018-10-31 09:37:43 +01:00
configure_memory_allocator.yml Option to set TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES 2017-10-25 14:38:36 +01:00
create_rbd_client_dir.yml name includes and set_fact for clarity 2017-09-18 23:39:46 +02:00
main.yml common: do not override ceph_release when ceph_repository is 'rhcs' 2019-02-21 11:58:49 +01:00
release-rhcs.yml Avoid using tests as filter 2018-10-10 04:26:33 +00:00