Skip to content

Commit

Permalink
OCTOPUS-583: improve logging
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Apr 12, 2024
1 parent fa3e3f8 commit 0b1e047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/6_post/post.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ resource "null_resource" "debug_and_remove_taints" {
export HTTPS_PROXY="http://${var.nfs_server}:3128"
echo "[All Nodes]"
oc get nodes -owide
echo ""
echo "[Power Nodes]"
oc get nodes -l 'kubernetes.io/arch=ppc64le' -o json | jq -r '.items[]'
echo ""
cd ${local.ansible_post_path}
bash files/remove-worker-taints.sh "${var.nfs_server}" "${var.name_prefix}" "${var.worker["count"]}"
EOF
Expand Down

0 comments on commit 0b1e047

Please sign in to comment.