RETIRED, OpenStack Virtual Baremetal (OVB)
Go to file
Harald Jensås ccec11f9c8 Add allocation-pool support for the public_net
TripleO CI uses 10.0.0.1 statically for the undercloud's
public interface. When using extra node in some job's
there is sometime a conflict, because the extra node get's
the 10.0.0.1 address allocated.

Adding support to define the allocation pools on the
public_net allows TripleO CI to define a pool with the
10.0.0.1 address eliminated.

A good practice would be to set up OVB to use
[{start: 10.0.0.128, end: 10.0.0.253}], and then configure
the undercloud/overcloud deployed on the OVB infrastructure
to use addresses in the range 10.0.0.1-10.0.0.127.

The parameter public_net_allocation_pools controls the
allocation pool setting, by default all addresses of the
subnet is in the pool.

Related-Bug: #1874418
Change-Id: Ieca4864e069148abb49eb709bf7f48a14ef04e77
2020-07-10 20:13:50 +00:00
bin jq and -f json replace -f value in bmc script 2020-03-10 03:02:18 +01:00
doc/source Add radvd helper instance for ipv6 provisioning 2020-03-10 22:57:33 +00:00
environments Add allocation-pool support for the public_net 2020-07-10 20:13:50 +00:00
ipxe Change ipxe-boot image to try all interfaces 2020-05-05 10:25:48 +02:00
openstack_virtual_baremetal Stop to use the __future__ module. 2020-06-02 20:34:33 +02: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 allocation-pool support for the public_net 2020-07-10 20:13:50 +00:00
templates Add allocation-pool support for the public_net 2020-07-10 20:13:50 +00: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.