Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Apr 28, 2023
1 parent 3b18221 commit ad35eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

all-in-one-centos-ovs:
name: aio (CentOS OVS)
needs:
- build-kayobe-image
#needs:
# - build-kayobe-image
uses: ./.github/workflows/stackhpc-capi-all-in-one.yml
with:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
kayobe_image: somebs #${{ needs.build-kayobe-image.outputs.kayobe_image }}
neutron_plugin: ovs
OS_CLOUD: sms-lab
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-capi-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ jobs:
- name: Get kubeconfig
run: |
pip3 install ansible
which ansible
whereis ansible
export IP=$(ansible localhost -m debug -a "var=access_ip_v4.value" -e @etc/kayobe/environments/$KAYOBE_ENVIRONMENT/tf-outputs.yml | grep access_ip_v4.value | awk '{print $2}' | tr -d \''"\')
echo $IP
Expand All @@ -302,6 +301,7 @@ jobs:
env:
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
SSH_USERNAME: "${{ inputs.ssh_username }}"
shell: bash

- name: Set kubeconfig
run: |
Expand Down

0 comments on commit ad35eba

Please sign in to comment.