Skip to content

Commit

Permalink
Merge pull request #406 from globocom/develop
Browse files Browse the repository at this point in the history
another variable
  • Loading branch information
renan-lopes-rodrigues authored Jul 23, 2024
2 parents eb9a5ca + 056a899 commit e0c188a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions networkapi/api_rack/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,11 @@ def spine_provision(self, rack, equips):
variablestochangespine1["VLANBORDACACHOSLEAF"] = str(vlanBOCA[spine_num - 1])
variablestochangespine1["VLANBORDACACHOSB"] = str(vlanBOCAB[spine_num - 1])
variablestochangespine1["ASLEAF"] = str(ASLEAF[numero_rack][0])

### TO BERRINI
variablestochangespine1["IPNEIGHLEAF2IPV4"] = str(IPLEAFipv4[numero_rack][spine_num])
variablestochangespine1["IPNEIGHLEAF2IPV6"] = str(IPLEAFipv6[numero_rack][spine_num])

variablestochangespine1["IPNEIGHLEAFIPV4"] = str(IPLEAFipv4[numero_rack][spine_num - 1])
variablestochangespine1["IPNEIGHLEAFIPV6"] = str(IPLEAFipv6[numero_rack][spine_num - 1])

Expand Down

0 comments on commit e0c188a

Please sign in to comment.