blob: 07da401ac36ba58a15f65b5dcecb797c20d046be [file] [log] [blame]
Alexf2f657e2021-06-14 19:44:05 -05001apiVersion: v1
2kind: Pod
3metadata:
4 name: tempest-test-results-pod
5 namespace: openstack
6spec:
7 nodeSelector:
8 openstack-control-plane: enabled
9 volumes:
10 - name: tempest-pvc-storage
11 persistentVolumeClaim:
12 claimName: pvc-tempest
13 containers:
14 - name: tempest-pvc-container
15 #image: mirantis.azurecr.io/general/external/docker.io/library/ubuntu:bionic-20201119
16 image: 127.0.0.1:44301/library/ubuntu:20.04
17 command: ['sh', '-c', 'sleep infinity']
18 volumeMounts:
19 - mountPath: "/var/lib/tempest/data"
20 name: tempest-pvc-storage