Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
86adce8
)
salt.sh: Force ocata link creation
41/48141/1
author
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Fri, 1 Dec 2017 00:42:22 +0000
(
01:42
+0100)
committer
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Fri, 1 Dec 2017 00:42:22 +0000
(
01:42
+0100)
Required for re-deploying with `ci/deploy.sh -f`.
Change-Id: I8e6d95f17f57b9dab3257fb4c8ccd1f962dacb45
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/scripts/salt.sh
patch
|
blob
|
history
diff --git
a/mcp/scripts/salt.sh
b/mcp/scripts/salt.sh
index
59baaa5
..
25eb0ed
100755
(executable)
--- a/
mcp/scripts/salt.sh
+++ b/
mcp/scripts/salt.sh
@@
-110,5
+110,5
@@
ssh ${SSH_OPTS} "${SSH_SALT}" bash -s -e << SALT_INSTALL_END
# symlink manually until package with required commit is available
cd /usr/share/salt-formulas/env/aodh/files
- ln -s ocata pike
+ ln -s
f
ocata pike
SALT_INSTALL_END