Rework the proxy steps, such that they are retried up to three times if needed
Compare changes
@@ -4,6 +4,7 @@ LSO is responsible for executing Ansible playbooks, that deploy subscriptions.
@@ -20,6 +21,7 @@ from gso.products.product_types.device import DeviceProvisioning
@@ -140,7 +142,7 @@ def deprovision_ip_trunk(subscription: Iptrunk, process_id: UUIDstr, dry_run: bo
@@ -150,7 +152,7 @@ def await_pp_results(subscription: SubscriptionModel, label_text: str) -> FormGe
@@ -172,8 +174,9 @@ def confirm_pp_results(state: State) -> FormGenerator: