Code Review
/
kni
/
installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d3d737a
)
Fix setlocale warnings
45/3645/1
author
Yolanda Robla
<yroblamo@redhat.com>
Fri, 24 Jul 2020 07:54:50 +0000
(09:54 +0200)
committer
Yolanda Robla
<yroblamo@redhat.com>
Fri, 24 Jul 2020 07:54:50 +0000
(09:54 +0200)
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I5a4fe54cc43bb77bb4f50cb9771444754d323973
ci/kni_deploy_baremetal.sh
patch
|
blob
|
history
diff --git
a/ci/kni_deploy_baremetal.sh
b/ci/kni_deploy_baremetal.sh
index
dc7ff93
..
69ad8a5
100755
(executable)
--- a/
ci/kni_deploy_baremetal.sh
+++ b/
ci/kni_deploy_baremetal.sh
@@
-21,6
+21,7
@@
MATCHBOX_ENDPOINT="${MATCHBOX_ENDPOINT:-http://172.22.0.1:8080}"
UPI_NAME="${UPI_NAME:-testing}"
UPI_DOMAIN="${UPI_DOMAIN:-baremetal.edge-sites.net}"
LANG="en_US.UTF-8"
+LC_ALL="en_US.UTF-8"
PRESERVE_CLUSTER="${PRESERVE_CLUSTER:-true}"
wget https://raw.githubusercontent.com/openshift/installer/master/scripts/maintenance/virsh-cleanup.sh