Skip to content
Snippets Groups Projects
Commit 5836756d authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Move base_config role templates to bc_templates folder

parent fefeccbb
Branches
Tags
1 merge request!167PE base config - integrated into `base_config` role.
Showing
with 3 additions and 32 deletions
../bc_templates
\ No newline at end of file
<bgp xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes">
<error-handling alu:operation="replace">
<update-fault-tolerance>true</update-fault-tolerance>
</error-handling>
<local-as alu:operation="replace">
<as-number>{{ geant_re_as_number }}</as-number>
</local-as>
<group alu:operation="replace">
<group-name>iGEANT-P-ONLY</group-name>
<admin-state>enable</admin-state>
<next-hop-self>true</next-hop-self>
<type>internal</type>
<peer-as>{{ geant_re_as_number }}</peer-as>
<capability-negotiation>true</capability-negotiation>
<local-address>{{ lo_ipv4_address }}</local-address>
<family>
<mcast-ipv4>true</mcast-ipv4>
</family>
</group>
<group alu:operation="replace">
<group-name>iGEANT6-P-ONLY</group-name>
<next-hop-self>true</next-hop-self>
<type>internal</type>
<peer-as>{{ geant_re_as_number }}</peer-as>
<capability-negotiation>true</capability-negotiation>
<local-address>{{ lo_ipv6_address }}</local-address>
<family>
<mcast-ipv6>true</mcast-ipv6>
</family>
</group>
{# Here goes the neighbors#}
</bgp>
...@@ -16,6 +16,8 @@ lt_ipv4_network: "{{ wfo_router.router.router_ias_lt_ipv4_network }}" ...@@ -16,6 +16,8 @@ lt_ipv4_network: "{{ wfo_router.router.router_ias_lt_ipv4_network }}"
lt_ipv6_network: "{{ wfo_router.router.router_ias_lt_ipv6_network }}" lt_ipv6_network: "{{ wfo_router.router.router_ias_lt_ipv6_network }}"
site_country_code: "{{ wfo_router.router.router_site.site_country_code }}" site_country_code: "{{ wfo_router.router.router_site.site_country_code }}"
is_ias_connected: "{{ wfo_router.router.is_ias_connected }}" is_ias_connected: "{{ wfo_router.router.is_ias_connected }}"
router_tier: "{{ wfo_router.router.router_site.site_tier }}"
router_role: "{{ wfo_router.router.router_role }}"
mytemplates: mytemplates:
template_name: base_config template_name: base_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment