Skip to content

Commit

Permalink
Fix lint v2
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Oct 27, 2023
1 parent 6248f94 commit 5006fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Get FIPs #
############
- name: "Collect floating IP for api"
shell: "oc get secret {{ clusterName }}-install-config -n {{ hive_namespace }} -o=jsonpath='{\.data.install-config\.yaml}' | base64 -d | yq '.platform.openstack.apiFloatingIP'"
shell: "oc get secret {{ clusterName }}-install-config -n {{ hive_namespace }} -o=jsonpath='{.data.install-config.yaml}' | base64 -d | yq '.platform.openstack.apiFloatingIP'"
register: fip_api_output

- name: "Collect floating IP for apps"
shell: "oc get secret {{ clusterName }}-install-config -n {{ hive_namespace }} -o=jsonpath='{\.data.install-config\.yaml}' | base64 -d | yq '.platform.openstack.ingressFloatingIP'"
shell: "oc get secret {{ clusterName }}-install-config -n {{ hive_namespace }} -o=jsonpath='{.data.install-config.yaml}' | base64 -d | yq '.platform.openstack.ingressFloatingIP'"
register: fip_apps_output

############################
Expand Down
Binary file modified install/secrets/clusters.yaml
Binary file not shown.

0 comments on commit 5006fb0

Please sign in to comment.