J vanBemmel

Results 79 comments of J vanBemmel

The way I would configure it, is a single static default route to the control network gateway if available- if the vscs are all in a single subnet and you...

I generate the templates under /home/stack and then overwrite using the git files. 5.4.1U12 but every version has the same issue The other plugin files have the same relative path,...

Look at https://opendev.org/openstack/tripleo-heat-templates/src/commit/a462d796a7a1efe17c399e81395a22610b016952/puppet/services/neutron-plugin-ml2-nuage.yaml#L83 line 83 for example I think what's special about this case is that the file is linking to itself. There are other places where the YAML refers...

[image: image.png] Sorry, it's not linking to itself - the path is different. But it fails. File permissions are the same as other files in that folder. With the relative...

[image: image.png] Here's what I do - the files under /home/stack/templates/generated are identical, and other files get loaded ok - just not this one On Fri, Jul 24, 2020 at...

``` vrfs: blue: af: ipv4: true bgp: neighbors: - as: 65103 ifindex: 3 ipv4: 10.1.0.10 name: r3 type: ebgp - as: 65104 ifindex: 4 ipv4: 10.1.0.14 name: r4 type: ebgp...

I'm thinking this may be a misunderstanding of semantics - it's a mismatch between VRF leaking and EBGP routes sent from a peer without VRFs See https://github.com/ipspace/netlab/blob/dev/docs/module/vrf.md: "Missing import and...

IPv4 unnumbered is a recent addition, the templates need to be updated to configure it correctly. I’ll take a look

Yes, the evpn module could figure out the transport (mpls because the vxlan module isn't enabled) but users should be able to specify it also ```evpn:``` is required to enable...

Containerlab runs docker which will automatically pull any missing images. The issue only exists for platforms that don't provide a public image I guess your second bullet would skip the...