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] fix ceph-base package installation issues #4405

Merged
merged 1 commit into from
Jan 28, 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
3 changes: 0 additions & 3 deletions conf/reef/rados/13-node-cluster-4-clients.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:
- shared_net_2
role:
Expand Down
3 changes: 3 additions & 0 deletions conf/reef/rados/stretch-mode-host-location-attrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ globals:
no-of-volumes: 4
disk-size: 15
node8:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
role:
- client
3 changes: 0 additions & 3 deletions conf/squid/rados/13-node-cluster-4-clients.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:
- shared_net_2
role:
Expand Down
3 changes: 3 additions & 0 deletions conf/squid/rados/stretch-mode-host-location-attrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ globals:
no-of-volumes: 4
disk-size: 15
node8:
image-name:
openstack: RHEL-9.4.0-x86_64-ga-latest
ibmc: rhel-91-server-released
role:
- client
16 changes: 13 additions & 3 deletions suites/quincy/upstream/tier-2_rados_test-stretch-mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ tests:
root: default
datacenter: DC2
- service_type: mon
spec:
crush_locations:
node1:
- datacenter=tiebreaker
node2:
- datacenter=DC1
node3:
- datacenter=DC1
node5:
- datacenter=DC2
node6:
- datacenter=DC2
placement:
label: mon
- service_type: mgr
Expand Down Expand Up @@ -130,9 +142,7 @@ tests:
config:
command: add
id: client.1 # client Id (<type>.<Id>)
nodes:
- node8:
release: 6
nodes: node8
install_packages:
- ceph-common
- ceph-base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tests:
base_cmd_args:
verbose: true
args:
rhcs-version: 6.1
rhcs-version: 8.0
release: rc
mon-ip: node1
orphan-initial-daemons: true
Expand Down