Skip to content

Commit

Permalink
Merge pull request #872 from slagle/bootc
Browse files Browse the repository at this point in the history
Rebase bootc branch onto main
  • Loading branch information
slagle authored Feb 3, 2025
2 parents 508fd24 + fde523f commit 5666d13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -43,7 +43,7 @@ jobs:
docs/build-docs.sh
- name: Upload artifacts
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/build/html/
deploy:
Expand All @@ -57,4 +57,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion playbooks/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Check remote connections
hosts: "{{ edpm_override_hosts | default('all', true) }}"
strategy: linear
gather_facts: "{{ gather_facts | default(false) }}"
gather_facts: false
tasks:
- name: Wait for connection
ansible.builtin.wait_for_connection:
Expand Down
9 changes: 9 additions & 0 deletions roles/edpm_update/tasks/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@
- edpm_update
when: '"nova" in edpm_update_running_services'

- name: Updates configs for edpm_nova role
ansible.builtin.include_role:
name: osp.edpm.edpm_nova
tasks_from: configure.yml
tags:
- edpm_nova
- edpm_update
when: '"nova" in edpm_update_running_services'

- name: Updates containers for edpm_neutron_sriov role
ansible.builtin.include_role:
name: osp.edpm.edpm_neutron_sriov
Expand Down
1 change: 1 addition & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- podified-multinode-edpm-baremetal-pipeline
github-check:
jobs:
- noop
- edpm-ansible-tempest-multinode
- edpm-ansible-molecule-edpm_bootstrap
- edpm-ansible-molecule-edpm_podman
Expand Down

0 comments on commit 5666d13

Please sign in to comment.