Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separating the Archive+MS suites for clarity and less execution time #4246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 28 additions & 45 deletions conf/squid/rgw/tier-2_rgw_ms_archive_with_haproxy_conf.yaml
Original file line number Diff line number Diff line change
@@ -1,129 +1,112 @@
# System Under Test environment configuration for RGW multi site suites with archive zone
# System Under Test environment configuration for RGW-MS + Archive suites
# Every cluster has 4 nodes, where node4 is client and rgw roles
# suite file : suites/squid/rgw/tier-2_rgw_ms_archive_with_haproxy.yaml
globals:
- ceph-cluster:
name: ceph-pri

node1:
disk-size: 20
no-of-volumes: 3
role:
- _admin
- installer
- mgr
- mon
- osd

node2:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- mgr
- osd

node3:
disk-size: 20
no-of-volumes: 4
role:
- mon
- osd

node4:
node3:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- mon
- osd
- rgw

node5:
node4:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- osd
- rgw

node6:
role:
- client


- ceph-cluster:
name: ceph-sec

node1:
disk-size: 20
no-of-volumes: 3
role:
- _admin
- installer
- mgr
- mon
- osd

node2:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- mgr
- osd

node3:
disk-size: 20
no-of-volumes: 4
role:
- mon
- osd

node4:
node3:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- mon
- osd
- rgw

node5:
node4:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- osd
- rgw

node6:
role:
- client
- ceph-cluster:
name: ceph-arc

node1:
disk-size: 20
no-of-volumes: 3
role:
- _admin
- installer
- mgr
- mon
- osd

node2:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- mgr
- osd

node3:
disk-size: 20
no-of-volumes: 4
role:
- mon
- osd

node4:
node3:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- mon
- osd
- rgw

node5:
node4:
disk-size: 20
no-of-volumes: 4
no-of-volumes: 3
role:
- osd
- rgw

node6:
role:
- client
77 changes: 77 additions & 0 deletions conf/squid/rgw/tier-2_rgw_ms_with_haproxy_conf_4node.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# System Under Test environment configuration for
# RGW multi site suites with multiple rgws behind haproxy
# 1. suites/squid/rgw/tier-2_rgw_ms_with_haproxy_ec_21.yaml
globals:
- ceph-cluster:
name: ceph-pri

node1:
disk-size: 20
no-of-volumes: 3
role:
- _admin
- installer
- mgr
- mon
- osd

node2:
disk-size: 20
no-of-volumes: 3
role:
- mgr
- mon
- osd

node3:
disk-size: 20
no-of-volumes: 3
role:
- mon
- osd
- rgw

node4:
disk-size: 20
no-of-volumes: 3
role:
- osd
- rgw
- client


- ceph-cluster:
name: ceph-sec
node1:
disk-size: 20
no-of-volumes: 3
role:
- _admin
- installer
- mgr
- mon
- osd

node2:
disk-size: 20
no-of-volumes: 3
role:
- mgr
- mon
- osd

node3:
disk-size: 20
no-of-volumes: 3
role:
- mon
- osd
- rgw

node4:
disk-size: 20
no-of-volumes: 3
role:
- osd
- rgw
- client
Loading