changed around the template files

This commit is contained in:
jarrance 2016-10-14 21:52:40 -04:00
parent 6bb5c2fc20
commit 3f6773c99b
4 changed files with 136 additions and 19 deletions

116
src/templates/mitaka/1 Normal file
View File

@ -0,0 +1,116 @@
[DEFAULT]
auth_strategy = keystone
log_dir = /var/log/trove
#trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ identity_service.api_version }}
notifier_queue_hostname = controller
network_driver = trove.network.neutron.NeutronDriver
# Show more verbose log output (sets INFO log level output)
verbose = {{ options.verbose }}
# Show debugging output in logs (sets DEBUG log level output)
debug = {{ options.debug }}
# Address to bind the API server
bind_host = {{ options.service_listen_info.trove_api.ip }}
# Port the bind the API server to
#bind_port = 8779
bind_port = {{ options.service_listen_info.trove_api.port }}
rpc_backend = rabbit
# Config option for showing the IP address that nova doles out
add_addresses = True
api_paste_config = /etc/trove/api-paste.ini
control_exchange = trove
#DB Api Implementation
db_api_implementation = "trove.db.sqlalchemy.api"
# Region name of this node. Used when searching catalog. Default value is None.
#os_region_name = RegionOne
# Service type to use when searching catalog.
#nova_compute_service_type = compute
# Service type to use when searching catalog.
#cinder_service_type = volumev2
# Service type to use when searching catalog.
#swift_service_type = object-store
# Service type to use when searching catalog.
#heat_service_type = orchestration
# Service type to use when searching catalog.
#neutron_service_type = network
# Config options for enabling volume service
#trove_volume_support = True
#block_device_mapping = vdb
#device_path = /dev/vdb
# Maximum volume size for an instance
#max_accepted_volume_size = 10
#max_instances_per_tenant = 5
# Maximum volume capacity (in GB) spanning across all trove volumes per tenant
#max_volumes_per_tenant = 100
#max_backups_per_tenant = 5
#volume_time_out=30
{% include "parts/section-rabbitmq-oslo" %}
{% include "parts/section-database" %}
{% include "parts/section-keystone-authtoken" %}
[mysql]
root_on_create = False
# Format (single port or port range): A, B-C
# where C greater than B
tcp_ports = 3306
volume_support = True
device_path = /dev/vdb
# Users to ignore for user create/list/delete operations
ignore_users = os_admin, root
ignore_dbs = mysql, information_schema, performance_schema
[mysql]
root_on_create = False
# Format (single port or port range): A, B-C
# where C greater than B
tcp_ports = 3306
volume_support = True
device_path = /dev/vdb
[percona]
#[redis]
#tcp_ports = 6379
#redis uses local storage
#volume_support = False
# default device_path = None
#[cassandra]
#tcp_ports = 7000, 7001, 9042, 9160
#volume_support = True
#device_path = /dev/vdb
#[couchbase]
#tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199
#volume_support = True
#device_path = /dev/vdb
#[mongodb]
#tcp_ports = 2500, 27017
#volume_support = True
#device_path = /dev/vdb
#num_config_servers_per_cluster = 1
#num_query_routers_per_cluster = 1
#[vertica]
#tcp_ports = 5433, 5434, 22, 5444, 5450, 4803
#udp_ports = 5433, 4803, 4804, 6453
#volume_support = True
#device_path = /dev/vdb
#cluster_support = True
#cluster_member_count = 3
#api_strategy = trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy

View File

@ -3,10 +3,10 @@ verbose = {{ options.verbose }}
debug = {{ options.debug }}
#trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ options.keystone_api_version }}.0
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ identity_service.api_version }}
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.service_port }}/v{{ identity_service.api_version }}
# The manager class to use for conductor. (string value)
conductor_manager = trove.conductor.manager.Manager
# conductor_manager = trove.conductor.manager.Manager
#===================== RPC Configuration =================================

View File

@ -5,11 +5,12 @@ verbose = {{ options.verbose }}
# Show debugging output in logs (sets DEBUG log level output)
debug = {{ options.debug }}
network_driver = trove.network.neutron.NeutronDriver
update_status_on_fail = True
log_dir = /var/log/trove
#trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ options.keystone_api_version }}.0
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ identity_service.api_version }}
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.service_port }}/v{{ identity_service.api_version }}
notifier_queue_hostname = controller
backend = rabbit
@ -23,17 +24,17 @@ db_api_implementation = trove.db.sqlalchemy.api
taskmanager_manager = trove.taskmanager.manager.Manager
# Region name of this node. Used when searching catalog. Default value is None.
os_region_name = RegionOne
#os_region_name = RegionOne
# Service type to use when searching catalog.
nova_compute_service_type = compute
#nova_compute_service_type = compute
# Service type to use when searching catalog.
cinder_service_type = volumev2
#cinder_service_type = volumev2
# Service type to use when searching catalog.
swift_service_type = object-store
#swift_service_type = object-store
# Service type to use when searching catalog.
heat_service_type = orchestration
#heat_service_type = orchestration
# Service type to use when searching catalog.
neutron_service_type = network
#neutron_service_type = network
# Config options for enabling volume service
trove_volume_support = True
@ -80,4 +81,4 @@ device_path = /dev/vdb
{% include "parts/section-rabbitmq-oslo" %}
{% include "parts/section-database" %}
{% include "parts/section-database" %}

View File

@ -1,9 +1,9 @@
[DEFAULT]
auth_strategy = keystone
log_dir = /var/log/trove
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ identity_service.api_version }}
#trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ identity_service.api_version }}
notifier_queue_hostname = controller
network_driver = trove.network.neutron.NeutronDriver
# Show more verbose log output (sets INFO log level output)
verbose = {{ options.verbose }}
@ -29,17 +29,17 @@ control_exchange = trove
db_api_implementation = "trove.db.sqlalchemy.api"
# Region name of this node. Used when searching catalog. Default value is None.
os_region_name = RegionOne
#os_region_name = RegionOne
# Service type to use when searching catalog.
nova_compute_service_type = compute
#nova_compute_service_type = compute
# Service type to use when searching catalog.
cinder_service_type = volumev2
#cinder_service_type = volumev2
# Service type to use when searching catalog.
swift_service_type = object-store
#swift_service_type = object-store
# Service type to use when searching catalog.
heat_service_type = orchestration
#heat_service_type = orchestration
# Service type to use when searching catalog.
neutron_service_type = network
#neutron_service_type = network
# Config options for enabling volume service
#trove_volume_support = True
@ -113,4 +113,4 @@ device_path = /dev/vdb
#device_path = /dev/vdb
#cluster_support = True
#cluster_member_count = 3
#api_strategy = trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy
#api_strategy = trove.common.strategies.cluster.experimental.vertica.api.VerticaAPIStrategy