Comment 7 for bug 1844656

Revision history for this message
Long Li (lilong-neu) wrote :

we should change 2 point for the doc of bare metal AIO-Duplex deploy.

https://docs.starlingx.io/deploy_install_guides/r2_release/bare_metal/aio_duplex_install_kubernetes.html#configure-controller-1

1. as we configure the OAM and MGMT interfaces of controller-1
we should change the command from
"system interface-network-assign controller-1 $MGMT_IF cluster-host"
to
"system interface-network-assign controller-1 mgmt0 cluster-host"

2. we should delete the while loop in AIO-Duplex for controller-1 where can't break.
"while true; do system host-disk-partition-list $COMPUTE --nowrap | grep $NOVA_PARTITION_UUID | grep Ready; if [ $? -eq 0 ]; then break; fi; sleep 1; done"

with this changes, it will be deployed successfully for bare metal AIO-Duplex deploy.
and I have test the bare metal AIO-Duplex deploy successfully with the changes.

we need to confirm whether it is right about the changes for the doc guide.