Define default port for Swift
This should allow to simplify and remove complex logic from the integrated repo. Change-Id: I4ddcc3c15c7fec696d6b689eaa234288436e8dd3 Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@advanced.host>
This commit is contained in:
@@ -254,7 +254,7 @@ trove_guestagent_images: []
|
|||||||
|
|
||||||
# For OpenStack services that have public, admin, and internal access, use the public ones for the guest VMs.
|
# For OpenStack services that have public, admin, and internal access, use the public ones for the guest VMs.
|
||||||
trove_guest_auth_url: "{{ keystone_service_publicurl }}"
|
trove_guest_auth_url: "{{ keystone_service_publicurl }}"
|
||||||
trove_guest_swift_url: "{{ trove_service_publicuri_proto }}://{{ external_lb_vip_address }}:{{ swift_proxy_port }}/v1/AUTH_"
|
trove_guest_swift_url: "{{ trove_service_publicuri_proto }}://{{ external_lb_vip_address }}:{{ swift_proxy_port | default(8080) }}/v1/AUTH_"
|
||||||
|
|
||||||
trove_resources_deploy_host: localhost
|
trove_resources_deploy_host: localhost
|
||||||
trove_resources_deploy_python_interpreter: "{{ ansible_playbook_python }}"
|
trove_resources_deploy_python_interpreter: "{{ ansible_playbook_python }}"
|
||||||
@@ -312,6 +312,21 @@ trove_service_net_endpoint_type: "{{ trove_service_endpoint_type }}"
|
|||||||
# UUID of security groups that will be attached to the management net of guests
|
# UUID of security groups that will be attached to the management net of guests
|
||||||
trove_management_security_groups: []
|
trove_management_security_groups: []
|
||||||
|
|
||||||
|
# A set of datastores which will be populated and maintained for the deployment.
|
||||||
|
# trove_datastores:
|
||||||
|
# mariadb: # name of the manager
|
||||||
|
# - name: MariaDB # name of the datastore
|
||||||
|
# versions:
|
||||||
|
# - name: 11.4
|
||||||
|
# enabled: true
|
||||||
|
# version-number: 11.4.7
|
||||||
|
# default: true
|
||||||
|
# - name: 11.4
|
||||||
|
# enabled: false
|
||||||
|
# version-number: 11.4.6
|
||||||
|
|
||||||
|
trove_datastores: {}
|
||||||
|
|
||||||
# RPC encryption keys
|
# RPC encryption keys
|
||||||
# See the Trove documentation as to the significance of the rpc encryption keys
|
# See the Trove documentation as to the significance of the rpc encryption keys
|
||||||
# Trove supplies default values but we enforce they not be left to their default values
|
# Trove supplies default values but we enforce they not be left to their default values
|
||||||
|
Reference in New Issue
Block a user