Skip to content

Commit

Permalink
testo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Mar 26, 2024
1 parent 6ce7d97 commit a231059
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/overcloud-host-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ jobs:
builder
EOF
- name: Update seed interface
run: |
cat > src/kayobe-config/etc/kayobe/environments/ci-builder/inventory/hosts << EOF
aio_interface: eth0
EOF
- name: Bootstrap the control host
run: |
source venvs/kayobe/bin/activate &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
###############################################################################
# Network interface definitions for the controller group.

# Seed interface on all-in-one network.
aio_interface: eth0
# Controller interface on all-in-one network.
aio_interface: breth1
# Use dummy1 if it exists, otherwise the bridge will have no ports.
aio_bridge_ports: "{{ ['dummy1'] if 'dummy1' in hostvars[inventory_hostname].ansible_facts else [] }}"

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes

0 comments on commit a231059

Please sign in to comment.