RETIRED, OpenStack Virtual Baremetal (OVB)
Go to file
Harald Jensås 135786a9ca Add IPv6 radvd and dhcpv6 relay support
Add a new templates to configure radvd and dhcpv6 relay.

For IPv6 routed network the radvd daemon and the dhcpv6
relay is hosted on the same instance.

Since we do not want the networks in the OVB infra to
provide any DHCP or auto configuration we cannot use
neutron routers for provisioning network routing. The
instance running dhcpv6 relay and radvd will also be
the router for the provisioning networks.

Bump template version in undercloud-networks-routed.yaml
to version 2015-10-15. Need this version to avoid error:
  'Items to join must be strings not
   {u'str_split': [u'/', u'fd12:3456:789a:3::/64', 1]}'

Change-Id: Ib95f7d7cfd3d2318ac4f4f44f22955b0c18c465e
2020-05-12 13:40:44 +02:00
bin jq and -f json replace -f value in bmc script 2020-03-10 03:02:18 +01:00
doc/source Add IPv6 radvd and dhcpv6 relay support 2020-05-12 13:40:44 +02:00
environments Add IPv6 radvd and dhcpv6 relay support 2020-05-12 13:40:44 +02:00
ipxe Change ipxe-boot image to try all interfaces 2020-05-05 10:25:48 +02:00
openstack_virtual_baremetal Use unittest.mock instead of third party mock 2020-04-22 20:39:38 +00:00
overcloud-templates Correct indentation in nic-configs 2019-01-11 15:47:45 -06:00
patches/nova Add new Nova patch file for Pike 2017-06-08 15:38:57 -05:00
sample-env-generator Add IPv6 radvd and dhcpv6 relay support 2020-05-12 13:40:44 +02:00
templates Add IPv6 radvd and dhcpv6 relay support 2020-05-12 13:40:44 +02:00
.gitignore Stop using setup.py [test|testr|build_sphinx] 2019-01-16 13:21:28 -06:00
.gitmodules Don't use diskimage-builder to build IPXE image 2019-09-25 17:15:30 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:05 +00:00
.stestr.conf Stop using setup.py [test|testr|build_sphinx] 2019-01-16 13:21:28 -06:00
.zuul.yaml Drop py27 support 2020-04-22 14:39:21 -06:00
README.rst Reference ReadTheDocs documentation from readme 2017-01-16 11:28:56 -06:00
requirements.txt Re-enable uefi support with glanceclient 2017-04-26 12:55:22 -05:00
setup.cfg Drop py27 support 2020-04-22 14:39:21 -06:00
setup.py Drop py27 support 2020-04-22 14:39:21 -06:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-22 20:39:38 +00:00
tox.ini Drop py27 support 2020-04-22 14:39:21 -06:00

README.rst

OpenStack Virtual Baremetal

OpenStack Virtual Baremetal is a way to use OpenStack instances to do simulated baremetal deployments. For more details, see the full documentation.