Updates to dockerfile after verification on client offline environment
- updated toolset
- additional dockerfile for rally-offline (wip)
- si-tests fw files updates to use local repos
- si-env.sh script with env vars for offline use
Related-PROD: PROD-36128
Change-Id: I16b9236e68e6358c16865ce8ed7f226610e82512
diff --git a/k8s/si-files/tempest-test-results-pod.yaml b/k8s/si-files/tempest-test-results-pod.yaml
new file mode 100644
index 0000000..07da401
--- /dev/null
+++ b/k8s/si-files/tempest-test-results-pod.yaml
@@ -0,0 +1,20 @@
+apiVersion: v1
+kind: Pod
+metadata:
+ name: tempest-test-results-pod
+ namespace: openstack
+spec:
+ nodeSelector:
+ openstack-control-plane: enabled
+ volumes:
+ - name: tempest-pvc-storage
+ persistentVolumeClaim:
+ claimName: pvc-tempest
+ containers:
+ - name: tempest-pvc-container
+ #image: mirantis.azurecr.io/general/external/docker.io/library/ubuntu:bionic-20201119
+ image: 127.0.0.1:44301/library/ubuntu:20.04
+ command: ['sh', '-c', 'sleep infinity']
+ volumeMounts:
+ - mountPath: "/var/lib/tempest/data"
+ name: tempest-pvc-storage