d3145e0624
The original value for the ServiceNetMap parameter had the Keystone Admin API service on the Internal API network. Later, it was moved to the ctlplane network by default. Users updating from clouds already deployed may not want to have the service moved, and we've occassionly seen it cause issues with services not getting restarted properly. This sample environment file documents the old value so that users can just optionally include it via -e to keep the services the same as they were when they originally deployed. Change-Id: I0b68542337a2f40e26df15fe7ac2da5aafe651d5
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
# This environment file provides a default value for ServiceNetMap where
|
|
# Keystone Admin API service is running on the Internal API network
|
|
|
|
parameters:
|
|
ServiceNetMap:
|
|
NeutronTenantNetwork: tenant
|
|
CeilometerApiNetwork: internal_api
|
|
MongoDbNetwork: internal_api
|
|
CinderApiNetwork: internal_api
|
|
CinderIscsiNetwork: storage
|
|
GlanceApiNetwork: storage
|
|
GlanceRegistryNetwork: internal_api
|
|
KeystoneAdminApiNetwork: internal_api
|
|
KeystonePublicApiNetwork: internal_api
|
|
NeutronApiNetwork: internal_api
|
|
HeatApiNetwork: internal_api
|
|
NovaApiNetwork: internal_api
|
|
NovaMetadataNetwork: internal_api
|
|
NovaVncProxyNetwork: internal_api
|
|
SwiftMgmtNetwork: storage_mgmt
|
|
SwiftProxyNetwork: storage
|
|
HorizonNetwork: internal_api
|
|
MemcachedNetwork: internal_api
|
|
RabbitMqNetwork: internal_api
|
|
RedisNetwork: internal_api
|
|
MysqlNetwork: internal_api
|
|
CephClusterNetwork: storage_mgmt
|
|
CephPublicNetwork: storage
|
|
ControllerHostnameResolveNetwork: internal_api
|
|
ComputeHostnameResolveNetwork: internal_api
|
|
BlockStorageHostnameResolveNetwork: internal_api
|
|
ObjectStorageHostnameResolveNetwork: internal_api
|
|
CephStorageHostnameResolveNetwork: storage
|