Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uni01alpha - neutron conf + ironic post oc hook #765

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading