(doc) Fix documentation for puppet strings
Before (25.68%) Files: 74 Modules: 0 ( 0 undocumented) Classes: 0 ( 0 undocumented) Constants: 0 ( 0 undocumented) Methods: 0 ( 0 undocumented) Puppet Classes: 66 ( 50 undocumented) Puppet Types: 8 ( 5 undocumented) 25.68% documented After (100%) Files: 74 Modules: 0 ( 0 undocumented) Classes: 0 ( 0 undocumented) Constants: 0 ( 0 undocumented) Methods: 0 ( 0 undocumented) Puppet Classes: 66 ( 0 undocumented) Puppet Types: 8 ( 0 undocumented) 100.00% documented
This commit is contained in:
parent
4d12ea97d5
commit
53b2f9f3d1
@ -23,7 +23,6 @@
|
||||
# (optional) IP address on which memcached instance should listen
|
||||
# Defaults to '127.0.0.1'
|
||||
#
|
||||
|
||||
class cloud::cache (
|
||||
$listen_ip = '127.0.0.1',
|
||||
){
|
||||
|
@ -72,7 +72,6 @@
|
||||
# (optionnal) Memcached servers used by Keystone. Should be an array.
|
||||
# Defaults to ['127.0.0.1:11211']
|
||||
#
|
||||
|
||||
class cloud::compute(
|
||||
$nova_db_host = '127.0.0.1',
|
||||
$nova_db_use_slave = false,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Compute API node
|
||||
#
|
||||
|
||||
class cloud::compute::api(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$ks_keystone_internal_proto = 'http',
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Compute Certificate node
|
||||
#
|
||||
|
||||
class cloud::compute::cert {
|
||||
|
||||
include 'cloud::compute'
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Compute Conductor node
|
||||
#
|
||||
|
||||
class cloud::compute::conductor {
|
||||
|
||||
include 'cloud::compute'
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Compute Authenfication Console node
|
||||
#
|
||||
|
||||
class cloud::compute::consoleauth {
|
||||
|
||||
include 'cloud::compute'
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Compute Proxy Console node
|
||||
#
|
||||
|
||||
class cloud::compute::consoleproxy(
|
||||
$api_eth = '127.0.0.1',
|
||||
$spice_port = '6082'
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Compute controller node
|
||||
#
|
||||
|
||||
class cloud::compute::controller(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$ks_nova_password = 'novapassword',
|
||||
|
@ -74,7 +74,7 @@
|
||||
# (optional) Forward HTTPS proto in the headers
|
||||
# Useful when activating SSL binding on HAproxy and not in Horizon.
|
||||
# Defaults to false
|
||||
|
||||
#
|
||||
class cloud::dashboard(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$secret_key = 'secrete',
|
||||
|
@ -51,7 +51,6 @@
|
||||
# (optional) Admin tenant name used to connect to nova.
|
||||
# Defaults to 'admin'
|
||||
#
|
||||
|
||||
class cloud::database::dbaas(
|
||||
$trove_db_host = '127.0.0.1',
|
||||
$trove_db_user = 'trove',
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# Class to install API service of OpenStack Database as a Service (Trove)
|
||||
#
|
||||
|
||||
#
|
||||
class cloud::database::dbaas::api(
|
||||
$ks_trove_password = 'trovepassword',
|
||||
$verbose = true,
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# Class to install Conductor service of OpenStack Database as a Service (Trove)
|
||||
#
|
||||
|
||||
#
|
||||
class cloud::database::dbaas::conductor(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$ks_keystone_internal_port = '5000',
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# Class to install Taskmanager service of OpenStack Database as a Service (Trove)
|
||||
#
|
||||
|
||||
#
|
||||
class cloud::database::dbaas::taskmanager(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$ks_keystone_internal_port = '5000',
|
||||
|
@ -35,7 +35,6 @@
|
||||
# If set to false, the setup won't be HA and no replicaset will be created.
|
||||
# Defaults to hostname
|
||||
#
|
||||
|
||||
class cloud::database::nosql(
|
||||
$bind_ip = '127.0.0.1',
|
||||
$nojournal = false,
|
||||
|
@ -68,7 +68,6 @@
|
||||
# (optional) Syslog facility to receive log lines
|
||||
# Defaults to 'LOG_LOCAL0'
|
||||
#
|
||||
|
||||
class cloud::image(
|
||||
$glance_db_host = '127.0.0.1',
|
||||
$glance_db_user = 'glance',
|
||||
|
@ -55,7 +55,6 @@
|
||||
# (optional) Syslog facility to receive log lines
|
||||
# Defaults to 'LOG_LOCAL0'
|
||||
#
|
||||
|
||||
class cloud::image::registry(
|
||||
$glance_db_host = '127.0.0.1',
|
||||
$glance_db_user = 'glance',
|
||||
|
@ -17,7 +17,6 @@
|
||||
#
|
||||
# Installs the private cloud system requirements
|
||||
#
|
||||
|
||||
class cloud(
|
||||
$rhn_registration = undef,
|
||||
$root_password = 'root',
|
||||
|
@ -17,7 +17,6 @@
|
||||
#
|
||||
# Configure common logging
|
||||
#
|
||||
|
||||
class cloud::logging{
|
||||
|
||||
include ::fluentd
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# == Class: cloud::logging::server
|
||||
#
|
||||
|
||||
class cloud::logging::server{
|
||||
|
||||
include ::elasticsearch
|
||||
|
@ -13,7 +13,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
#
|
||||
|
||||
class cloud::monitoring::agent::sensu {
|
||||
|
||||
Package['sensu'] -> Sensu::Plugin <<| |>>
|
||||
|
@ -91,7 +91,6 @@
|
||||
# Supported values: 'ml2', 'n1kv'.
|
||||
# Defaults to 'ml2'
|
||||
#
|
||||
|
||||
class cloud::network(
|
||||
$verbose = true,
|
||||
$debug = true,
|
||||
|
@ -19,7 +19,6 @@
|
||||
# (optionnal) Manage or not external network with provider network API
|
||||
# Defaults to false.
|
||||
#
|
||||
|
||||
class cloud::network::controller(
|
||||
$neutron_db_host = '127.0.0.1',
|
||||
$neutron_db_user = 'neutron',
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Network DHCP node
|
||||
#
|
||||
|
||||
class cloud::network::dhcp(
|
||||
$veth_mtu = 1500,
|
||||
$debug = true,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Network L3 node
|
||||
#
|
||||
|
||||
class cloud::network::l3(
|
||||
$external_int = 'eth1',
|
||||
$ext_provider_net = false,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Network LBaaS node
|
||||
#
|
||||
|
||||
class cloud::network::lbaas(
|
||||
$debug = true,
|
||||
$manage_haproxy_pkg = true
|
||||
|
@ -16,7 +16,6 @@
|
||||
# Network Metadata node (need to be run once)
|
||||
# Could be managed by spof_node manifest
|
||||
#
|
||||
|
||||
class cloud::network::metadata(
|
||||
$enabled = true,
|
||||
$debug = true,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Network VPNaaS node
|
||||
#
|
||||
|
||||
class cloud::network::vpn{
|
||||
|
||||
include 'cloud::network'
|
||||
|
@ -22,7 +22,6 @@
|
||||
# [*swift_hash_suffix*]
|
||||
# (required) String of text to be used as a salt when hashing to determine mappings in the ring.
|
||||
#
|
||||
|
||||
class cloud::object(
|
||||
$swift_hash_suffix = undef
|
||||
) {
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Swift Proxy node
|
||||
#
|
||||
|
||||
class cloud::object::controller(
|
||||
$ks_keystone_admin_host = '127.0.0.1',
|
||||
$ks_keystone_admin_port = 35357,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Swift tweaking
|
||||
#
|
||||
|
||||
class cloud::object::tweaking {
|
||||
file {'/etc/sysctl.d/swift-tuning.conf':
|
||||
content => "
|
||||
|
@ -91,7 +91,6 @@
|
||||
# (optional) Syslog facility to receive log lines
|
||||
# Defaults to 'LOG_LOCAL0'
|
||||
#
|
||||
|
||||
class cloud::orchestration(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$ks_keystone_internal_port = '5000',
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Orchestration APIs node
|
||||
#
|
||||
|
||||
class cloud::orchestration::api(
|
||||
$ks_heat_internal_port = 8004,
|
||||
$ks_heat_cfn_internal_port = 8000,
|
||||
|
@ -16,7 +16,6 @@
|
||||
# Orchestration engine node (should be run once)
|
||||
# Could be managed by spof node as Active / Passive.
|
||||
#
|
||||
|
||||
class cloud::orchestration::engine(
|
||||
$enabled = true,
|
||||
$ks_heat_public_host = '127.0.0.1',
|
||||
|
@ -30,7 +30,6 @@
|
||||
# (optionnal) IP address used to send multicast traffic
|
||||
# Defaults to '239.1.1.2'
|
||||
#
|
||||
|
||||
class cloud::spof(
|
||||
$cluster_ip = '127.0.0.1',
|
||||
$cluster_members = false,
|
||||
|
@ -13,7 +13,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
#
|
||||
|
||||
class cloud::storage::rbd (
|
||||
$fsid = undef,
|
||||
$cluster_network = '127.0.0.1/24',
|
||||
|
@ -13,7 +13,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
#
|
||||
|
||||
class cloud::storage::rbd::monitor (
|
||||
$id = $::uniqueid,
|
||||
$mon_addr = '127.0.0.1',
|
||||
|
@ -68,7 +68,6 @@
|
||||
# (optional) the keystone region of this node
|
||||
# Defaults to 'RegionOne'
|
||||
#
|
||||
|
||||
class cloud::telemetry(
|
||||
$ceilometer_secret = 'ceilometersecret',
|
||||
$rabbit_hosts = ['127.0.0.1:5672'],
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Telemetry Alarm Evaluator nodes
|
||||
#
|
||||
|
||||
class cloud::telemetry::alarmevaluator(
|
||||
){
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Telemetry Alarm Notifier nodes
|
||||
#
|
||||
|
||||
class cloud::telemetry::alarmnotifier(
|
||||
){
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Telemetry API nodes
|
||||
#
|
||||
|
||||
class cloud::telemetry::api(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$ks_keystone_internal_proto = 'http',
|
||||
|
@ -16,7 +16,6 @@
|
||||
# Telemetry Central Agent node (should be run once)
|
||||
# Could be managed by spof node as Active / Passive.
|
||||
#
|
||||
|
||||
class cloud::telemetry::centralagent(
|
||||
$enabled = true,
|
||||
){
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Telemetry Collector nodes
|
||||
#
|
||||
|
||||
class cloud::telemetry::collector(
|
||||
$mongo_nodes = ['127.0.0.1:27017'],
|
||||
$replicaset_enabled = true,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Telemetry Notifications nodes
|
||||
#
|
||||
|
||||
class cloud::telemetry::notification {
|
||||
|
||||
include 'cloud::telemetry'
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Telemetry server nodes
|
||||
#
|
||||
|
||||
class cloud::telemetry::server(
|
||||
$ks_keystone_internal_host = '127.0.0.1',
|
||||
$ks_keystone_internal_proto = 'http',
|
||||
|
@ -56,7 +56,6 @@
|
||||
# (optional) Syslog facility to receive log lines
|
||||
# Defaults to 'LOG_LOCAL0'
|
||||
#
|
||||
|
||||
class cloud::volume(
|
||||
$cinder_db_host = '127.0.0.1',
|
||||
$cinder_db_user = 'cinder',
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Volume API node
|
||||
#
|
||||
|
||||
class cloud::volume::api(
|
||||
$ks_cinder_internal_port = 8776,
|
||||
$ks_cinder_password = 'cinderpassword',
|
||||
|
@ -43,7 +43,6 @@
|
||||
# (optional) Default max number of LUNs in a storage group.
|
||||
# Defaults to: '256'
|
||||
#
|
||||
|
||||
define cloud::volume::backend::emc_vnx (
|
||||
$iscsi_ip_address,
|
||||
$san_ip,
|
||||
|
@ -25,7 +25,6 @@
|
||||
# (optional) Cinder volume group name.
|
||||
# Defaults to 'cinder-volumes'.
|
||||
#
|
||||
|
||||
define cloud::volume::backend::iscsi (
|
||||
$iscsi_ip_address,
|
||||
$volume_group = 'cinder-volumes',
|
||||
|
@ -111,7 +111,6 @@
|
||||
# (optional) File with the list of available NFS shares
|
||||
# Defaults to ''
|
||||
#
|
||||
|
||||
define cloud::volume::backend::netapp (
|
||||
$netapp_login,
|
||||
$netapp_password,
|
||||
|
@ -55,7 +55,6 @@
|
||||
# destination will no longer be valid.
|
||||
# Defaults to 1.0
|
||||
#
|
||||
|
||||
define cloud::volume::backend::nfs(
|
||||
$volume_backend_name = $name,
|
||||
$nfs_servers = [],
|
||||
|
@ -50,7 +50,6 @@
|
||||
# A value of zero disables cloning
|
||||
# Defaults to '5'
|
||||
#
|
||||
|
||||
define cloud::volume::backend::rbd (
|
||||
$rbd_pool,
|
||||
$rbd_user,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Volume Backup node
|
||||
#
|
||||
|
||||
class cloud::volume::backup(
|
||||
$backup_ceph_pool = 'backup',
|
||||
$backup_ceph_user = 'cinder'
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Volume controller
|
||||
#
|
||||
|
||||
class cloud::volume::controller(
|
||||
$ks_cinder_internal_port = 8776,
|
||||
$ks_cinder_password = 'cinderpassword',
|
||||
|
@ -15,7 +15,6 @@
|
||||
#
|
||||
# Volume Scheduler node
|
||||
#
|
||||
|
||||
class cloud::volume::scheduler(
|
||||
# Maintain backward compatibility for multi-backend
|
||||
$volume_multi_backend = false
|
||||
|
@ -47,8 +47,6 @@
|
||||
# }
|
||||
# Defaults to undef to maintain backward compatibility.
|
||||
#
|
||||
|
||||
|
||||
class cloud::volume::storage(
|
||||
$cinder_backends = undef,
|
||||
$ks_keystone_internal_proto = 'http',
|
||||
|
Loading…
x
Reference in New Issue
Block a user