Skip to content

Commit

Permalink
Merge pull request #103 from equinix-labs/displague-patch-1
Browse files Browse the repository at this point in the history
chore: fix ssh jumphost option key in integration test
  • Loading branch information
displague authored Aug 13, 2024
2 parents 03e6cc5 + e181e61 commit cf9efcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ssh-keyscan -H $(terraform output -raw bastion_public_ip) >> ~/.ssh/known_hosts
# Show meaningful status via "cluster status". alternatively, "ncc health_checks run_all", which can take a while
# For more commands: https://portal.nutanix.com/page/documents/kbs/details?targetId=kA07V000000LVVSSA4
ssh -o StrictHostKeyChecking=no -j root@$(terraform output -raw bastion_public_ip) nutanix@$(terraform output -raw cvim_ip_address) cluster status
ssh -o StrictHostKeyChecking=no -J root@$(terraform output -raw bastion_public_ip) nutanix@$(terraform output -raw cvim_ip_address) cluster status
- name: Terraform Destroy with Retry
id: destroy
if: ${{ always() }}
Expand Down

0 comments on commit cf9efcd

Please sign in to comment.