tripleo-puppet-elements/elements/overcloud-network-midonet/README.md

1.4 KiB

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).