Configuring the IBM Cloud provider instance
Configure the IBM Cloud provider instance to provide account information and to define host templates that map your cluster's resource demands to IBM Cloud hosts.
Procedure
Follow these steps to configure the IBM Cloud configuration files, which can be found on the management host on which the HostFactory service runs at:
- %HF_CONFDIR%\providers\ibmcloudinst\conf on Windows.
- $HF_CONFDIR/providers/ibmcloudinst/conf on Linux®.
What to do next
- Ensure that IBM Cloud is
enabled as the cloud provider for your cluster:
- In the hostProviderPlugins.json file, make sure that IBM Cloud is enabled in the enabled parameter. See hostProviders.json reference .
- In the hostProviders.json file, make sure that ibmcloudinst is enabled in the enabled parameter. See hostProviders.json reference.
- In the hostRequestors.json file, specify ibmcloudinst as a provider instance for the symAinst requestor instance in the providers parameter. See hostRequestors.json reference.
- Enable and configure the symAinst requestor instance. See Configuring the symAinst requestor instance for dynamic provisioning.