This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
ceph-ansible
/
tests
/
functional
/
shrink_mon
/
hosts-switch-to-containers
20 lines
104 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
tests: reorganize directories layout This commit reorganizes the testing directory layout. The idea is to have more consistency with the names of scenario and their corresponding path, eg: non-container vs. container: each scenario has a subdirectory for container deployment. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-14 19:01:16 +08:00
[all:vars]
docker=True
[mons]
simplify monitor address setting this drops the following parameters: - monitor_address_block - monitor_interface - monitor_address The monitor address will be automatically set from `public_network` parameter. Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
2024-02-16 21:20:22 +08:00
mon0
mon1
mon2
tests: reorganize directories layout This commit reorganizes the testing directory layout. The idea is to have more consistency with the names of scenario and their corresponding path, eg: non-container vs. container: each scenario has a subdirectory for container deployment. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-14 19:01:16 +08:00
[osds]
tests: rename all node let's name all node the same way to avoid confusion. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-20 20:52:22 +08:00
osd0
tests: reorganize directories layout This commit reorganizes the testing directory layout. The idea is to have more consistency with the names of scenario and their corresponding path, eg: non-container vs. container: each scenario has a subdirectory for container deployment. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-14 19:01:16 +08:00
[mdss]
tests: rename all node let's name all node the same way to avoid confusion. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-20 20:52:22 +08:00
mds0
tests: reorganize directories layout This commit reorganizes the testing directory layout. The idea is to have more consistency with the names of scenario and their corresponding path, eg: non-container vs. container: each scenario has a subdirectory for container deployment. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-14 19:01:16 +08:00
[rgws]
tests: rename all node let's name all node the same way to avoid confusion. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-20 20:52:22 +08:00
rgw0
tests: reorganize directories layout This commit reorganizes the testing directory layout. The idea is to have more consistency with the names of scenario and their corresponding path, eg: non-container vs. container: each scenario has a subdirectory for container deployment. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-14 19:01:16 +08:00
[clients]
tests: rename all node let's name all node the same way to avoid confusion. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-12-20 20:52:22 +08:00
client0