Skip to content

Commit

Permalink
Merge pull request #409 from globocom/develop
Browse files Browse the repository at this point in the history
logger test
  • Loading branch information
renan-lopes-rodrigues authored Jul 24, 2024
2 parents e9fed1c + b755e4e commit 5fa02b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networkapi/api_rack/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def spine_provision(self, rack, equips):
log.debug(zip(equips_sorted[:2], [0, 2], [0, 1]))

ASLEAF[numero_rack].append(BASE_AS_LFS + numero_rack)
log.debug(IPLEAFipv4)

for equip, spn, j in zip(equips_sorted[:2], [0, 2], [0, 1]):
variablestochangeleaf1["IPLEAFSP1IPV4"] = str(IPLEAFipv4[numero_rack][spn])
Expand Down

0 comments on commit 5fa02b1

Please sign in to comment.