From: Alexandru Avadanii Date: Tue, 23 Apr 2019 15:18:49 +0000 (+0200) Subject: [iec] Copy full contents of IEC git repo X-Git-Tag: opnfv-9.0.0~53 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=86024c54e879c6435f1e6c82c0fb1a680050052d;p=fuel.git [iec] Copy full contents of IEC git repo Previously we only synced the scripts subdir, but going forward we will need the full contents of the IEC repo on all cluster nodes. Change-Id: I88edd4885875048d50d28c1eac9fd413dc2b6ffb Signed-off-by: Alexandru Avadanii --- diff --git a/mcp/config/states/akraino_iec b/mcp/config/states/akraino_iec index 6cc010b05..4e30ca582 100755 --- a/mcp/config/states/akraino_iec +++ b/mcp/config/states/akraino_iec @@ -23,8 +23,8 @@ POD_NETWORK_CIDR='100.100.0.0/16' # Avoid overlapping Fuel's PXE/admin net [ -e "${IEC_REPO_PATH}" ] || su - "${IEC_USER}" -c \ "git clone '${IEC_REPO_URI}' '${IEC_REPO_PATH}'" # shellcheck disable=SC2086 -wait_for 3.0 "! salt-cp 'iec*' -C '${IEC_SCRIPTS_PATH}/' \ - '$(dirname ${IEC_SCRIPTS_PATH})' | grep -e False" +wait_for 3.0 "! salt-cp 'iec*' -C '${IEC_REPO_PATH}/' \ + '$(dirname ${IEC_REPO_PATH})' | grep -e False" salt -C 'iec*' cmd.run "chown -R ${IEC_USER}:${IEC_USER} ${IEC_REPO_PATH}" salt -C 'iec*' cmd.run runas="${IEC_USER}" "${IEC_SCRIPTS_PATH}/k8s_common.sh"