Skip to content

Validate copernicus

Validation workflow for Copernicus subscription objects.

validate_copernicus()

Validate an existing Copernicus subscription.

Source code in gso/workflows/l3_core_service/copernicus/validate_copernicus.py
@validate_workflow("Validate Copernicus")
def validate_copernicus() -> StepList:
    """Validate an existing Copernicus subscription."""
    return (
        begin
        >> build_fqdn_list
        >> anonymous_lso_interaction(validate_sbp_config)
        >> anonymous_lso_interaction(validate_bgp_peers)
        >> validate_dns_records
    )