Fix salt target option in opendaylight state 59/64059/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 26 Oct 2018 08:58:18 +0000 (12:58 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 26 Oct 2018 09:01:03 +0000 (13:01 +0400)
Change-Id: Idf8b4b42dcc68bc55debaac9a8b5f1ca6b5b398e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/config/states/opendaylight
mcp/patches/docker/0002-OPNFV-package-installation-Ubuntu-user.patch

index b17b15e..c263f0f 100755 (executable)
@@ -14,7 +14,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../scripts/lib.sh"
 
 # Get OpenDaylight server options with prefix odl_
 function odl() {
-  salt --out txt -I 'opendaylight:server and *01*' pillar.get "opendaylight:server:odl_$1" | cut -d ' ' -f2
+  salt --out txt -C 'I@opendaylight:server and *01*' pillar.get "opendaylight:server:odl_$1" | cut -d ' ' -f2
 }
 
 wait_for 5.0 "salt -I 'opendaylight:server' state.sls opendaylight"
index 1f31755..7126e7d 100644 (file)
@@ -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 (23 Oct 2018)" \
++    RUN echo "Layer python/salt module prerequisites, formulas (26 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' \