{% from 'include/input_macros.html' import input, select, checkbox %} {% for s in server %}
General information | |
Server name | {{s.6}} |
Provider credentials * | |
Region | {{s.0}} |
Instance | |
Size * | {{input('do_edit_size', size='30', value=s.1)}} |
OS * | {% set oss = dict() %} {% set oss = {'centos-7-x64':'Centos 7 x64', 'centos-8-x64':'Centos 8 x64','ubuntu-18-04-x64':'Ubuntu 18.04 x64','ubuntu-20-04-x64':'Ubuntu 20.04 x64', 'ubuntu-20-10-x64':'Ubuntu 20.10 x64','debian-10-x64':'Debian 10 x86','debian-9-x64':'Debian 9 x86'} %} {{ select('do_edit_oss', values=oss, first=s.7, disabled='false') }} |
SSH * | |
SSH key ids * |
{{input('do_edit_ssh_ids', size='30', value=s.4)}}
List comma separated. Required if SSH key name is empty
|
SSH key name * |
{{input('do_edit_ssh_name', size='30', value=s.5)}}
Required if SSH key ids is empty
|
Monitoring | {{checkbox('do_edit_monitoring', checked=checked)}} |
Backup | {{checkbox('do_edit_backup', checked=checked)}} |
Network | |
Private IP | {{checkbox('do_edit_private_networking', checked=checked)}} |
Floating Ip | {{checkbox('do_edit_floating_ip', checked=checked)}} |
Firewall |
{{checkbox('do_edit_firewall', checked=checked)}}
HAProxy-WI will create 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 |