Skip to content
Snippets Groups Projects
Commit 2ecdf30c authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Including all the recent changes

parent d4bb5654
No related branches found
No related tags found
1 merge request!8Feature/iptrunks prototype
......@@ -48,6 +48,18 @@ def initial_input_form_generator(product_name: str) -> FormGenerator:
geant_s_sid: str
iptrunk_sideA_fqdn: device_selector(choice_value='DeviceEnumA')
iptrunk_sideB_fqdn: device_selector(choice_value='DeviceEnumB')
iptrunk_speed: str # This should be an enum: 1/10/100/400
iptrunk_minimum_links: int
iptrunk_sideA_fqdn: a_side_device_selector()
iptrunk_sideA_ae_iface: str
iptrunk_sideA_ae_members: list[str]
iptrunk_sideB_fqdn: b_side_device_selector()
iptrunk_sideB_ae_iface: str
iptrunk_sideA_ae_members: list[str]
# TODO: we need additional validation:
# sideA fqdn must be different from sideB fqdn
# the lenght of iptrunk_sideA_ae_members should be the same as iptrunk_sideA_ae_members
# interface names must be validated
user_input = yield CreateIptrunkForm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment