To activate a cluster system in an FJcloud-Baremetal environment, create the FJcloud-Baremetal environment information file with the following procedure.
This setting is not necessary in a single-node cluster.
Create the /opt/SMAW/SMAWRrms/etc/k5_endpoint.cfg file on all nodes as shown below:
DOMAIN_NAME=domainname PROJECT_NAME=projectname IDENTITY=identityurl COMPUTE=computeurl
domainname : Domain name of FJcloud-Baremetal (contractor number)
projectname : Project name building a cluster in FJcloud-Baremetal
identityurl : URL of the endpoint for the regional user management of the region used in FJcloud-Baremetal (*)
computeurl : URL of the endpoint for the compute (standard service) of the region used in FJcloud-Baremetal (*)
* For details on URL of the endpoint for the regional user management and the compute (standard service), refer to the documents provided by FJcloud-Baremetal.
Example
DOMAIN_NAME=primecluster_domain PROJECT_NAME=primecluster_project IDENTITY=https://identity.jp-east-3.cloud.global.fujitsu.com COMPUTE=https://compute.jp-east-3.cloud.global.fujitsu.com
Set the owner, group, and access rights as follows.
# chown root:root /opt/SMAW/SMAWRrms/etc/k5_endpoint.cfg # chmod 600 /opt/SMAW/SMAWRrms/etc/k5_endpoint.cfg