We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1acece commit 3c7202eCopy full SHA for 3c7202e
scripts/deploy/100-ceph-services-basic.sh
@@ -22,13 +22,14 @@ fi
22
# In preparation for deployment with Rook, the pre-built LVM2 volumes are always used
23
# from OSISM 7 onwards.
24
if [[ $MANAGER_VERSION =~ ^7\.[0-9]\.[0-9]$ || $MANAGER_VERSION == "latest" ]]; then
25
+ sed -i "/^devices:/d" /opt/configuration/inventory/group_vars/testbed-nodes.yml
26
osism apply ceph-configure-lvm-volumes
27
for node in $(find /opt/configuration/inventory/host_vars -mindepth 1 -type d); do
28
if [[ -e /tmp/$(basename $node)-ceph-lvm-configuration.yml ]]; then
29
cp /tmp/$(basename $node)-ceph-lvm-configuration.yml /opt/configuration/inventory/host_vars/$(basename $node)/ceph-lvm-configuration.yml
30
fi
31
done
- osism apply facts
32
+ osism reconciler sync
33
osism apply ceph-create-lvm-devices
34
35
0 commit comments