projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0693b09
)
Pin osmclient and tag in charmed installer
12/11012/1
author
David Garcia
<david.garcia@canonical.com>
Tue, 15 Jun 2021 11:14:27 +0000
(13:14 +0200)
committer
David Garcia
<david.garcia@canonical.com>
Tue, 15 Jun 2021 12:53:24 +0000
(14:53 +0200)
Change-Id: Ibbfe59dcb5fb0c9c6d8a4f8c0aa282614776aa46
Signed-off-by: David Garcia <david.garcia@canonical.com>
installers/charmed_install.sh
patch
|
blob
|
history
diff --git
a/installers/charmed_install.sh
b/installers/charmed_install.sh
index
a011ef1
..
c35a5b3
100755
(executable)
--- a/
installers/charmed_install.sh
+++ b/
installers/charmed_install.sh
@@
-19,7
+19,7
@@
JUJU_AGENT_VERSION=2.8.9
K8S_CLOUD_NAME="k8s-cloud"
KUBECTL="microk8s.kubectl"
MICROK8S_VERSION=1.19
-OSMCLIENT_VERSION=
9
.0
+OSMCLIENT_VERSION=
10
.0
IMAGES_OVERLAY_FILE=~/.osm/images-overlay.yaml
PATH=/snap/bin:${PATH}
@@
-27,7
+27,7
@@
MODEL_NAME=osm
OSM_BUNDLE=cs:osm-66
OSM_HA_BUNDLE=cs:osm-ha-51
-TAG=
testing-daily
+TAG=
10
function check_arguments(){
while [ $# -gt 0 ] ; do