From ffffbb301fc9a3a89edf7f6b71d3fb39a5ccd0db Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 19 Oct 2018 15:36:02 +0400 Subject: Enable IPv6 on entire cluster by default IPv6 has been enabled back by commenting out the cis-3-3-3 yaml/class source in linux service reclass. Change-Id: Ia8f4e2ddbb98f9316e6ce5136badbb14ecb277c5 Signed-off-by: Michael Polenchuk --- mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/patches') diff --git a/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch b/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch index 07694c1ac..00650c150 100644 --- a/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch +++ b/mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch @@ -33,7 +33,7 @@ index 2c75586..d7d4c49 100644 ARG RECLASS_BASE="/srv/salt/reclass" ENV RECLASS_BASE $RECLASS_BASE - RUN echo "Layer python/salt module prerequisites, formulas" \ -+ RUN echo "Layer python/salt module prerequisites, formulas (26 Sep 2018)" \ ++ RUN echo "Layer python/salt module prerequisites, formulas (25 Oct 2018)" \ && mkdir -p /srv/salt \ && curl -sSqL https://raw.githubusercontent.com/salt-formulas/salt-formulas-scripts/master/formula-fetch.sh -o /srv/salt/formula-fetch.sh \ && bash -c 'source /srv/salt/formula-fetch.sh && setupPyEnv && fetchAll' \ -- cgit 1.2.3-korg