cancel
Showing results for 
Search instead for 
Did you mean: 

Onboard_Mgmt_VLAN-23.11.10.41v66.xwf unable to run follow on workflow

Onboard_Mgmt_VLAN-23.11.10.41v66.xwf unable to run follow on workflow

jtrott
New Contributor

We are trying to use the above worklfow from https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/oneview_workflows/README.... as part of our ZTP+ to onboard new switches - the workflow executes fine as long as there isn't a follow on workflow configured as one of the inputs.

As soon as you specify a follow on workflow you get the following (sanitised) output:

Script Name: Onboard Mgmt VLAN_Move_to_VLAN_mgmt_IP
Date and Time: 2024-01-15T16:26:58.108
XIQ-SE User: NetSight Server
XIQ-SE User Domain:
IP: 1.4.8.11
Workflow version 66 on XIQ-SE/XMC version 23.11.11.9
Activity: MoveToVlanMgmtIp

Input Data:
- Current Switch IP = 1.4.8.11
- Selected Switch Serial Number = XXXXXXXXXXXXXXX
- Selected Switch MAC Address = XX:XX:XX:XX:XX:XX
- Input CSV file = /root/taskinput/switchdata.csv
- Key to CSV data = Serial Number
- Mgmt VLAN id = 1100
- Mgmt VLAN I-SID = 13001100
- Mgmt VLAN IP = 1.9.6.132
- Mgmt VLAN Mask = 255.255.255.0
- Mgmt VLAN Default Gateway = 1.9.6.1
- System Name to configure = SWITCH-NAME
- Auto-sense ISIS Auth key =
- XIQ-SE Site to re-add device to = /World
- Workflow to execute against new VLAN IP after completion = /Workflows/Onboard VSP
- Selected VSP software version = 9.0.0.0
- Required Minimum software version = 8.5.0.0
- VSP switch has required software version = 1
- Timeout in trying to ping the newly configured mgmt IP = 20 secs
- Delay time before re-adding device to XIQ-SE = 20 secs
- Timeout in checking if device was re-added to XIQ-SE = 100 secs
- Delay time before trying to re-connect to device after re-adding it to XIQ-SE = 10 secs
- Mgmt convert rollback timer to use = 240 secs
- Aggressively kill other CLI sessions if unable to save config = 0
- Do not fail workflow if final save config of switch fails = 0
- Additional CLI commands:
clock time-zone Australia Sydney
ip dhcp-snooping enable

Traceback (most recent call last):
File "<string>", line 1538, in <module>
File "<string>", line 1229, in main
File "<string>", line 1065, in getWorkflowId
ValueError: too many values to unpack

Traceback (most recent call last):
File "<string>", line 1538, in <module>
File "<string>", line 1229, in main
File "<string>", line 1065, in getWorkflowId
ValueError: too many values to unpack

 

Has anyone else run into this issue?

 

1 ACCEPTED SOLUTION

Ludovico_Steven
Extreme Employee

Hi

I already replied under Github, but here again:

The problem is this input:
Workflow to execute against new VLAN IP after completion = /Workflows/Onboard VSP
The workflow is expecting Workflows/Onboard VSP
without the leading slash.
I've updated the workflows to give a more understandable error message.
The new version of the workflow will be posted later today.

View solution in original post

3 REPLIES 3

jtrott
New Contributor

That's what I thought too, but GTAC closed the case and sent me here. I'm hoping to be able to test this fix this morning.

Ludovico_Steven
Extreme Employee

Hi

I already replied under Github, but here again:

The problem is this input:
Workflow to execute against new VLAN IP after completion = /Workflows/Onboard VSP
The workflow is expecting Workflows/Onboard VSP
without the leading slash.
I've updated the workflows to give a more understandable error message.
The new version of the workflow will be posted later today.

Stefan_K_
Valued Contributor

Sounds like something for GTAC. 

GTM-P2G8KFN