Expose etcd version.

This commit is contained in:
Wojciech Tyczynski
2016-10-31 10:40:41 +01:00
parent 07f78836ea
commit c2248324c1
7 changed files with 38 additions and 10 deletions

View File

@@ -44,7 +44,7 @@
"value": "{{ storage_backend }}"
},
{ "name": "TARGET_VERSION",
"value": "{{ pillar.get('etcd_docker_tag', '2.2.1') }}"
"value": "{{ pillar.get('etcd_version', '2.2.1') }}"
},
{ "name": "DATA_DIRECTORY",
"value": "/var/etcd/data{{ suffix }}"