Fix parameters and headers inconsistency in the puppet manifests.
authorCarlos Camacho <ccamacho@redhat.com>
Fri, 5 Aug 2016 09:54:25 +0000 (11:54 +0200)
committerCarlos Camacho <ccamacho@redhat.com>
Mon, 8 Aug 2016 20:44:01 +0000 (22:44 +0200)
commit689d80e97188342c84bb965980d48c8ed212e60d
treec155a18c188595d17007ee0f67b9b6ecd7c7af04
parentac6c502a69bef7f00633499e2d21b3ec756c21ae
Fix parameters and headers inconsistency in the puppet manifests.

As we are staring to manually check overcloud services
the first step is to check that the puppet profiles
are all aligned.

Changes applied:

  No logic added or removed in this submission.

  Removed unused parameters.

  Align header comments structure.

  All profiles parameters sorted following:
  "Mandatory params first sorted alphabetically
  then optional params sorted alphabetically."

Note: Following submissions will check pacemaker,
cinder, mistral and redis services in the base profiles
as some of them has the $pacemaker_master parameter
defaulted to true.

Change-Id: I2f91c3f6baa33f74b5625789eec83233179a9655
129 files changed:
manifests/profile/base/ceilometer/agent/central.pp
manifests/profile/base/ceilometer/agent/compute.pp
manifests/profile/base/ceilometer/agent/notification.pp
manifests/profile/base/ceilometer/api.pp
manifests/profile/base/ceilometer/collector.pp
manifests/profile/base/ceilometer/expirer.pp
manifests/profile/base/ceph/client.pp
manifests/profile/base/ceph/mon.pp
manifests/profile/base/ceph/osd.pp
manifests/profile/base/cinder.pp
manifests/profile/base/cinder/api.pp
manifests/profile/base/cinder/scheduler.pp
manifests/profile/base/cinder/volume.pp
manifests/profile/base/cinder/volume/dellsc.pp
manifests/profile/base/cinder/volume/eqlx.pp
manifests/profile/base/cinder/volume/iscsi.pp
manifests/profile/base/cinder/volume/netapp.pp
manifests/profile/base/cinder/volume/nfs.pp
manifests/profile/base/cinder/volume/rbd.pp
manifests/profile/base/database/mongodb.pp
manifests/profile/base/database/mongodbcommon.pp
manifests/profile/base/database/mysql.pp
manifests/profile/base/database/redis.pp
manifests/profile/base/glance/api.pp
manifests/profile/base/glance/registry.pp
manifests/profile/base/gnocchi.pp
manifests/profile/base/gnocchi/api.pp
manifests/profile/base/gnocchi/metricd.pp
manifests/profile/base/gnocchi/statsd.pp
manifests/profile/base/haproxy.pp
manifests/profile/base/heat.pp
manifests/profile/base/heat/api.pp
manifests/profile/base/heat/api_cfn.pp
manifests/profile/base/heat/api_cloudwatch.pp
manifests/profile/base/heat/engine.pp
manifests/profile/base/ironic.pp
manifests/profile/base/ironic/api.pp
manifests/profile/base/ironic/conductor.pp
manifests/profile/base/keepalived.pp
manifests/profile/base/keystone.pp
manifests/profile/base/manila/api.pp
manifests/profile/base/manila/scheduler.pp
manifests/profile/base/manila/share.pp
manifests/profile/base/memcached.pp
manifests/profile/base/mistral.pp
manifests/profile/base/mistral/api.pp
manifests/profile/base/mistral/engine.pp
manifests/profile/base/mistral/executor.pp
manifests/profile/base/monitoring/fluentd.pp
manifests/profile/base/monitoring/rabbitmq.pp
manifests/profile/base/monitoring/sensu.pp
manifests/profile/base/monitoring/uchiwa.pp
manifests/profile/base/neutron/agents/midonet.pp
manifests/profile/base/neutron/agents/nuage.pp
manifests/profile/base/neutron/dhcp.pp
manifests/profile/base/neutron/l3.pp
manifests/profile/base/neutron/metadata.pp
manifests/profile/base/neutron/midonet.pp
manifests/profile/base/neutron/ovs.pp
manifests/profile/base/neutron/plugins/ml2.pp
manifests/profile/base/neutron/plugins/nuage.pp
manifests/profile/base/neutron/plugins/opencontrail.pp
manifests/profile/base/neutron/plugins/plumgrid.pp
manifests/profile/base/nova.pp
manifests/profile/base/nova/compute/ironic.pp
manifests/profile/base/nova/compute/libvirt.pp
manifests/profile/base/nova/conductor.pp
manifests/profile/base/nova/consoleauth.pp
manifests/profile/base/nova/libvirt.pp
manifests/profile/base/nova/scheduler.pp
manifests/profile/base/nova/vncproxy.pp
manifests/profile/base/pacemaker.pp
manifests/profile/base/rabbitmq.pp
manifests/profile/base/sahara/api.pp
manifests/profile/base/sahara/engine.pp
manifests/profile/base/snmp.pp
manifests/profile/base/swift/add_devices.pp
manifests/profile/base/swift/proxy.pp
manifests/profile/base/swift/ringbuilder.pp
manifests/profile/base/swift/storage.pp
manifests/profile/base/trove/api.pp
manifests/profile/pacemaker/apache.pp
manifests/profile/pacemaker/ceilometer.pp
manifests/profile/pacemaker/ceilometer/agent/central.pp
manifests/profile/pacemaker/ceilometer/agent/notification.pp
manifests/profile/pacemaker/ceilometer/api.pp
manifests/profile/pacemaker/ceilometer/collector.pp
manifests/profile/pacemaker/cinder/api.pp
manifests/profile/pacemaker/cinder/scheduler.pp
manifests/profile/pacemaker/cinder/volume.pp
manifests/profile/pacemaker/core.pp
manifests/profile/pacemaker/database/mongodb.pp
manifests/profile/pacemaker/database/mysql.pp
manifests/profile/pacemaker/database/redis.pp
manifests/profile/pacemaker/glance.pp
manifests/profile/pacemaker/gnocchi.pp
manifests/profile/pacemaker/gnocchi/api.pp
manifests/profile/pacemaker/gnocchi/metricd.pp
manifests/profile/pacemaker/gnocchi/statsd.pp
manifests/profile/pacemaker/haproxy.pp
manifests/profile/pacemaker/heat.pp
manifests/profile/pacemaker/heat/api.pp
manifests/profile/pacemaker/heat/api_cfn.pp
manifests/profile/pacemaker/heat/api_cloudwatch.pp
manifests/profile/pacemaker/heat/engine.pp
manifests/profile/pacemaker/keystone.pp
manifests/profile/pacemaker/manila.pp
manifests/profile/pacemaker/memcached.pp
manifests/profile/pacemaker/neutron.pp
manifests/profile/pacemaker/neutron/dhcp.pp
manifests/profile/pacemaker/neutron/l3.pp
manifests/profile/pacemaker/neutron/metadata.pp
manifests/profile/pacemaker/neutron/midonet.pp
manifests/profile/pacemaker/neutron/ovs.pp
manifests/profile/pacemaker/neutron/plugins/ml2.pp
manifests/profile/pacemaker/neutron/plugins/nuage.pp
manifests/profile/pacemaker/neutron/plugins/opencontrail.pp
manifests/profile/pacemaker/neutron/plugins/plumgrid.pp
manifests/profile/pacemaker/neutron/server.pp
manifests/profile/pacemaker/nova.pp
manifests/profile/pacemaker/nova/api.pp
manifests/profile/pacemaker/nova/conductor.pp
manifests/profile/pacemaker/nova/consoleauth.pp
manifests/profile/pacemaker/nova/scheduler.pp
manifests/profile/pacemaker/nova/vncproxy.pp
manifests/profile/pacemaker/rabbitmq.pp
manifests/profile/pacemaker/sahara.pp
manifests/profile/pacemaker/sahara/api.pp
manifests/profile/pacemaker/sahara/engine.pp