diff --git a/install/roles/tealc/tasks/infra-setup/delete/hive/01-delete-resources.yaml b/install/roles/tealc/tasks/infra-setup/delete/hive/01-delete-resources.yaml index 5c5d2a70..5689fcda 100644 --- a/install/roles/tealc/tasks/infra-setup/delete/hive/01-delete-resources.yaml +++ b/install/roles/tealc/tasks/infra-setup/delete/hive/01-delete-resources.yaml @@ -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 ############################ diff --git a/install/secrets/clusters.yaml b/install/secrets/clusters.yaml index 2f27f7c3..7f3cbddf 100644 Binary files a/install/secrets/clusters.yaml and b/install/secrets/clusters.yaml differ