Drop unused puppet/services parameters

This patch drops unused parameters in these services.

Change-Id: I44caa39432175563fb1f014e87069741a9fe49a7
This commit is contained in:
Dan Prince 2019-01-18 10:11:07 -05:00
parent 52e273e653
commit 80fb163780
16 changed files with 0 additions and 75 deletions

View File

@ -60,14 +60,6 @@ parameters:
default: 'iSCSI'
CinderPureSanIp:
type: string
CinderPureAPIToken:
type: string
CinderPureUseChap:
type: boolean
default: false
CinderPureMultipathXfer:
type: boolean
default: true
outputs:
role_data:

View File

@ -41,11 +41,6 @@ parameters:
MonitoringSubscriptionDesignateApi:
default: 'overcloud-designate-api'
type: string
DesignateApiLoggingSource:
type: json
default:
tag: openstack.designate.api
path: /var/log/designate/api.log
DesignateWorkers:
default: 0
description: Number of workers for Designate services.

View File

@ -32,11 +32,6 @@ parameters:
MonitoringSubscriptionDesignateCentral:
default: 'overcloud-designate-central'
type: string
DesignateCentralLoggingSource:
type: json
default:
tag: openstack.designate.central
path: /var/log/designate/designate-central.log
DesignateWorkers:
default: 0
description: Number of workers for Designate services.

View File

@ -32,11 +32,6 @@ parameters:
MonitoringSubscriptionDesignateMiniDNS:
default: 'overcloud-designate-mdns'
type: string
DesignateMiniDNSLoggingSource:
type: json
default:
tag: openstack.designate.mdns
path: /var/log/designate/designate-mdns.log
DesignateWorkers:
default: 0
description: Number of workers for Designate services.

View File

@ -32,11 +32,6 @@ parameters:
MonitoringSubscriptionDesignateProducer:
default: 'overcloud-designate-producer'
type: string
DesignateProducerLoggingSource:
type: json
default:
tag: openstack.designate.producer
path: /var/log/designate/designate-producer.log
DesignateWorkers:
default: 0
description: Number of workers for Designate services.

View File

@ -32,11 +32,6 @@ parameters:
MonitoringSubscriptionDesignateSink:
default: 'overcloud-designate-sink'
type: string
DesignateSinkLoggingSource:
type: json
default:
tag: openstack.designate.sink
path: /var/log/designate/designate-sink.log
DesignateWorkers:
default: 0
description: Number of workers for Designate services.

View File

@ -32,11 +32,6 @@ parameters:
MonitoringSubscriptionDesignateWorker:
default: 'overcloud-designate-worker'
type: string
DesignateWorkerLoggingSource:
type: json
default:
tag: openstack.designate.worker
path: /var/log/designate/designate-worker.log
DesignateWorkers:
default: 0
description: Number of workers for Designate services.

View File

@ -38,10 +38,6 @@ parameters:
description: The password for the neutron service and db account, used by neutron agents.
type: string
hidden: true
ManilaPassword:
description: The password for the manila service account.
type: string
hidden: true
MonitoringSubscriptionManilaScheduler:
default: 'overcloud-manila-scheduler'
type: string

View File

@ -31,10 +31,6 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
Debug:
type: boolean
default: false
description: Set to True to enable debugging on all services.
MonitoringSubscriptionNeutronL3Dvr:
default: 'overcloud-neutron-l3-dvr'
type: string

View File

@ -16,9 +16,6 @@ parameters:
description: List of features to install with ODL
type: comma_delimited_list
default: ["odl-netvirt-openstack","odl-jolokia"]
OpenDaylightApiVirtualIP:
type: string
default: ''
EndpointMap:
default: {}
description: Mapping of service endpoint -> protocol. Typically set

View File

@ -16,9 +16,6 @@ parameters:
description: URL postfix to verify ODL has finished starting up
type: string
default: 'diagstatus'
OpenDaylightApiVirtualIP:
type: string
default: ''
OpenDaylightProviderMappings:
description: Mappings between logical networks and physical interfaces.
Required for VLAN deployments. For example physnet1 -> eth1.

View File

@ -63,11 +63,6 @@ parameters:
MonitoringSubscriptionOvnMetadata:
default: 'overcloud-ovn-metadata'
type: string
OvnMetadataAgentLoggingSource:
type: json
default:
tag: openstack.neutron.agent.ovn-metadata
path: /var/log/neutron/networking-ovn-metadata-agent.log
Debug:
type: boolean
default: false

View File

@ -97,10 +97,6 @@ parameters:
\[(?<pid>[^ ]*)\]
(?<host>[^ ]*)
(?<message>.*)$/
EnableLoadBalancer:
default: true
description: Whether to deploy a LoadBalancer on the Controller
type: boolean
outputs:
role_data:

View File

@ -30,10 +30,6 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
Debug:
default: false
description: Set to True to enable debugging on all services.
type: boolean
SwiftPassword:
description: The password for the swift service account
type: string

View File

@ -30,10 +30,6 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
Debug:
default: false
description: Set to True to enable debugging on all services.
type: boolean
SwiftMountCheck:
default: false
description: Value of mount_check in Swift account/container/object -server.conf

View File

@ -33,12 +33,6 @@ parameters:
EnableInternalTLS:
type: boolean
default: false
TripleoUILoggingSource:
type: json
default:
tag: openstack.tripleo.ui
# FIXME(mandre)
path: /var/log/tripleo/ui.log
NovaCorsAllowedOrigin:
type: string
default: ''