Skip to content
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/bgp-l3-xl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ stacks:
- osp-r0-controllers
- osp-r1-controllers
- osp-r2-controllers
pre_oc_run:
- name: "01 Add default route to OC nodes before OC deploy"
type: playbook
source: "adoption_bgp_pre_overcloud.yaml"
pre_uc_run:
- name: "01 Deploy BGP fabric"
type: playbook
Expand Down
2 changes: 1 addition & 1 deletion tests/roles/dataplane_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
when: bgp
ansible.builtin.shell: |
{{ shell_header }}
ssh -o StrictHostKeyChecking=accept-new -i {{ edpm_privatekey_path }} root@{{ item.key }} 'bash -s' << 'EOF'
ssh -o StrictHostKeyChecking=accept-new -i {{ edpm_privatekey_path }} root@{{ item.key }}.utility 'bash -s' << 'EOF'
cp /etc/os-net-config/tripleo_config.yaml /etc/os-net-config/tripleo_config.yaml.bak
awk 'BEGIN { first_done=0; skip=0 }
/^network_config:/ { print; next }
Expand Down
Loading