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