Skip to content

Commit

Permalink
changed scale lab api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn committed Sep 27, 2024
1 parent a02d2bb commit 11bc466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible-ipi-install/roles/bootstrap/tasks/10_load_inv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: Download ocpinv.json
block:
- uri:
url: "{{ alias.lab_url }}/cloud/{{ cloud_name }}_ocpinventory.json"
url: "{{ alias.lab_url }}/instack/{{ cloud_name }}_ocpinventory.json"
return_content: yes
register: response

Expand All @@ -29,7 +29,7 @@
- name: Download ocpinv.json
block:
- uri:
url: "{{ scale.lab_url }}/cloud/{{ cloud_name }}_ocpinventory.json"
url: "{{ scale.lab_url }}/instack/{{ cloud_name }}_ocpinventory.json"
return_content: yes
register: response

Expand Down
4 changes: 2 additions & 2 deletions ansible-ipi-install/roles/scale-bootstrap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- name: Download ocpinv.json
block:
- uri:
url: "{{ alias.lab_url }}/cloud/{{ cloud_name }}_ocpinventory.json"
url: "{{ alias.lab_url }}/instack/{{ cloud_name }}_ocpinventory.json"
return_content: yes
register: response

Expand All @@ -33,7 +33,7 @@
- name: Download ocpinv.json
block:
- uri:
url: "{{ scale.lab_url }}/cloud/{{ cloud_name }}_ocpinventory.json"
url: "{{ scale.lab_url }}/instack/{{ cloud_name }}_ocpinventory.json"
return_content: yes
register: response

Expand Down

0 comments on commit 11bc466

Please sign in to comment.