Deprecate messaging params replaced by global oslo params
Depends-On: I03900b39ab257a9563db37e403254b54f846c056 Change-Id: Ib55c72c0bab9aa0ffc05752a680f573cc351ae17
This commit is contained in:
parent
5fb6ae2378
commit
405366fa32
@ -75,6 +75,19 @@ parameters:
|
|||||||
an SSL connection to the messaging host.
|
an SSL connection to the messaging host.
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: AodhDebug}, '']}
|
service_debug_unset: {equals : [{get_param: AodhDebug}, '']}
|
||||||
|
|
||||||
@ -102,11 +115,6 @@ outputs:
|
|||||||
- {get_param: AodhDebug }
|
- {get_param: AodhDebug }
|
||||||
aodh::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
|
aodh::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
|
||||||
aodh::notification_driver: {get_param: NotificationDriver}
|
aodh::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
aodh::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
aodh::rabbit_password: {get_param: RpcPassword}
|
|
||||||
aodh::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
aodh::rabbit_port: {get_param: RpcPort}
|
|
||||||
aodh::keystone::authtoken::project_name: 'service'
|
aodh::keystone::authtoken::project_name: 'service'
|
||||||
aodh::keystone::authtoken::user_domain_name: 'Default'
|
aodh::keystone::authtoken::user_domain_name: 'Default'
|
||||||
aodh::keystone::authtoken::project_domain_name: 'Default'
|
aodh::keystone::authtoken::project_domain_name: 'Default'
|
||||||
|
@ -161,6 +161,19 @@ parameters:
|
|||||||
Setting this to a unique value will re-run any deployment tasks which
|
Setting this to a unique value will re-run any deployment tasks which
|
||||||
perform configuration on a Heat stack-update.
|
perform configuration on a Heat stack-update.
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: BarbicanDebug}, '']}
|
service_debug_unset: {equals : [{get_param: BarbicanDebug}, '']}
|
||||||
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
||||||
@ -222,12 +235,6 @@ outputs:
|
|||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
- {get_param: BarbicanDebug }
|
- {get_param: BarbicanDebug }
|
||||||
barbican::api::notification_driver: {get_param: NotificationDriver}
|
barbican::api::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
barbican::api::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
barbican::api::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
barbican::api::rabbit_password: {get_param: RpcPassword}
|
|
||||||
barbican::api::rabbit_port: {get_param: RpcPort}
|
|
||||||
barbican::api::rabbit_heartbeat_timeout_threshold: 60
|
|
||||||
barbican::api::service_name: 'httpd'
|
barbican::api::service_name: 'httpd'
|
||||||
barbican::wsgi::apache::bind_host:
|
barbican::wsgi::apache::bind_host:
|
||||||
str_replace:
|
str_replace:
|
||||||
|
@ -124,6 +124,10 @@ parameter_groups:
|
|||||||
OpenStack mailing list.
|
OpenStack mailing list.
|
||||||
parameters:
|
parameters:
|
||||||
- GnocchiArchivePolicy
|
- GnocchiArchivePolicy
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: CeilometerDebug}, '']}
|
service_debug_unset: {equals : [{get_param: CeilometerDebug}, '']}
|
||||||
@ -159,12 +163,6 @@ outputs:
|
|||||||
ceilometer::agent::auth::auth_project_domain_name: 'Default'
|
ceilometer::agent::auth::auth_project_domain_name: 'Default'
|
||||||
ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
|
ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
|
||||||
ceilometer::notification_driver: {get_param: NotificationDriver}
|
ceilometer::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
ceilometer::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
ceilometer::rabbit_password: {get_param: RpcPassword}
|
|
||||||
ceilometer::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
ceilometer::rabbit_port: {get_param: RpcPort}
|
|
||||||
ceilometer::rabbit_heartbeat_timeout_threshold: 60
|
|
||||||
ceilometer::telemetry_secret: {get_param: CeilometerMeteringSecret}
|
ceilometer::telemetry_secret: {get_param: CeilometerMeteringSecret}
|
||||||
ceilometer::snmpd_readonly_username: {get_param: SnmpdReadonlyUserName}
|
ceilometer::snmpd_readonly_username: {get_param: SnmpdReadonlyUserName}
|
||||||
ceilometer::snmpd_readonly_user_password: {get_param: SnmpdReadonlyUserPassword}
|
ceilometer::snmpd_readonly_user_password: {get_param: SnmpdReadonlyUserPassword}
|
||||||
|
@ -111,6 +111,19 @@ parameters:
|
|||||||
description: The password for the nova service and db account
|
description: The password for the nova service and db account
|
||||||
hidden: true
|
hidden: true
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: CinderDebug}, '']}
|
service_debug_unset: {equals : [{get_param: CinderDebug}, '']}
|
||||||
|
|
||||||
@ -137,10 +150,6 @@ outputs:
|
|||||||
- {get_param: CinderDebug }
|
- {get_param: CinderDebug }
|
||||||
cinder::storage_availability_zone: {get_param: CinderStorageAvailabilityZone}
|
cinder::storage_availability_zone: {get_param: CinderStorageAvailabilityZone}
|
||||||
cinder::rabbit_heartbeat_timeout_threshold: 60
|
cinder::rabbit_heartbeat_timeout_threshold: 60
|
||||||
cinder::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
cinder::rabbit_password: {get_param: RpcPassword}
|
|
||||||
cinder::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
cinder::rabbit_port: {get_param: RpcPort}
|
|
||||||
cinder::cron::db_purge::destination: '/dev/null'
|
cinder::cron::db_purge::destination: '/dev/null'
|
||||||
cinder::db::database_db_max_retries: -1
|
cinder::db::database_db_max_retries: -1
|
||||||
cinder::db::database_max_retries: -1
|
cinder::db::database_max_retries: -1
|
||||||
|
@ -67,6 +67,19 @@ parameters:
|
|||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
description: Driver or drivers to handle sending notifications.
|
description: Driver or drivers to handle sending notifications.
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RabbitPassword
|
||||||
|
- RabbitUserName
|
||||||
|
- RabbitClientUseSSL
|
||||||
|
- RabbitClientPort
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: DesignateDebug}, '']}
|
service_debug_unset: {equals : [{get_param: DesignateDebug}, '']}
|
||||||
|
|
||||||
@ -83,8 +96,3 @@ outputs:
|
|||||||
- {get_param: DesignateDebug }
|
- {get_param: DesignateDebug }
|
||||||
designate::purge_config: {get_param: EnableConfigPurge}
|
designate::purge_config: {get_param: EnableConfigPurge}
|
||||||
designate::notification_driver: {get_param: NotificationDriver}
|
designate::notification_driver: {get_param: NotificationDriver}
|
||||||
designate::rabbit_use_ssl: {get_param: RabbitClientUseSSL}
|
|
||||||
designate::rabbit_userid: {get_param: RabbitUserName}
|
|
||||||
designate::rabbit_password: {get_param: RabbitPassword}
|
|
||||||
designate::rabbit_port: {get_param: RabbitClientPort}
|
|
||||||
|
|
||||||
|
@ -219,6 +219,19 @@ parameters:
|
|||||||
description: The container image to use for the glance_api config_volume
|
description: The container image to use for the glance_api config_volume
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
||||||
@ -371,11 +384,6 @@ outputs:
|
|||||||
glance::backend::rbd::rbd_store_pool: {get_param: GlanceRbdPoolName}
|
glance::backend::rbd::rbd_store_pool: {get_param: GlanceRbdPoolName}
|
||||||
glance::backend::rbd::rbd_store_user: {get_param: CephClientUserName}
|
glance::backend::rbd::rbd_store_user: {get_param: CephClientUserName}
|
||||||
glance_backend: {get_param: GlanceBackend}
|
glance_backend: {get_param: GlanceBackend}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
glance::notify::rabbitmq::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
glance::notify::rabbitmq::rabbit_port: {get_param: RpcPort}
|
|
||||||
glance::notify::rabbitmq::rabbit_password: {get_param: RpcPassword}
|
|
||||||
glance::notify::rabbitmq::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
glance::notify::rabbitmq::notification_driver: {get_param: NotificationDriver}
|
glance::notify::rabbitmq::notification_driver: {get_param: NotificationDriver}
|
||||||
-
|
-
|
||||||
if:
|
if:
|
||||||
|
@ -143,6 +143,19 @@ parameters:
|
|||||||
an SSL connection to the messaging host.
|
an SSL connection to the messaging host.
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: HeatDebug}, '']}
|
service_debug_unset: {equals : [{get_param: HeatDebug}, '']}
|
||||||
cors_allowed_origin_unset: {equals : [{get_param: HeatCorsAllowedOrigin}, '']}
|
cors_allowed_origin_unset: {equals : [{get_param: HeatCorsAllowedOrigin}, '']}
|
||||||
@ -160,12 +173,7 @@ outputs:
|
|||||||
- {}
|
- {}
|
||||||
- heat::cors::allowed_origin: {get_param: HeatCorsAllowedOrigin}
|
- heat::cors::allowed_origin: {get_param: HeatCorsAllowedOrigin}
|
||||||
- heat::notification_driver: {get_param: NotificationDriver}
|
- heat::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
heat::debug:
|
||||||
heat::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
heat::rabbit_password: {get_param: RpcPassword}
|
|
||||||
heat::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
heat::rabbit_port: {get_param: RpcPort}
|
|
||||||
heat::logging::debug:
|
|
||||||
if:
|
if:
|
||||||
- service_debug_unset
|
- service_debug_unset
|
||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
|
@ -67,6 +67,19 @@ parameters:
|
|||||||
an SSL connection to the messaging host.
|
an SSL connection to the messaging host.
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: IronicDebug}, '']}
|
service_debug_unset: {equals : [{get_param: IronicDebug}, '']}
|
||||||
default_rsc_unset: {equals : [{get_param: IronicDefaultResourceClass}, '']}
|
default_rsc_unset: {equals : [{get_param: IronicDefaultResourceClass}, '']}
|
||||||
@ -94,11 +107,6 @@ outputs:
|
|||||||
- service_debug_unset
|
- service_debug_unset
|
||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
- {get_param: IronicDebug }
|
- {get_param: IronicDebug }
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
ironic::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
ironic::rabbit_password: {get_param: RpcPassword}
|
|
||||||
ironic::rabbit_port: {get_param: RpcPort}
|
|
||||||
ironic::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
-
|
-
|
||||||
if:
|
if:
|
||||||
- default_rsc_unset
|
- default_rsc_unset
|
||||||
|
@ -359,6 +359,19 @@ parameters:
|
|||||||
Attribute to be used to obtain the entity ID of the Identity Provider
|
Attribute to be used to obtain the entity ID of the Identity Provider
|
||||||
from the environment.
|
from the environment.
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
||||||
ContainersCommon:
|
ContainersCommon:
|
||||||
@ -451,11 +464,6 @@ outputs:
|
|||||||
- service_debug_unset
|
- service_debug_unset
|
||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
- {get_param: KeystoneDebug }
|
- {get_param: KeystoneDebug }
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
keystone::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
keystone::rabbit_password: {get_param: RpcPassword}
|
|
||||||
keystone::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
keystone::rabbit_port: {get_param: RpcPort}
|
|
||||||
keystone::notification_driver: {get_param: NotificationDriver}
|
keystone::notification_driver: {get_param: NotificationDriver}
|
||||||
keystone::notification_format: {get_param: KeystoneNotificationFormat}
|
keystone::notification_format: {get_param: KeystoneNotificationFormat}
|
||||||
tripleo::profile::base::keystone::extra_notification_topics: {get_param: KeystoneNotificationTopics}
|
tripleo::profile::base::keystone::extra_notification_topics: {get_param: KeystoneNotificationTopics}
|
||||||
|
@ -71,6 +71,19 @@ parameters:
|
|||||||
an SSL connection to the messaging host.
|
an SSL connection to the messaging host.
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: ManilaDebug}, '']}
|
service_debug_unset: {equals : [{get_param: ManilaDebug}, '']}
|
||||||
manila_ipv6: {equals : [{get_param: ManilaIPv6}, true]}
|
manila_ipv6: {equals : [{get_param: ManilaIPv6}, true]}
|
||||||
@ -82,12 +95,7 @@ outputs:
|
|||||||
service_name: manila_base
|
service_name: manila_base
|
||||||
config_settings:
|
config_settings:
|
||||||
manila::notification_driver: {get_param: NotificationDriver}
|
manila::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
manila::debug:
|
||||||
manila::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
manila::rabbit_password: {get_param: RpcPassword}
|
|
||||||
manila::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
manila::rabbit_port: {get_param: RpcPort}
|
|
||||||
manila::logging::debug:
|
|
||||||
if:
|
if:
|
||||||
- service_debug_unset
|
- service_debug_unset
|
||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
|
@ -104,6 +104,19 @@ parameters:
|
|||||||
constraints:
|
constraints:
|
||||||
- range: { min: 0 }
|
- range: { min: 0 }
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: MistralDebug}, '']}
|
service_debug_unset: {equals : [{get_param: MistralDebug}, '']}
|
||||||
|
|
||||||
@ -124,12 +137,7 @@ outputs:
|
|||||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||||
read_default_group: tripleo
|
read_default_group: tripleo
|
||||||
mistral::notification_driver: {get_param: NotificationDriver}
|
mistral::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
mistral::debug:
|
||||||
mistral::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
mistral::rabbit_password: {get_param: RpcPassword}
|
|
||||||
mistral::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
mistral::rabbit_port: {get_param: RpcPort}
|
|
||||||
mistral::logging::debug:
|
|
||||||
if:
|
if:
|
||||||
- service_debug_unset
|
- service_debug_unset
|
||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
|
@ -222,6 +222,18 @@ parameters:
|
|||||||
description: Whether this is an cell additional to the default cell.
|
description: Whether this is an cell additional to the default cell.
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
compute_upgrade_level_empty: {equals : [{get_param: UpgradeLevelNovaCompute}, '']}
|
compute_upgrade_level_empty: {equals : [{get_param: UpgradeLevelNovaCompute}, '']}
|
||||||
@ -254,11 +266,7 @@ outputs:
|
|||||||
"%{hiera('$NETWORK')}"
|
"%{hiera('$NETWORK')}"
|
||||||
params:
|
params:
|
||||||
$NETWORK: {get_param: [ServiceNetMap, NovaApiNetwork]}
|
$NETWORK: {get_param: [ServiceNetMap, NovaApiNetwork]}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
nova::rabbit_password: {get_param: RpcPassword}
|
|
||||||
nova::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
nova::rabbit_use_ssl: {get_param: RpcUseSSL}
|
nova::rabbit_use_ssl: {get_param: RpcUseSSL}
|
||||||
nova::rabbit_port: {get_param: RpcPort}
|
|
||||||
nova::placement::project_name: 'service'
|
nova::placement::project_name: 'service'
|
||||||
nova::placement::password: {get_param: NovaPassword}
|
nova::placement::password: {get_param: NovaPassword}
|
||||||
nova::placement::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
nova::placement::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||||
@ -366,8 +374,4 @@ outputs:
|
|||||||
# complex cell v2 configurations. For now, this is the default cell
|
# complex cell v2 configurations. For now, this is the default cell
|
||||||
# created for the cell v2 configuration
|
# created for the cell v2 configuration
|
||||||
nova::db::mysql_api::setup_cell0: true
|
nova::db::mysql_api::setup_cell0: true
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
nova::rabbit_password: {get_param: RpcPassword}
|
|
||||||
nova::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
nova::rabbit_use_ssl: {get_param: RpcUseSSL}
|
nova::rabbit_use_ssl: {get_param: RpcUseSSL}
|
||||||
nova::rabbit_port: {get_param: RpcPort}
|
|
||||||
|
@ -143,6 +143,19 @@ parameters:
|
|||||||
description: Time to wait for TCP packets for content inspection.
|
description: Time to wait for TCP packets for content inspection.
|
||||||
type: number
|
type: number
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: OctaviaDebug}, '']}
|
service_debug_unset: {equals : [{get_param: OctaviaDebug}, '']}
|
||||||
octavia_ca_cert_unset: {equals: [{get_param: OctaviaCaCert}, '']}
|
octavia_ca_cert_unset: {equals: [{get_param: OctaviaCaCert}, '']}
|
||||||
@ -173,11 +186,6 @@ outputs:
|
|||||||
query:
|
query:
|
||||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||||
read_default_group: tripleo
|
read_default_group: tripleo
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
octavia::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
octavia::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
octavia::rabbit_password: {get_param: RpcPassword}
|
|
||||||
octavia::rabbit_port: {get_param: RpcPort}
|
|
||||||
octavia::service_auth::auth_url: {get_param: [EndpointMap, KeystonePublic, uri]}
|
octavia::service_auth::auth_url: {get_param: [EndpointMap, KeystonePublic, uri]}
|
||||||
octavia::service_auth::auth_type: 'password'
|
octavia::service_auth::auth_type: 'password'
|
||||||
octavia::service_auth::username: {get_param: OctaviaUserName}
|
octavia::service_auth::username: {get_param: OctaviaUserName}
|
||||||
|
@ -77,6 +77,19 @@ parameters:
|
|||||||
an SSL connection to the messaging host.
|
an SSL connection to the messaging host.
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: SaharaDebug}, '']}
|
service_debug_unset: {equals : [{get_param: SaharaDebug}, '']}
|
||||||
|
|
||||||
@ -97,12 +110,7 @@ outputs:
|
|||||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||||
read_default_group: tripleo
|
read_default_group: tripleo
|
||||||
sahara::notify::notification_driver: {get_param: NotificationDriver}
|
sahara::notify::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
sahara::debug:
|
||||||
sahara::rabbit_password: {get_param: RpcPassword}
|
|
||||||
sahara::rabbit_user: {get_param: RpcUserName}
|
|
||||||
sahara::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
sahara::rabbit_port: {get_param: RpcPort}
|
|
||||||
sahara::logging::debug:
|
|
||||||
if:
|
if:
|
||||||
- service_debug_unset
|
- service_debug_unset
|
||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
|
@ -100,6 +100,18 @@ parameters:
|
|||||||
description: Indicate whether this resource may be shared with the domain received in the request
|
description: Indicate whether this resource may be shared with the domain received in the request
|
||||||
"origin" header.
|
"origin" header.
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
||||||
@ -163,10 +175,6 @@ outputs:
|
|||||||
if:
|
if:
|
||||||
- ceilometer_pipeline_enabled
|
- ceilometer_pipeline_enabled
|
||||||
-
|
-
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
swift::proxy::ceilometer::rabbit_user: {get_param: RpcUserName}
|
|
||||||
swift::proxy::ceilometer::rabbit_password: {get_param: RpcPassword}
|
|
||||||
swift::proxy::ceilometer::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
swift::proxy::ceilometer::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
swift::proxy::ceilometer::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||||
swift::proxy::ceilometer::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
swift::proxy::ceilometer::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||||
swift::proxy::ceilometer::password: {get_param: SwiftPassword}
|
swift::proxy::ceilometer::password: {get_param: SwiftPassword}
|
||||||
@ -174,7 +182,6 @@ outputs:
|
|||||||
swift::proxy::ceilometer::nonblocking_notify: true
|
swift::proxy::ceilometer::nonblocking_notify: true
|
||||||
- {}
|
- {}
|
||||||
- swift::proxy::staticweb::url_base: {get_param: [EndpointMap, SwiftPublic, uri_no_suffix]}
|
- swift::proxy::staticweb::url_base: {get_param: [EndpointMap, SwiftPublic, uri_no_suffix]}
|
||||||
tripleo::profile::base::swift::proxy::rabbit_port: {get_param: RpcPort}
|
|
||||||
tripleo::profile::base::swift::proxy::ceilometer_messaging_use_ssl: {get_param: RpcUseSSL}
|
tripleo::profile::base::swift::proxy::ceilometer_messaging_use_ssl: {get_param: RpcUseSSL}
|
||||||
tripleo::profile::base::swift::proxy::ceilometer_enabled: {get_param: SwiftCeilometerPipelineEnabled}
|
tripleo::profile::base::swift::proxy::ceilometer_enabled: {get_param: SwiftCeilometerPipelineEnabled}
|
||||||
tripleo::swift_proxy::firewall_rules:
|
tripleo::swift_proxy::firewall_rules:
|
||||||
|
@ -83,6 +83,19 @@ parameters:
|
|||||||
an SSL connection to the messaging host.
|
an SSL connection to the messaging host.
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: TackerDebug}, '']}
|
service_debug_unset: {equals : [{get_param: TackerDebug}, '']}
|
||||||
|
|
||||||
@ -118,11 +131,6 @@ outputs:
|
|||||||
- {get_param: Debug }
|
- {get_param: Debug }
|
||||||
- {get_param: TackerDebug }
|
- {get_param: TackerDebug }
|
||||||
tacker::notification_driver: {get_param: NotificationDriver}
|
tacker::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
tacker::rabbit_userid: {get_param: RpcUserName}
|
|
||||||
tacker::rabbit_password: {get_param: RpcPassword}
|
|
||||||
tacker::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
tacker::rabbit_port: {get_param: RpcPort}
|
|
||||||
tacker::server::bind_host:
|
tacker::server::bind_host:
|
||||||
str_replace:
|
str_replace:
|
||||||
template:
|
template:
|
||||||
|
@ -130,6 +130,19 @@ parameters:
|
|||||||
transparent networks.
|
transparent networks.
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
parameter_groups:
|
||||||
|
- label: deprecated
|
||||||
|
description: |
|
||||||
|
The following parameters are deprecated and will be removed. They should not
|
||||||
|
be relied on for new deployments. If you have concerns regarding deprecated
|
||||||
|
parameters, please contact the TripleO development team on IRC or the
|
||||||
|
OpenStack mailing list.
|
||||||
|
parameters:
|
||||||
|
- RpcPort
|
||||||
|
- RpcUserName
|
||||||
|
- RpcPassword
|
||||||
|
- RpcUseSSL
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
dhcp_agents_zero: {equals : [{get_param: NeutronDhcpAgentsPerNetwork}, 0]}
|
dhcp_agents_zero: {equals : [{get_param: NeutronDhcpAgentsPerNetwork}, 0]}
|
||||||
service_debug_unset: {equals : [{get_param: NeutronDebug}, '']}
|
service_debug_unset: {equals : [{get_param: NeutronDebug}, '']}
|
||||||
@ -143,11 +156,6 @@ outputs:
|
|||||||
config_settings:
|
config_settings:
|
||||||
map_merge:
|
map_merge:
|
||||||
- neutron::notification_driver: {get_param: NotificationDriver}
|
- neutron::notification_driver: {get_param: NotificationDriver}
|
||||||
# TODO(ansmith): remove once p-t-o switches to oslo params
|
|
||||||
neutron::rabbit_password: {get_param: RpcPassword}
|
|
||||||
neutron::rabbit_user: {get_param: RpcUserName}
|
|
||||||
neutron::rabbit_use_ssl: {get_param: RpcUseSSL}
|
|
||||||
neutron::rabbit_port: {get_param: RpcPort}
|
|
||||||
neutron::core_plugin: {get_param: NeutronCorePlugin}
|
neutron::core_plugin: {get_param: NeutronCorePlugin}
|
||||||
neutron::service_plugins: {get_param: NeutronServicePlugins}
|
neutron::service_plugins: {get_param: NeutronServicePlugins}
|
||||||
neutron::logging::debug:
|
neutron::logging::debug:
|
||||||
|
@ -2,3 +2,12 @@
|
|||||||
features:
|
features:
|
||||||
- Support separate oslo.messaging services for RPC and Notifications.
|
- Support separate oslo.messaging services for RPC and Notifications.
|
||||||
Enable separate messaging backend servers.
|
Enable separate messaging backend servers.
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The rabbitmq server parameters have been replaced by corresponding
|
||||||
|
oslo messaging Rpc and Notify parameters in order to fully define
|
||||||
|
the backend deployment.
|
||||||
|
- RpcUserName, NotifyUserName replaces RabbitUserName
|
||||||
|
- RpcPassword, NotifyPassword replaces RabbitPassword
|
||||||
|
- RpcPort, NotifyPort replaces RabbitClientPort
|
||||||
|
- RpcUseSSL, NotifyUseSSL replaces RabbitClientUseSSL
|
||||||
|
Loading…
Reference in New Issue
Block a user