scripts: Add autocluster-test-ctdb script
[tridge/autocluster.git] / TODO
1 * Debian guests
2
3 * GlusterFS
4
5 * Attempt to make Ansible tasks idempotent
6
7   At the moment it looks like this:
8
9     PLAY RECAP ****************************************************************
10     m1ad1                      : ok=35   changed=1    unreachable=0    failed=0
11     m1base1                    : ok=28   changed=0    unreachable=0    failed=0
12     m1build1                   : ok=33   changed=2    unreachable=0    failed=0
13     m1cbuild1                  : ok=39   changed=3    unreachable=0    failed=0
14     m1n1                       : ok=89   changed=22   unreachable=0    failed=0
15     m1n2                       : ok=73   changed=14   unreachable=0    failed=0
16     m1n3                       : ok=73   changed=14   unreachable=0    failed=0
17
18 * Containers
19
20   - Vagrant CentOS 7 docker image (roboxes./centos7) can not be used
21     with Vagrant: no vagrant user
22
23   - Vagrant CentOS 7 docker image (roboxes./centos7) can not be
24     upgraded: RPM checksum failure on a systemd package
25
26   - systemd + selinux + Docker == raging dumpster fire
27
28     Must run host in permissive mode
29
30   - Vagrant does not set up private networks in Docker containers