Files
tripleo-puppet-elements/elements/overcloud-network-midonet
Lars Kellogg-Stedman 82ccb486c1 update required packages for opstools support
the packages required for opstools support (fluentd, sensu, and
related) were duplicated across all the overcloud elements.

this consolidates the opstools packages into a single
overcloud-opstools element and makes it a dependency of the
overcloud-* elements.  It also adds the missing fluentd secure-forward
plugin package.

Change-Id: I4df1bb0c4fdc3211ef32aaa112d1c46063c85309
2016-10-21 08:42:18 -04:00
..

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