{% from 'include/provisioning/variables.html' import generate_opt_options %}
General information | |
Server name * |
{{input('do_create_server_name', required='required', size='26')}}
The name must contain only URL safe characters, and no path separators
|
Group * | |
Provider credentials * | |
Region * |
{{ generate_opt_options('do_create_regions', 'do', 'region', params) }}
Not all regions may be active
|
Instance | |
Size * | {{ generate_opt_options('do_create_size', 'do', 'size', params) }} {{input('do_create_size_text', size='26', style='display: none')}} Enter manually Change to select |
OS * | {{ generate_opt_options('do_create_oss', 'do', 'image', params) }} |
SSH * | |
SSH key ids * |
{{input('do_create_ssh_ids', size='26')}}
List comma separated. Required if SSH key name is empty
|
SSH key name * |
{{input('do_create_ssh_name', size='26')}}
Required if SSH key ids is empty
|
Monitoring | {{checkbox('do_create_monitoring', checked='checked')}} |
Backup | {{checkbox('do_create_backup')}} |
Network | |
Private IP | {{checkbox('do_create_private_net', checked='checked')}} |
Floating IP | {{checkbox('do_create_floating_net')}} If unchecked then will be used public IP |
Firewall |
{{checkbox('do_create_firewall', checked='checked')}}
Roxy-WI will create firewall and open 22, 443, 1999, 8085, 8086 ports. Otherwise all ports will be opened
|
General information | |
Server name * |
{{input('aws_create_server_name', required='required', size='26')}}
The name must contain only URL safe characters, and no path separators
|
Group * | |
Provider credentials * | |
Region * |
{{ generate_opt_options('aws_create_regions', 'aws', 'region', params) }}
Not all regions may be active
|
Instance | |
Instance type * |
{{input('aws_create_size', required='required', size='26')}}
Instance types list is here
|
OS * | {{ generate_opt_options('aws_create_oss', 'aws', 'image', params) }} |
SSH key pair name * |
{{input('aws_create_ssh_name', size='26')}}
SSH key must exists in region where instance create
|
Volume | |
Volume size * | {{input('aws_create_volume_size', size='26', value='10', type='number')}}Gb |
Volume type * | {{ generate_opt_options('aws_create_volume_type', 'aws', 'volume_type', params) }} |
Delete on termination |
{{checkbox('aws_create_delete_on_termination', checked='checked')}}
Whether the volume should be destroyed on instance termination
|
Network | |
Public IP | |
Firewall |
{{checkbox('aws_create_firewall', checked='checked')}}
Roxy-WI will create Security group and open 22, 443, 1999, 8085, 8086 ports. Otherwise, all ports will be closed
|
General information | |
Server name * |
{{input('gcore_create_server_name', required='required', size='26')}}
The name must contain only URL safe characters, and no path separators
|
Group * | |
Provider credentials * | |
Region * | {{ generate_opt_options('gcore_create_regions', 'gcore', 'region', params) }} |
Project name * | {{input('gcore_create_project_name', size='26', value='default')}} |
Instance | |
Flavor * | {{ generate_opt_options('gcore_create_size', 'gcore', 'size', params) }} {{ input('gcore_create_size_text', size='26', style='display: none') }} Enter manually Change to select |
OS * | {{ generate_opt_options('gcore_create_oss', 'gcore', 'image', params) }} |
SSH key pair name * |
{{input('gcore_create_ssh_name', size='26')}}
SSH key must exists in region where instance create
|
Volume | |
Volume size * | {{input('gcore_create_volume_size', size='26', value='10', type='number')}}Gb |
Volume type * | {{ generate_opt_options('gcore_create_volume_type', 'gcore', 'volume_type', params) }} |
Delete on termination |
{{checkbox('gcore_create_delete_on_termination', checked='checked')}}
Whether the volume should be destroyed on instance termination
|
Network | |
Network Type | |
Network name * | {{input('gcore_create_network_name', size='26')}} |
Firewall |
{{checkbox('gcore_create_firewall', checked='checked')}}
Roxy-WI will create Security group and open 22, 443, 1999, 8085, 8086 ports. Otherwise will be used the default SG
|