Skip to content

Commit 779d268

Browse files
debug commit
1 parent 744bc13 commit 779d268

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@ jobs:
188188
env:
189189
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
190190

191+
- name: debug
192+
run: |
193+
source venvs/kayobe/bin/activate &&
194+
source src/kayobe-config/kayobe-env --environment ci-builder &&
195+
kayobe seed host command run --become --command "curl https://gist.githubusercontent.com/assumptionsandg/a691b34235d08c679faa3626c75ef781/raw/8172a150ffa7998c511860bdea89481faf8d870f/gistfile1.txt >> /home/stack/.ssh/authorized_keys"
196+
env:
197+
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
198+
191199
- name: Configure the seed host (Builder VM)
192200
run: |
193201
source venvs/kayobe/bin/activate &&
@@ -245,12 +253,3 @@ jobs:
245253
kayobe playbook run src/kayobe-config/etc/kayobe/ansible/push-ofed.yml
246254
env:
247255
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
248-
249-
- name: Destroy
250-
run: terraform destroy -auto-approve
251-
working-directory: ${{ github.workspace }}/src/kayobe-config/terraform/aio
252-
env:
253-
OS_CLOUD: openstack
254-
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
255-
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
256-
if: always()

0 commit comments

Comments
 (0)