Remove PostgreSQL support
It was deprecated during the previous cycle[1], due to neutron which already removed PostgreSQL support.
[1] 0c4812f8815812a0e938089239f5a4964f8e37c4
Change-Id: Iea654ed1f9ed3224fc3c00adf23e2c5c2d9330b1 Signed-off-by: Takashi Kajinami kajinamit@oss.nttdata.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Team and repository tags
neutron
Table of Contents
Overview
The neutron module is a part of OpenStack, an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack and OpenStack community projects as part of the core software. The module itself is used to flexibly configure and manage the network service for OpenStack.
Module Description
The neutron module is an attempt to make Puppet capable of managing the entirety of neutron. This includes manifests to provision such things as keystone endpoints, RPC configurations specific to neutron, database connections, and network driver plugins. Types are shipped as part of the neutron module to assist in manipulation of the OpenStack configuration files.
This module is tested in combination with other modules needed to build and leverage an entire OpenStack installation.
Setup
What the neutron module affects:
Installing neutron
Beginning with neutron
To utilize the neutron module’s functionality you will need to declare multiple resources. The following example displays the setting up of an Open vSwitch neutron installation. This is not an exhaustive list of all the components needed. We recommend that you consult and understand the core openstack documentation to assist you in understanding the available deployment options.
Other neutron network drivers include:
The
examplesdirectory also provides a quick tutorial on how to use this module.Implementation
neutron
neutron is a combination of Puppet manifest and ruby code to deliver configuration and extra functionality through types and providers.
Types
neutron_config
The
neutron_configprovider is a children of the ini_setting provider. It allows one to write an entry in the/etc/neutron/neutron.conffile.This will write
core_plugin=ml2in the[DEFAULT]section.name
Section/setting name to manage from
neutron.confvalue
The value of the setting to be defined.
secret
Whether to hide the value from Puppet logs. Defaults to
false.ensure_absent_val
If value is equal to ensure_absent_val then the resource will behave as if
ensure => absentwas specified. Defaults to<SERVICE DEFAULT>Limitations
This module supports only the ml2 plugin, and its mechanism drivers listed below.
Development
The puppet-openstack modules follow the OpenStack development model. Developer documentation for the entire puppet-openstack project is at:
Contributors
The github contributor graph.
Release Notes
Repository