- https://docs.openstack.org/neutron/queens/admin/config-bgp-dynamic-routing.html
- https://docs.openstack.org/newton/networking-guide/config-subnet-pools.html
- https://cloudbau.github.io/openstack/neutron/networking/ipv6/2017/09/11/neutron-pike-ipv6.html
- http://lists.openstack.org/pipermail/openstack/2018-August/046904.html
- https://patchwork.ozlabs.org/project/netdev/patch/2107636851.12713862.1393876035292.JavaMail.zimbra@redhat.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if [ "$#" -lt 0 ]; then | |
| echo "Usage: $0" | |
| exit 1 | |
| fi | |
| echo "Generating nip.io based on found external IP" | |
| FOUNDIP=$(docker run --rm --net=host appropriate/curl https://api.ipify.org) | |
| APIFQDN="minio-api.${FOUNDIP}.nip.io" | |
| FQDN="minio.${FOUNDIP}.nip.io" |
DB
ovs-vsctl list open_vswitch
ovs-vsctl list interface
ovs-vsctl list interface vxlan-ac000344
ovs-vsctl --columns=options list interface vxlan-ac000344
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl -f csv --no-heading --columns=_uuid list controller
ovs-vsctl -f csv --no-heading -d bare --columns=other_config list port