Refer to the documents provided by FJcloud-Baremetal and build the Bare Metal server and the network environment with the following network configurations.
Setting the security group is not necessary. Specify an empty security group for each port.
Set the block storage (iSCSI) in "15.7.2 Connecting the Block Storage (iSCSI)."
Figure 15.1 Subnet design of the cluster system in FJcloud-Baremetal
Note
When taking over the IP address between the servers, exclude the takeover IP address from the range of the pool for assigning the IP address of the subnet.
Avoid duplicate server names within the project.
For Bare Metal server names that use PRIMECLUSTER, the following ASCII characters can be used.
Do not use other characters.
Uppercase letters
Lowercase letters
Numbers
"_" (Underscore)
"-" (Hyphen)
For each port where the IP address is taken over between the servers, execute the following API and set the takeover IP address as "allowed_address_pairs".
# curl -X PUT https://networking.jp-east-3.cloud.global.fujitsu.com/v2.0/ports/{created_port_ID} -H 'X-Auth-Token:XXX' -H 'Content-Type:application/json' -H 'Accept:application/json' -d '{"port":{ "allowed_address_pairs" :[{"ip_address":"takeover_IP_address"}]}}'
When using the firewall service, refer to "14.3.2.3 Firewall Rule" and set the firewall rule.