Skip to content
Snippets Groups Projects

Migrate iptrunks ansible integration

Merged Simone Spinelli requested to merge migrate_iptrunks_ansible_integration into develop
2 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -19,7 +19,9 @@ class IPTrunkParams(BaseModel):
callback: HttpUrl
#: A dictionary representation of the IP trunk subscription that is to be provisioned.
subscription: dict
#: Trouble Ticket number that is associated with the deployment.
tt_number: str
#: The process ID generated by workflow orchestrator, used for the commit comment in the routers.
process_id: str
@@ -54,6 +56,7 @@ class IPTrunkMigrationParams(IPTrunkParams):
new_side: dict
#: An Ansible playbook verb that is passed along for indicating the phase of the migration that is performed.
verb: str
#: The type of object that is migrated.
config_object: str
Loading