ceph-ansible/roles
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
..
ceph-agent don't use "include" to include tasks 2018-09-27 17:53:40 +02:00
ceph-client client: change default pool size 2018-11-29 01:49:05 +00:00
ceph-common UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 16:54:37 +00:00
ceph-common-coreos don't use "include" to include tasks 2018-09-27 17:53:40 +02:00
ceph-config mon/rgw: use last ipv6 address 2019-04-09 06:17:27 +02:00
ceph-defaults UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 16:54:37 +00:00
ceph-docker-common validate: change default value for `radosgw_address` 2018-11-28 23:54:06 +01:00
ceph-facts Set the default crush rule in ceph.conf 2019-03-14 14:48:03 +00:00
ceph-fetch-keys ceph-fetch-keys: refact 2018-10-17 11:26:11 +00:00
ceph-handler mon/rgw: use last ipv6 address 2019-04-09 06:17:27 +02:00
ceph-infra setup_ntp: call handler to disable ntpd if chronyd used 2019-02-15 09:09:36 +00:00
ceph-iscsi-gw iscsi: fix permission denied error 2019-02-11 16:17:44 +00:00
ceph-mds UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 16:54:37 +00:00
ceph-mgr UCA: Uncomment UCA variables in defaults, fix consequent breakage 2019-04-09 16:54:37 +00:00
ceph-mon mon/rgw: use last ipv6 address 2019-04-09 06:17:27 +02:00
ceph-nfs defaults: change default value for ceph_docker_image_tag 2019-03-21 18:37:21 +00:00
ceph-osd ceph-osd: Drop memory flag with bluestore 2019-04-09 13:26:20 +00:00
ceph-rbd-mirror rbd-mirror: enable ceph-rbd-mirror.target 2018-11-09 16:48:35 +01:00
ceph-restapi Change docker_container parameter network to network_mode 2019-03-18 13:23:10 +00:00
ceph-rgw rgw multisite: add more than 1 rgw to the master or secondary zone 2019-04-06 08:50:30 +00:00
ceph-validate/tasks ceph-validate: fail if there's no ipaddr available in monitor_address_block subnet 2019-03-18 18:31:18 +00:00
ceph.ceph-common rollback previous change for ceph-common change 2016-03-02 18:44:36 +01:00
ceph.ceph-docker-common ceph-docker-common: add symlink to ceph.ceph-docker-common 2017-01-16 10:42:42 -06:00