diff options
Diffstat (limited to 'patches/opnfv-fuel/0005-salt.sh-Clone-armband-repo-apply-patches-from-it.patch')
-rw-r--r-- | patches/opnfv-fuel/0005-salt.sh-Clone-armband-repo-apply-patches-from-it.patch | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/patches/opnfv-fuel/0005-salt.sh-Clone-armband-repo-apply-patches-from-it.patch b/patches/opnfv-fuel/0005-salt.sh-Clone-armband-repo-apply-patches-from-it.patch index 6a25af97..d2c7ff0e 100644 --- a/patches/opnfv-fuel/0005-salt.sh-Clone-armband-repo-apply-patches-from-it.patch +++ b/patches/opnfv-fuel/0005-salt.sh-Clone-armband-repo-apply-patches-from-it.patch @@ -6,17 +6,19 @@ FIXME: Revise the patching mechanism, make things more dynamic. Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> --- - mcp/scripts/salt.sh | 10 ++++++++++ - 1 file changed, 10 insertions(+) + mcp/scripts/salt.sh | 12 +++++++++++- + 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh -index bb4f6cc..8bd3592 100755 +index c44168e..87f25a7 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh -@@ -15,6 +15,16 @@ ssh ${SSH_OPTS} ubuntu@${SALT_MASTER} bash -s << SALT_INSTALL_END +@@ -14,7 +14,17 @@ ssh ${SSH_OPTS} ubuntu@${SALT_MASTER} bash -s << SALT_INSTALL_END + apt-get install -y git curl subversion svn export --force https://github.com/salt-formulas/salt-formulas/trunk/deploy/scripts /srv/salt/scripts - git clone --depth=1 --recurse-submodules https://git.opnfv.org/fuel +- git clone --depth=1 --recurse-submodules https://git.opnfv.org/fuel ++ git clone --recurse-submodules https://git.opnfv.org/fuel + # NOTE(armband): no depth speedup on http + git clone http://git.opnfv.org/armband + @@ -29,4 +31,4 @@ index bb4f6cc..8bd3592 100755 + /root/armband/patches/reclass-system-salt-model/*.patch ln -s /root/fuel/mcp/reclass /srv/salt/reclass - cd /srv/salt/scripts + mkdir -p /usr/share/salt-formulas/reclass |