Closed andbyrne closed 4 months ago
1 tests - 7 0 :white_check_mark: - 8 0s :stopwatch: ±0s 1 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0 1 :fire: +1
For more details on these errors, see this check.
Results for commit 51f8613d. ± Comparison against base commit 1907ab66.
There are two options to configure L3Outs with NDO:
The second option is not yet supported in Terraform, and therefore most people will use the first option.
Each time the template containing the L3Out is deployed by NDO, the
annotation
on thel3extOut
andl3extRsEctx
objects is changed toorchestrator:msc-shadow:no
.The next time the configuration is applied to the APIC it will change the
annotation
back to whatever has been defined in theaci
provider configuration.This causes unnecessary ongoing changes. This PR implements a workaround to ignore
annotation
changes on these two objects. It should remain in place until theterraform-mso-nac-ndo
module andmso
provider support the full configuration of L3Outs in NDO.