Add a possiblity to set 'calicoctl_image_tag'

Make it possible to define 'calicoctl_image_tag' value from
tests by exporting CALICOCTL_IMAGE_TAG variable.

Change-Id: I499b5288b39f504352f9c25a4cdef35b9c8522cc
This commit is contained in:
Artem Panchenko 2016-11-10 17:02:41 +02:00
parent 6f7452ee73
commit 89d1563e5f
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ CALICO = {
"calico_node_image_repo": os.environ.get('CALICO_NODE_IMAGE_REPO'),
"calico_node_image_tag": os.environ.get('CALICO_NODE_IMAGE_TAG'),
"calicoctl_image_repo": os.environ.get('CALICOCTL_IMAGE_REPO'),
"calicoctl_image_tag": os.environ.get('CALICOCTL_IMAGE_TAG'),
"calico_version": os.environ.get('CALICO_VERSION'),
"calico_cni_download_url": os.environ.get('CALICO_CNI_DOWNLOAD_URL'),
"calico_cni_checksum": os.environ.get('CALICO_CNI_CHECKSUM'),