Create imported site
A creation workflow for importing an existing site.
create_subscription(partner)
Create a new subscription object in the service database.
Source code in gso/workflows/site/create_imported_site.py
generate_initial_input_form()
Generate a form that is filled in using information passed through the API endpoint.
Source code in gso/workflows/site/create_imported_site.py
initialize_subscription(subscription, site_name, site_city, site_country, site_country_code, site_latitude, site_longitude, site_bgp_community_id, site_internal_id, site_ts_address, site_tier, site_contains_optical_equipment)
Initialise the subscription object with all input.
Source code in gso/workflows/site/create_imported_site.py
create_imported_site()
Workflow to import a site without provisioning it.