Skip to content
Snippets Groups Projects
Commit 9e05a06f authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

make moodi steps anonymouse steps meaning users dont need the result

parent db1a27f5
No related branches found
No related tags found
1 merge request!303added moodi telemetry to create EdgePort wf
Pipeline #90161 passed
......@@ -15,7 +15,7 @@ from pydantic_forms.validators import Label
from gso.products.product_blocks.router import RouterRole
from gso.products.product_types.iptrunk import Iptrunk
from gso.services.lso_client import LSOState, lso_interaction
from gso.services.lso_client import LSOState, anonymous_lso_interaction
from gso.settings import load_oss_params
from gso.utils.helpers import generate_inventory_for_active_routers
from gso.utils.shared_enums import Vendor
......@@ -407,7 +407,7 @@ def start_moodi() -> StepList:
"extra_vars": {"subscription": subscription},
}
return _is_moodi_enabled(lso_interaction(_start_moodi))
return _is_moodi_enabled(anonymous_lso_interaction(_start_moodi))
def stop_moodi() -> StepList:
......@@ -422,4 +422,4 @@ def stop_moodi() -> StepList:
"extra_vars": None,
}
return _is_moodi_enabled(lso_interaction(_stop_moodi))
return _is_moodi_enabled(anonymous_lso_interaction(_stop_moodi))
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