Vendor information refers to the information about the vendor that is selected first when registering contract information with Cloud Services Management. Vendors and connection information with the cloud management software is managed here.
When arranging a subscription with a new vendor or when registering a private cloud as a service, new registration is necessary.
Files in the following storage location are loaded as vendor information. It is necessary to restart the services to reflect the modification.
%FSCSM_HOME%\conf\vendors
Point
Following sample files of vendor information are registered in installing this product. Copy and use these files to modify necessary part.
Vendor | Sample file name of vendor information |
|---|---|
AWS | default_aws.xml |
Azure | default_azure.xml |
ROR | default_ror.xml |
Physical Server | default_physical.xml |
Note
In case to modify the vendor information after starting the operation of this product, since it might already be in use, add each parameters of option as new parameter or create new vendor information, and not modify the existing vendor information. Also, in case to delete the vendor information after starting the operation of this product, delete the vendor information which is not used for contract, do not delete it if it is used.
As for vendor information of physical machine, "vendor" and "basicMenus/basicMenu" of "Setting Items" are only configured. There are no configurations for other setting items, "optional parameter value" and "other available configuration option".
Category | Item | Description |
|---|---|---|
vendor | vendorId | ID for managing the vendor and the connection information with cloud management software uniquely. Specify a value different from other vendor information. |
vendorName | Display name of the vendor and connection information with cloud management software. | |
basicMenus/basicMenu | - | It is possible to manage the item names of the general menu supported by this menu. The value for the item can be defined during menu registration. |
menuId | ID for managing the general menu uniquely. Specify a value different from the general menu in this vendor information. | |
name | Display name of the general menu displayed during menu registration. | |
instanceOptions/serviceOption | - | It is possible to manage the options about virtual machines in the configuration options that can be selected during service registration. |
optionId | ID for managing an option definition for virtual machines in the configuration options uniquely. | |
name | Display name of this option definition. | |
parameter | The parameter sent to the vendor and cloud management software when this option is selected during service registration. Specify with the format "parameter name=value ". In case to specify multiply, divide them with "&". | |
defaultPrice | Unit price of this option that is displayed by default during menu registration. | |
systemDiskImageOptions/serviceOption | - | It is possible to manage the options about the system disk in the configuration options that can be selected during service registration. |
optionId | ID for managing an option definition for the system disk in the configuration options uniquely. | |
name | Display name of this option definition. | |
parameter | The parameter sent to the vendor and cloud management software when this option is selected during service registration. Specify with the format "parameter name=value ". In case to specify multiply, divide them with "&". | |
defaultPrice | Unit price of this option that is displayed by default during menu registration. | |
diskSize | Disk space used for calculation of usage charges when this option is used. | |
dataDiskImageOptions/serviceOption |
| It is possible to manage the options about additional data disks in the configuration options that can be selected during service registration. |
optionId | ID for managing an option definition for additional data disks in the configuration options uniquely. | |
name | Display name of this option definition. | |
parameter | The parameter sent to the vendor and cloud management software when this option is selected during service registration. Specify with the format "parameter name=value ". In case to specify multiply, divide them with "&". | |
defaultPrice | Unit price of this option that is displayed by default during menu registration. | |
diskSize | Disk space used for calculation of usage charges when this option is used. | |
othersOptions/serviceOption | - | It is possible to manage the other options in the configuration options that can be selected during service registration. Omit serviceOption category for the vendor for which other option is not prepared. |
optionId | ID for managing other option definitions in the configuration options uniquely. Solid ID must be specified for each vendor. | |
name | Display name of this option definition. | |
deployParameters/deployParameter | - | Specific parameter information that is passed to the vendor and cloud management software, excluding configuration options, can be managed. This item can be selected during menu registration. |
id | ID for managing specific parameter information uniquely. | |
name | Display name of the specific parameter information. | |
parameter | The value of the specific parameter information that is passed to the vendor and cloud management software. Specify with the format "parameter name=value ". In case to specify multiply, divide them with "&". |
Point
Available strings for each item is explained.
As for id, it can be specified for small alphanumeric letters, alphanumeric numbers, hyphen(-), underscore(_) and period(.) within 32 letters. Leading character must be small alphanumeric letters, alphanumeric numbers.
As for name, excluding the control character like line break, all character with UTF-8 format can be specified within 64 letters.
As for defaultPrice, in case of "to be defined after discussion", specify -1 or -1.0000.
Category/Item | Parameter to specify to parameter factor |
|---|---|
instanceOptions/serviceOption | param_instance_type |
systemDiskImageOptions/serviceOption | param_image_id |
dataDiskImageOptions/serviceOption | param_block_device_size param_block_device_type param_block_device_num |
deployParameters/deployParameter | param_security_group_id param_subnet_id param_associate_public_ipaddress param_region param_availability_zone param_block_device_names |
Category/Item | Parameter to specify to parameter factor |
|---|---|
instanceOptions/serviceOption | param_instance_size |
systemDiskImageOptions/serviceOption | param_image_name param_os |
dataDiskImageOptions/serviceOption | param_block_device_size param_block_device_type param_block_device_num |
deployParameters/deployParameter | param_affinity_group param_subscription_id param_servername param_storage_account_name param_availability_set param_username param_password param_virtual_network_name param_subnet_id |
Category/Item | Parameter to specify to parameter factor |
|---|---|
instanceOptions/serviceOption | param_numofprocessor param_processorspeed param_memorysize |
systemDiskImageOptions/serviceOption | param_imagename |
dataDiskImageOptions/serviceOption | param_block_device_size param_block_device_num |
deployParameters/deployParameter | param_templatename param_serverpassword param_network param_manageserver param_servername |
Available option | Value of option_id attribute |
|---|---|
Whether to use SLB | "slb" |
Whether to use RDB | "rdb" |
Whether to use snapshot | "snapshot" |
There are no other available configuration options.
There are no other available configuration options.
Point
As for the meaning and available strings for each parameter, refer to "Information Required to Deploy Virtual Machines".
And for the example of specification for each parameter, refer to the samples of vender information.