164632aa19
Due to some changes needed in the RDO side we refactored some code at openstack/puppet-midonet so Elasticsearch Curator is installed from their Yum repositories instead of it being installed with Pip. See: - https://bugzilla.redhat.com/show_bug.cgi?id=1403753 - https://review.openstack.org/#/c/409862/ - https://review.rdoproject.org/r/#/c/4053/ Change-Id: Ie7501ab0f6949e149b15791b9d3ba9d6370a6b00 |
||
---|---|---|
.. | ||
environment.d | ||
extra-data.d | ||
install.d | ||
element-deps | ||
pkg-map | ||
README.md | ||
source-repository-overcloud-network-midonet |
MidoNet Element
Install all packages required for an OpenStack deployment with MidoNet.
MidoNet MEM (MidoNet with customer support) can also be installed. To do so, build the image with the following environment variables:
Variables
DIB_MIDONET_release
Whether to install the open source or the enterprise version. Available values
are OSS
and MEM
. Default is OSS
.
If MEM
is the selected option, you must specify these variables too:
DIB_MIDONET_mem_username
DIB_MIDONET_mem_password
DIB_MIDONET_stage
Install stable
, testing
or unstable
packages. Default is stable
.
DIB_MIDONET_version
What version of Midonet to install. Default is 5.2
.
DIB_MIDONET_openstack_version
Specify the version of OpenStack you're using. Default is mitaka
.
DIB_MIDONET_mem_username
Username to be used against the MEM repository. Must be provided when setting
DIB_MIDONET_release
to MEM
.
DIB_MIDONET_mem_password
Password to be used against the MEM repository. Must be provided when setting
DIB_MIDONET_release
to MEM
.
Considerations
MidoNet components come from packages, so use the already exposed:
export DIB_INSTALLTYPE_overcloud_network_midonet=package
Puppet modules will be downloaded from pinned sources (see files in
environment.d
and source-repository-overcloud-network-midonet
folders).