Page MenuHomeDevCentral

Fix IPv6 provisionning
ClosedPublic

Authored by dereckson on Dec 16 2016, 08:55.
Tags
None
Referenced Files
F2832587: D749.id1889.diff
Sat, Apr 20, 10:40
Unknown Object (File)
Thu, Apr 18, 16:42
Unknown Object (File)
Thu, Apr 18, 00:27
Unknown Object (File)
Sun, Apr 14, 12:05
Unknown Object (File)
Sun, Apr 14, 11:47
Unknown Object (File)
Tue, Apr 9, 23:13
Unknown Object (File)
Mon, Apr 8, 19:27
Unknown Object (File)
Fri, Apr 5, 18:39
Subscribers

Details

Summary

Eglide didn't automatically get back IPv6 connectivity
when reprovisionned lastly.

After investigation, two issues was found in the tunnel initialisation
script: it wasn't marked as executable, as Salt created by default
files with chmod 644, and variables initialisation was prefixed by $.

This is a follow-up for 71ac80215b1f.

Ref T768. Fixes T1059.

Test Plan

Run on Eglide

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Fix IPv6 provisionning.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
dereckson added a subscriber: amj.
dereckson added inline comments.
roles/core/network/init.sls
19

mode:

dereckson marked an inline comment as done.

chmod → mode

This revision is now accepted and ready to land.Dec 17 2016, 14:26
This revision was automatically updated to reflect the committed changes.