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

[TFA] Update clients in tier-3_rados_test-location-stretch-mode.yaml #4412

Merged
merged 1 commit into from
Feb 4, 2025
Merged
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
12 changes: 0 additions & 12 deletions conf/squid/rados/13-node-cluster-4-clients-rhos-d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ globals:
no-of-volumes: 4
disk-size: 15
node7:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
networks:
- provider_net_cci_16
role:
Expand Down Expand Up @@ -126,25 +123,16 @@ globals:
no-of-volumes: 4
disk-size: 15
node15:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
networks:
- provider_net_cci_16
role:
- client
node16:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
networks:
- provider_net_cci_13
role:
- client
node17:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
networks:
- provider_net_cci_13
role:
Expand Down
9 changes: 0 additions & 9 deletions conf/squid/rados/13-node-cluster-4-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,25 +123,16 @@ globals:
no-of-volumes: 4
disk-size: 15
node15:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
networks:
- shared_net_2
role:
- client
node16:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
networks:
- shared_net_5
role:
- client
node17:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
networks:
- shared_net_5
role:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ tests:
command: add
id: client.1 # client Id (<type>.<Id>)
nodes:
- node7:
release: 7
- node7
- node15
- node16
- node17
install_packages:
- ceph-common
- ceph-base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@ tests:
config:
command: add
id: client.1 # client Id (<type>.<Id>)
node: node7
nodes:
- node7
- node15
- node16
- node17
install_packages:
- ceph-common
- ceph-base
Expand Down