Merge "Drop unused puppet/services parameters"

This commit is contained in:
Zuul 2019-01-22 00:49:39 +00:00 committed by Gerrit Code Review
commit 3932e818f0
16 changed files with 0 additions and 75 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -32,11 +32,6 @@ parameters:
MonitoringSubscriptionDesignateWorker: MonitoringSubscriptionDesignateWorker:
default: 'overcloud-designate-worker' default: 'overcloud-designate-worker'
type: string type: string
DesignateWorkerLoggingSource:
type: json
default:
tag: openstack.designate.worker
path: /var/log/designate/designate-worker.log
DesignateWorkers: DesignateWorkers:
default: 0 default: 0
description: Number of workers for Designate services. 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. description: The password for the neutron service and db account, used by neutron agents.
type: string type: string
hidden: true hidden: true
ManilaPassword:
description: The password for the manila service account.
type: string
hidden: true
MonitoringSubscriptionManilaScheduler: MonitoringSubscriptionManilaScheduler:
default: 'overcloud-manila-scheduler' default: 'overcloud-manila-scheduler'
type: string type: string

View File

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

View File

@ -16,9 +16,6 @@ parameters:
description: List of features to install with ODL description: List of features to install with ODL
type: comma_delimited_list type: comma_delimited_list
default: ["odl-netvirt-openstack","odl-jolokia"] default: ["odl-netvirt-openstack","odl-jolokia"]
OpenDaylightApiVirtualIP:
type: string
default: ''
EndpointMap: EndpointMap:
default: {} default: {}
description: Mapping of service endpoint -> protocol. Typically set 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 description: URL postfix to verify ODL has finished starting up
type: string type: string
default: 'diagstatus' default: 'diagstatus'
OpenDaylightApiVirtualIP:
type: string
default: ''
OpenDaylightProviderMappings: OpenDaylightProviderMappings:
description: Mappings between logical networks and physical interfaces. description: Mappings between logical networks and physical interfaces.
Required for VLAN deployments. For example physnet1 -> eth1. Required for VLAN deployments. For example physnet1 -> eth1.

View File

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

View File

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

View File

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

View File

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

View File

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