Skip to content

Commit

Permalink
feat: Adds ironic IPA image build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Sep 17, 2024
1 parent 09f9562 commit 4b4b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ironic-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Rename IPA image to include build timestamp
run: cd ironic-images/ipa-debian-bookworm/ && cp ipa-debian-bookworm.initramfs ipa-debian-bookworm-${{ env.TIMESTAMP }}.initramfs && cp ipa-debian-bookworm.kernel ipa-debian-bookworm-${{ env.TIMESTAMP }}.kernel
- run: cd ironic-images/ipa-debian-bookworm/ && time swift -A https://identity.api.rackspacecloud.com/v1.0 --os-region-name=IAD -U ${{ secrets.RACKSPACE_CLOUD_USERNAME }} -K ${{ secrets.RACKSPACE_CLOUD_API_KEY}} upload --segment-size 5368709120 undercloud-ironic-images ipa-debian-bookworm.initramfs ipa-debian-bookworm.kernel ipa-debian-bookworm-${{ env.TIMESTAMP }}.initramfs ipa-debian-bookworm-${{ env.TIMESTAMP }}.kernel
# if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit 4b4b393

Please sign in to comment.