Alex | f2f657e | 2021-06-14 19:44:05 -0500 | [diff] [blame] | 1 | apiVersion: v1 |
| 2 | kind: Pod |
| 3 | metadata: |
| 4 | name: tempest-test-results-pod |
| 5 | namespace: openstack |
| 6 | spec: |
| 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 |