ceph-ansible/tests/functional/centos/7
Sébastien Han 7012835d2b ci: stop using different images on the same run
There is no point of using hosts running on atomic AND centos hosts. So
let's run containerized scenarios on Atomic only.

This solves this error here:

```
fatal: [client2]: FAILED! => {
    "failed": true
}

MSG:

The conditional check 'ceph_current_status.rc == 0' failed. The error was: error while evaluating conditional (ceph_current_status.rc == 0): 'dict object' has no attribute 'rc'

The error appears to have been in '/home/jenkins-build/build/workspace/ceph-ansible-nightly-luminous-stable-3.1-ooo_collocation/roles/ceph-defaults/tasks/facts.yml': line 74, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- name: set_fact ceph_current_status (convert to json)
  ^ here
```

From https://2.jenkins.ceph.com/view/ceph-ansible-stable3.1/job/ceph-ansible-nightly-luminous-stable-3.1-ooo_collocation/37/consoleFull#1765217701b5dd38fa-a56e-4233-a5ca-584604e56e3a

What's happening here is all the hosts excepts the clients are running atomic, so here: https://github.com/ceph/ceph-ansible/blob/master/site-docker.yml.sample#L62
The condition will skipped all the nodes excepts the clients, thus when running ceph-default, the task "is ceph running already?" is skipped but the task above needs the rc of the skipped task.
This is not an error from the playbook, it's a CI setup issue.

Signed-off-by: Sébastien Han <seb@redhat.com>
2018-08-23 16:13:54 +02:00
..
bs-lvm-osds remove kernel.pid_max 2018-02-23 13:57:57 +01:00
bs-osds-container rgws: renames create_pools variable with rgw_create_pools. 2018-06-04 06:23:42 +02:00
bs-osds-non-container rgws: renames create_pools variable with rgw_create_pools. 2018-06-04 06:23:42 +02:00
cluster tests: leave an OSD node in default crush root 2018-07-26 18:47:10 +00:00
docker test: follow up on osd_crush_location for containers 2018-08-07 16:20:13 +00:00
docker-collocation ci: stop using different images on the same run 2018-08-23 16:13:54 +02:00
fs-osds-container rgws: renames create_pools variable with rgw_create_pools. 2018-06-04 06:23:42 +02:00
fs-osds-non-container rgws: renames create_pools variable with rgw_create_pools. 2018-06-04 06:23:42 +02:00
infra_lv_create tests: adds a testing scenario for lv-create and lv-teardown 2018-08-16 16:38:23 +02:00
lvm-batch tests: adds crush_device_class to lvm-batch scenario 2018-08-09 09:41:58 -04:00
lvm-osds remove kernel.pid_max 2018-02-23 13:57:57 +01:00
ooo-collocation ci: stop using different images on the same run 2018-08-23 16:13:54 +02:00
shrink_osd test: remove osd_crush_location from shrink scenarios 2018-08-07 16:20:13 +00:00
shrink_osd_container test: remove osd_crush_location from shrink scenarios 2018-08-07 16:20:13 +00:00