Browse Source
istio: container download related things should defined in the download role
pull/2590/head
istio: container download related things should defined in the download role
pull/2590/head
2 changed files with 80 additions and 30 deletions
Unified View
Diff Options
@ -1,32 +1,2 @@ |
|||||
--- |
--- |
||||
istio_enabled: false |
|
||||
|
|
||||
istio_namespace: istio-system |
istio_namespace: istio-system |
||||
istio_version: "0.2.6" |
|
||||
|
|
||||
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux" |
|
||||
istioctl_checksum: fd703063c540b8c0ab943f478c05ab257d88ae27224c746a27d0526ddbf7c370 |
|
||||
|
|
||||
istio_proxy_image_repo: docker.io/istio/proxy |
|
||||
istio_proxy_image_tag: "{{ istio_version }}" |
|
||||
|
|
||||
istio_proxy_init_image_repo: docker.io/istio/proxy_init |
|
||||
istio_proxy_init_image_tag: "{{ istio_version }}" |
|
||||
|
|
||||
istio_ca_image_repo: docker.io/istio/istio-ca |
|
||||
istio_ca_image_tag: "{{ istio_version }}" |
|
||||
|
|
||||
istio_mixer_image_repo: docker.io/istio/mixer |
|
||||
istio_mixer_image_tag: "{{ istio_version }}" |
|
||||
|
|
||||
istio_pilot_image_repo: docker.io/istio/pilot |
|
||||
istio_pilot_image_tag: "{{ istio_version }}" |
|
||||
|
|
||||
istio_proxy_debug_image_repo: docker.io/istio/proxy_debug |
|
||||
istio_proxy_debug_image_tag: "{{ istio_version }}" |
|
||||
|
|
||||
istio_sidecar_initializer_image_repo: docker.io/istio/sidecar_initializer |
|
||||
istio_sidecar_initializer_image_tag: "{{ istio_version }}" |
|
||||
|
|
||||
istio_statsd_image_repo: prom/statsd-exporter |
|
||||
istio_statsd_image_tag: latest |
|
Write
Preview
Loading…
Cancel
Save