From ecb773c0132e7859acf68164ecf005c882c0abdf Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 23 Mar 2025 23:14:08 -0500 Subject: [PATCH] missed one variable --- .../03-openshift-image/templates/agent-config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-sno-hub-cluster/03-openshift-image/templates/agent-config.yaml.j2 b/10-sno-hub-cluster/03-openshift-image/templates/agent-config.yaml.j2 index 274608c..c5ae9bd 100644 --- a/10-sno-hub-cluster/03-openshift-image/templates/agent-config.yaml.j2 +++ b/10-sno-hub-cluster/03-openshift-image/templates/agent-config.yaml.j2 @@ -3,7 +3,7 @@ kind: AgentConfig metadata: name: {{ hostvars[groups['hub-cluster'][0]].cluster_name }} rendezvousIP: {{ hostvars['ocp-hub'].ip_address }} -bootArtifactsBaseURL: {{ hostvars['matchbox'].http_endpoint }}/assets/hub/ +bootArtifactsBaseURL: {{ hostvars[groups['matchbox'][0]].http_endpoint }}/assets/hub/ hosts: - hostname: {{ hostvars['ocp-hub'].hostname }} role: master