Scripts fixes and updates
Related-PROD: PROD-34629
Change-Id: I62ff687b6edf14d54fb39a4c9da5badb6ff301c6
diff --git a/k8s/docker-mos-toolset-full b/k8s/docker-mos-toolset-full
index 5a1200d..161437d 100644
--- a/k8s/docker-mos-toolset-full
+++ b/k8s/docker-mos-toolset-full
@@ -18,7 +18,7 @@
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apt-get install -y python3-pip python3-venv vim git iperf3 mtr htop iputils-ping traceroute tcpdump wget iproute2 curl screen
-RUN pip3 install --no-cache-dir python-openstackclient python-neutronclient python-heatclient pyghmi python-octaviaclient tempestparser python-ironicclient aodhclient gnocchiclient
+RUN pip3 install --no-cache-dir python-openstackclient python-neutronclient python-heatclient pyghmi python-octaviaclient tempestparser python-ironicclient aodhclient gnocchiclient python-barbicanclient python-glanceclient
RUN git clone https://gerrit.mcp.mirantis.com/mcp/cvp-configuration /opt/res-files && \
git clone http://gerrit.mcp.mirantis.com/mcp/cfg-checker /opt/cfg-checker && \
diff --git a/k8s/qa-ubuntu.yaml b/k8s/qa-ubuntu.yaml
index c67b54f..d3f3541 100644
--- a/k8s/qa-ubuntu.yaml
+++ b/k8s/qa-ubuntu.yaml
@@ -65,7 +65,8 @@
name: keystone-keystone-admin
imagePullPolicy: IfNotPresent
name: ubuntu
- image: 127.0.0.1:44301/general/external/docker.io/library/ubuntu:bionic-20201119
+ #image: 127.0.0.1:44301/general/external/docker.io/library/ubuntu:bionic-20201119
+ image: savex13/toolset:latest
volumeMounts:
- mountPath: /artifacts
name: qa-pv-a
diff --git a/k8s/rally-files/init-rally.sh b/k8s/rally-files/init-rally.sh
index f18349a..aef2b4f 100644
--- a/k8s/rally-files/init-rally.sh
+++ b/k8s/rally-files/init-rally.sh
@@ -21,7 +21,7 @@
# Configure kubernetes
# Check and prepare kubespec file
if [ ! -f /artifacts/kubespec_generated.yaml ]; then
- sudo bash /artifacts/rally-files/gen_kubespec.sh /artifacts/mos-kubeconf.yaml
+ sudo bash /artifacts/rally-files/gen_kubespec.sh /artifacts/mos-kubeconfig.yaml
fi
# Create kubernetes env
rally env create --name kubernetes --spec /artifacts/kubespec_generated.yaml