Skip to content

Commit

Permalink
uni01alpha - neutron conf + ironic post oc hook
Browse files Browse the repository at this point in the history
Set neutron config - NeutronFlatNetworks and NeutronBridgeMappings.

Run Ironic post overcloud deploy hook after deploying OSP 17.1.

Depends-On: openstack-k8s-operators/ci-framework#2602
  • Loading branch information
hjensas committed Dec 13, 2024
1 parent e004af1 commit c3077b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scenarios/uni01alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ stacks:
- osp-computes
- osp-controllers
- osp-networkers
post_oc_run:
- name: Ironic post overcloud deploy
type: playbook
source: adoption_ironic_post_oc.yml
6 changes: 6 additions & 0 deletions scenarios/uni01alpha/config_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ parameter_defaults:
host_routes: []
name: ctlplane-subnet
ip_version: 4
NeutronFlatNetworks:
- datacentre
- baremetal
NeutronBridgeMappings:
- datacentre:br-ex
- baremetal:br-baremetal
IronicInspectorInterface: br-baremetal
# Since we need predictable node names to be able to set this paremeter,
# it a requirement to set the ci-framework parameter cifmw_run_id with
Expand Down

0 comments on commit c3077b1

Please sign in to comment.