此内容没有您所选择的语言版本。
Chapter 7. Creating additional distributed compute node sites
A new distributed compute node (DCN) site has its own directory of YAML files on the undercloud. For more information, see Section 2.3, “Managing separate heat stacks”. This procedure contains example commands.
Procedure
As the stack user on the undercloud, create a new directory for
dcn1:cd ~ mkdir dcn1
$ cd ~ $ mkdir dcn1Copy to Clipboard Copied! Toggle word wrap Toggle overflow Copy the existing
dcn0templates to the new directory and replace thedcn0strings withdcn1:Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Review the files in the
dcn1directory to confirm that they suit your requirements. Verify that your nodes are available and in
Provisioning state:openstack baremetal node list
$ openstack baremetal node listCopy to Clipboard Copied! Toggle word wrap Toggle overflow When your nodes are available, run the
deploy.shfor thedcn1site:bash dcn1/deploy.sh
$ bash dcn1/deploy.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow