tripleo-heat-templates/puppet/services
Brent Eagles 959e872388 Change NeutronWorkers default to result in previous behavior
Neutron's behavior changed in Newton with respect to the default value
of 0 for NeutronWorkers. Instead of effectively treating it as
"processorcount", it now assumes we mean what we say and doesn't spawn
any workers, resulting in only a single process for handling API
requests. This change alters the default value to regain the previous
behavior.

This change also extends the worker count to the RPC worker setting -
which was possibly an oversight in previous releases. The default
behavior will have no result for most systems.

Closes-Bug: 1619383

Change-Id: Id6e3ee544160372c806905e77348150a1a1eec1b
2016-09-01 17:07:29 -02:30
..
database Move Redis, Memcached, Sahara, OVS agent out of role templates 2016-08-26 04:07:21 +02:00
pacemaker Fix base service type inheriting gnocchi service templates 2016-08-25 14:39:41 -04:00
time Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
README.rst Configure ObjectStorage services via resource chains 2016-05-31 11:00:31 +02:00
aodh-api.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
aodh-base.yaml Update authtoken parameters to match recent changes 2016-08-24 22:29:45 -04:00
aodh-evaluator.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
aodh-listener.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
aodh-notifier.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
apache.yaml apache: Remove product informations 2016-08-30 14:13:57 -04:00
ca-certs.yaml Add deployment of CAs via hieradata 2016-08-22 18:10:26 +03:00
ceilometer-agent-central.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceilometer-agent-compute.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceilometer-agent-notification.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceilometer-api.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
ceilometer-base.yaml Update authtoken parameters to match recent changes 2016-08-24 22:29:45 -04:00
ceilometer-collector.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceilometer-expirer.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceph-base.yaml Move ceph cluster config out of allNodesConfig 2016-08-30 12:51:50 +02:00
ceph-client.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceph-external.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceph-mon.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ceph-osd.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
cinder-api.yaml Set cinder::api::bind_host within service template 2016-08-22 17:23:32 +02:00
cinder-backup.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
cinder-base.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
cinder-scheduler.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
cinder-volume.yaml Pass cinder_iscsi_address without brackets 2016-08-31 23:30:21 +00:00
glance-api.yaml Last round of modern authtoken update 2016-08-31 18:42:44 +00:00
glance-registry.yaml Last round of modern authtoken update 2016-08-31 18:42:44 +00:00
gnocchi-api.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
gnocchi-base.yaml Fix debug parameter in gnocchi-base.yaml 2016-08-26 16:12:59 -04:00
gnocchi-metricd.yaml Merge "Enable gnocchi systemd services" 2016-08-25 13:26:19 +00:00
gnocchi-statsd.yaml Merge "Enable gnocchi systemd services" 2016-08-25 13:26:19 +00:00
haproxy.yaml Conditionally expose haproxy endpoints 2016-08-29 13:42:45 +03:00
heat-api-cfn.yaml Move glance/heat hiera settings to services 2016-08-25 08:21:56 -04:00
heat-api-cloudwatch.yaml Move glance/heat hiera settings to services 2016-08-25 08:21:56 -04:00
heat-api.yaml Move glance/heat hiera settings to services 2016-08-25 08:21:56 -04:00
heat-base.yaml configure Heat with new authtoken parameters 2016-08-30 13:03:10 +00:00
heat-engine.yaml configure Heat with new authtoken parameters 2016-08-30 13:03:10 +00:00
horizon.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
ironic-api.yaml Ironic: service catalog entries should not have a suffix 2016-09-01 12:18:33 +02:00
ironic-base.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
ironic-conductor.yaml Fix Ironic service bind IPs 2016-08-29 12:40:01 -04:00
keepalived.yaml Move Keepalived/HAproxy settings out of controller 2016-08-24 08:00:34 -04:00
kernel.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
keystone.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
manila-api.yaml Mv keystone, mongo, manila out of controller.yaml 2016-08-25 20:27:11 -04:00
manila-base.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
manila-scheduler.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
manila-share.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
memcached.yaml Move Redis, Memcached, Sahara, OVS agent out of role templates 2016-08-26 04:07:21 +02:00
neutron-api.yaml Change NeutronWorkers default to result in previous behavior 2016-09-01 17:07:29 -02:30
neutron-base.yaml Add NeutronGlobalPhysnetMtu to neutron-base.yaml 2016-08-30 13:12:26 +00:00
neutron-compute-plugin-midonet.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-compute-plugin-nuage.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-compute-plugin-opencontrail.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-compute-plugin-plumgrid.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-dhcp.yaml Merge "Fixes Neutron metadata parameters in THT" 2016-08-24 22:26:18 +00:00
neutron-l3-compute-dvr.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-l3.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-metadata.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
neutron-midonet.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-ovs-agent.yaml Merge "Move network bind IPs out of compute.yaml" 2016-08-25 22:24:44 +00:00
neutron-ovs-dpdk-agent.yaml Added DPDK environment file and nic configs samples 2016-08-30 08:49:05 +05:30
neutron-plugin-ml2.yaml Merge "Customize "supported_pci_vendor_devs" for SR-IOV" 2016-08-26 11:39:19 +00:00
neutron-plugin-nuage.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-plugin-opencontrail.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-plugin-plumgrid.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
neutron-sriov-agent.yaml Modify sriov_numvfs config from puppet-neutron to tripleo 2016-08-27 00:56:02 +05:30
nova-api.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
nova-base.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
nova-compute.yaml Customize the reservation of memory for host processes 2016-08-30 08:42:54 +05:30
nova-conductor.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
nova-consoleauth.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
nova-ironic.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
nova-libvirt.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
nova-scheduler.yaml Customize scheduler_default_filters (nova.conf) 2016-08-26 11:55:33 +05:30
nova-vncproxy.yaml Mv Nova, Neutron, Horizon out of controller.yaml 2016-08-30 08:59:07 -04:00
opendaylight-api.yaml Rename opendaylight service to opendaylight_api 2016-08-27 14:15:48 +01:00
opendaylight-ovs.yaml Adds OpenDaylight composable service 2016-08-26 09:35:25 -04:00
pacemaker.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
rabbitmq.yaml Move RabbitMQ settings out of controller.yaml 2016-08-23 21:29:05 -04:00
sahara-api.yaml Move Redis, Memcached, Sahara, OVS agent out of role templates 2016-08-26 04:07:21 +02:00
sahara-base.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
sahara-engine.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
services.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
snmp.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
swift-base.yaml Move Swift hiera settings into composable services 2016-08-25 20:27:11 -04:00
swift-proxy.yaml Last round of modern authtoken update 2016-08-31 18:42:44 +00:00
swift-ringbuilder.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
swift-storage.yaml Move Swift hiera settings into composable services 2016-08-25 20:27:11 -04:00
tripleo-firewall.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00
tripleo-packages.yaml Add DefaultPasswords to composable services 2016-08-18 12:45:30 -04:00

README.rst

services

A TripleO nested stack Heat template that encapsulates generic configuration data to configure a specific service. This generally includes everything needed to configure the service excluding the local bind ports which are still managed in the per-node role templates directly (controller.yaml, compute.yaml, etc.). All other (global) service settings go into the puppet/service templates.

Input Parameters

Each service may define its own input parameters and defaults. Operators will use the parameter_defaults section of any Heat environment to set per service parameters.

Config Settings

Each service may define a config_settings output variable which returns Hiera settings to be configured.

Steps

Each service may define an output variable which returns a puppet manifest snippet that will run at each of the following steps. Earlier manifests are re-asserted when applying latter ones.

  • config_settings: Custom hiera settings for this service.

  • step_config: A puppet manifest that is used to step through the deployment sequence. Each sequence is given a "step" (via hiera('step') that provides information for when puppet classes should activate themselves.

    Steps correlate to the following:

    1. Load Balancer configuration
    2. Core Services (Database/Rabbit/NTP/etc.)
    3. Early Openstack Service setup (Ringbuilder, etc.)
    4. General OpenStack Services
    5. Service activation (Pacemaker)
    6. Fencing (Pacemaker)

Note: Not all roles currently support all steps:

  • ObjectStorage role only supports steps 2, 3 and 4