Compare commits
No commits in common. "5740faeb9d5e059f08edd0afcccfbad2a235e6f4" and "ac38731dcf720f7ec724ba0edc79b24611376436" have entirely different histories.
5740faeb9d
...
ac38731dcf
@ -37,15 +37,8 @@
|
|||||||
kubeconfig: "{{ kubeconfig.path }}"
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
values: "{{ components['argo-workflows'].chart_values }}"
|
values: "{{ components['argo-workflows'].chart_values }}"
|
||||||
|
|
||||||
- name: Ensure argo workflows API availability
|
# - name: Trigger handlers
|
||||||
ansible.builtin.uri:
|
# ansible.builtin.meta: flush_handlers
|
||||||
url: https://workflow.{{ vapp['metacluster.fqdn'] }}/api/v1/version
|
|
||||||
method: GET
|
|
||||||
register: api_readycheck
|
|
||||||
until:
|
|
||||||
- api_readycheck.json.version is defined
|
|
||||||
retries: "{{ playbook.retries }}"
|
|
||||||
delay: "{{ (storage_benchmark | int) * (playbook.delay.long | int) }}"
|
|
||||||
|
|
||||||
module_defaults:
|
module_defaults:
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
|
@ -58,7 +58,6 @@ components:
|
|||||||
|
|
||||||
argo-cd:
|
argo-cd:
|
||||||
helm:
|
helm:
|
||||||
# Must match the version referenced at `dependencies.static_binaries[.filename==argo].url`
|
|
||||||
version: 6.7.7 # (=Argo CD v2.10.5)
|
version: 6.7.7 # (=Argo CD v2.10.5)
|
||||||
chart: argo/argo-cd
|
chart: argo/argo-cd
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
@ -364,8 +363,6 @@ dependencies:
|
|||||||
- registry.k8s.io/sig-storage/livenessprobe:v2.10.0
|
- registry.k8s.io/sig-storage/livenessprobe:v2.10.0
|
||||||
|
|
||||||
static_binaries:
|
static_binaries:
|
||||||
- filename: argo
|
|
||||||
url: https://github.com/argoproj/argo-workflows/releases/download/v3.5.7/argo-linux-amd64.gz
|
|
||||||
- filename: clusterctl
|
- filename: clusterctl
|
||||||
url: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.3/clusterctl-linux-amd64
|
url: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.3/clusterctl-linux-amd64
|
||||||
- filename: govc
|
- filename: govc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user