Alex | f2f657e | 2021-06-14 19:44:05 -0500 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # Set region for custom value |
| 3 | export CDN_REGION='public-offline' |
| 4 | # Path to image w/o host and version |
| 5 | export K8S_CONFORMANCE_IMAGE='lcm/kubernetes/k8s-conformance' |
| 6 | # image version w/o 'v' |
| 7 | export K8S_CONFORMANCE_IMAGE_VERSION='1.18.19-35' |
| 8 | |
| 9 | # var for the k8s-conformance pod, host with local nexus/other storage |
| 10 | export REPO_PUBLIC='172.20.8.28.8082' |
| 11 | # openstackdeployment resource name for tempest |
| 12 | export OSH_DEPLOYMENT_NAME=openstack-cluster-ovs |