{% import 'languages/'+lang|default('en')+'.html' as lang %} {% from 'include/input_macros.html' import input, select, checkbox %} {% from 'include/provisioning/variables.html' import generate_opt_options, get_nice_name %} {% for s in server %} {% set region_name = [] %} {% set os_nice_name = [] %}
General information | |
Server name | {{s.name}}({{s.name_template}}) |
Provider credentials * | |
Region | {{s.region}} {% set id = 'gcore_edit_region-'+s.id|string() %} {{get_nice_name(id, s.region, 'gcore', 'region', params)}} |
Project name | {{s.project}} |
Instance | |
Flavor * | {{ generate_opt_options('gcore_edit_size', 'gcore', 'size', params, first=s.instance_type) }} |
OS * | {{s.os}} {% set id = 'gcore_edit_oss-'+s.id|string() %} {{get_nice_name(id, s.os, 'gcore', 'image', params)}} |
SSH key pair name * |
{{input('gcore_edit_ssh_name', size='26', value=s.ssh_key_name)}}
The SSH key must exist in the region where the instance is being edited
|
Volume | |
Volume size * | {{input('gcore_edit_volume_size', size='26', value=s.volume_size, type='number')}}Gb |
Volume type * | {{ generate_opt_options('gcore_edit_volume_type', 'gcore', 'volume_type', params, first=s.volume_type) }} |
Delete on termination |
{% set checked='checked' %}
{% if s.delete_on_termination == 'false' %}
{% set checked='' %}
{% endif %}
{{checkbox('gcore_edit_delete_on_termination', checked=checked)}}
Whether the volume should be destroyed on instance termination
|
Network | |
Network Type | |
Network name * | {{input('gcore_edit_network_name', size='26', value=s.network_name)}} |
Firewall |
{{checkbox('gcore_edit_firewall', checked=checked)}}
Roxy-WI will edit Security group and open 22, 443, 1999, 8085, 8086 ports. Otherwise all ports will be closed
|
Be aware: some changes may cause server re-creation. And all your data will be lost |