trove/trove
wuchunyang 2f755b64b3 Add network isolation for trove
this PR adds a network_isolation config option for trove,
with network_isolation enabled, trove guest agent will
plug the user-defined port to database container by
docker host_nic network driver which is implemented in this PR.

docker host_nic network driver is a simple driver to plug host
nic to a container. this driver supports ipv4,ipv6 and dual-stack.

for more details please see the story.

story: 2010733
task: 47957

Change-Id: I35d6f8b81a2c5e847cbed3f5bc6095dc1d387165
2023-08-03 11:35:04 +00:00
..
backup Don't ignore H306 pep8 check 2023-05-30 17:51:16 +08:00
cluster Fixes cluster creation error 2023-06-30 14:32:32 +08:00
cmd Add network isolation for trove 2023-08-03 11:35:04 +00:00
common Add network isolation for trove 2023-08-03 11:35:04 +00:00
conductor Do not override RESTART_REQUIRED service status 2021-02-10 15:51:54 +13:00
configuration Removes the deprecated argument tenant from TroveContext 2022-03-20 04:10:21 +00:00
datastore Support datastore version number for creating instance 2020-11-18 22:33:32 +13:00
db Don't ignore H306 pep8 check 2023-05-30 17:51:16 +08:00
dns Remove six.PY3 2020-09-03 18:30:24 +08:00
extensions Don't ignore H306 pep8 check 2023-05-30 17:51:16 +08:00
flavor Revert "Remove flavor API" 2020-11-05 14:31:27 +13:00
guestagent Add network isolation for trove 2023-08-03 11:35:04 +00:00
hacking Remove six usage and basestring check 2020-10-16 10:40:22 +08:00
instance Add network isolation for trove 2023-08-03 11:35:04 +00:00
limits Fix CI job 2020-05-25 17:37:38 +12:00
module Remove six usage and basestring check 2020-10-16 10:40:22 +08:00
network Remove six usage and basestring check 2020-10-16 10:40:22 +08:00
quota Support ram quota 2020-11-11 09:51:26 +00:00
taskmanager Add network isolation for trove 2023-08-03 11:35:04 +00:00
templates Support mysql 8.0 2020-10-23 23:50:39 +13:00
tests Add network isolation for trove 2023-08-03 11:35:04 +00:00
volume_type Remove volume-types API 2020-04-26 20:14:37 +12: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 Use new get_rpc_client API from oslo.messaging 2023-03-06 11:59:57 +00: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