trove/trove
Lingxian Kong 2e052b0262 Enable service tenant deployment model by default in DevStack
The service tenant deployment model means Trove creates most of the
resources(vm, volume, security group, etc.) relating to a database
instance in the Trove service tenant rather than the end user.

With this deployment model, most of the related resources behind the
scenes are invisible to the user, which is a more secure deployment
model for either private or public cloud provider.

DevStack should follow this model as it will be recommended for Trove
deployment in production.

Changes included in this patch that are necessary in order to make that
happen:

- Add 'admin' role to Trove service user(username: trove, project:
  service) in DevStack.
- Create Trove management network resources for Trove service user in
  DevStack.
- Enable Trove remote client configuration by default in DevStack.
- Mainly use alt_demo user in alt_demo project for integration tests,
  config trove user as the admin role user in integration tests.
- Disable the module related tests(module_groups) for now because of no
  use cases but need effort to fix all the failed tests in the service
  tenant model.

Story: #2005445
Task: #30489
Change-Id: I2efb69d3d50344914a875b773f62a227dba2ccaf
2019-06-08 00:46:21 +12:00
..
backup Fix replication failure when Swift isn't available 2018-08-02 11:44:02 +02:00
cluster Extend cluster events 2019-05-12 02:06:42 +00:00
cmd Fix modules import order 2019-02-28 15:16:17 +01:00
common Merge "Add Cassandra datastore upgrade" 2019-06-05 06:29:46 +00:00
conductor report_root should always use context.user 2018-02-07 17:05:54 +08:00
configuration Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
datastore Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
db update pylint to 1.9.2 2018-09-17 16:14:54 +02:00
dns Pass kwargs to exception to get better format of error message 2019-04-17 16:19:19 +08:00
extensions Remove SecurityGroup API extension 2019-04-06 23:46:07 +13:00
flavor Add support for Oslo Policies to Trove 2016-12-06 21:51:21 +00:00
guestagent Enable service tenant deployment model by default in DevStack 2019-06-08 00:46:21 +12:00
hacking Remove log translations 2018-01-24 17:21:26 +00:00
instance Enable service tenant deployment model by default in DevStack 2019-06-08 00:46:21 +12:00
limits Handle isotime deprecation in oslo_utils.timeutils 2017-06-09 16:22:11 +00:00
module Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
network Remove log translations 2018-01-24 17:21:26 +00:00
quota Sync the data fields of DB* class and table fields. 2018-07-17 15:14:11 +08:00
taskmanager Merge "Add Cassandra datastore upgrade" 2019-06-05 06:29:46 +00:00
templates Fix Mariadb replication config 2019-03-20 16:19:08 +01:00
tests Enable service tenant deployment model by default in DevStack 2019-06-08 00:46:21 +12:00
volume_type Associate datastore, version with volume-type 2016-12-19 14:24:09 -05:00
README Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
__init__.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
rpc.py Add functionality to define different Message and Notification destination 2018-01-05 10:31:49 +08:00
version.py fix the version info of trove to use pbr 2015-11-05 11:04:46 -06:00
versions.py Allow host URL for versions to be configurable 2018-02-07 11:31:45 +08:00

README

This is the trove code itself