File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 147147 --output-env-file \$ HOME/containers-prepare-parameters.yaml
148148 # Use wallaby el9 container images
149149 sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' \$ HOME/containers-prepare-parameters.yaml
150+ # Adoption requires Ceph 7 (Reef) as a requirement. Instead of performing a Ceph
151+ # upgrade from 6 (the default) to 7, let's try to deploy 7 in greenfield
152+ sed -i "s|rhceph-6-rhel9|rhceph-7-rhel9|" \$ HOME/containers-prepare-parameters.yaml
150153fi
151154
152155# Use os-net-config to add VLAN interfaces which connect edpm-compute-0 to the isolated networks configured by install_yamls.
Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ osd pool default size = 1
6060mon_warn_on_pool_no_redundancy = false
6161EOF
6262
63+ # NOTE: TripleO has the hardcoded --yes-i-know option that is not valid anymore
64+ # in RHCS 7. TripleO does not receive any new patch both upstream and downstream
65+ # (it is a retired project), hence the only option we have is to patch the
66+ # current code to not have that line.
67+ sudo sed -i " /--yes-i-know/d" /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml
68+
6369# Use the files created in the previous steps to install Ceph.
6470# Use thw network_data.yaml file so that Ceph uses the isolated networks for storage and storage management.
6571sudo openstack overcloud ceph deploy \
@@ -73,7 +79,7 @@ sudo openstack overcloud ceph deploy \
7379 --skip-container-registry-config \
7480 --skip-user-create \
7581 --network-data /tmp/network_data.yaml \
76- --ntp-server $NTP_SERVER \
82+ --ntp-server " $NTP_SERVER " \
7783 --output $HOME /deployed_ceph.yaml
7884
7985# Ceph should now be installed. Use sudo cephadm shell -- ceph -s to confirm the Ceph cluster health.
You can’t perform that action at this time.
0 commit comments