Page MenuHomeDevCentral

Fix IPv6 provisionning
ClosedPublic

Authored by dereckson on Dec 16 2016, 08:55.
Tags
None
Referenced Files
F11765099: D749.id1879.diff
Sun, Sep 21, 01:30
Unknown Object (File)
Fri, Sep 19, 20:03
Unknown Object (File)
Sun, Sep 14, 10:59
Unknown Object (File)
Sat, Sep 13, 11:35
Unknown Object (File)
Fri, Sep 12, 16:21
Unknown Object (File)
Fri, Sep 12, 16:21
Unknown Object (File)
Fri, Sep 12, 16:21
Unknown Object (File)
Wed, Sep 10, 15:52
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.