summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-04-07 10:52:16 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-05-27 10:31:50 +1200
commitaa1d4d224674f44d9cd882eddb2537907adf5382 (patch)
treeb9baf26bfb4b15497696d020fea41364bd0576c8 /tools
parent523d66e8fd5d29be8dbae9aa79c5348d3dce8c64 (diff)
downloadtrove-aa1d4d224674f44d9cd882eddb2537907adf5382.tar.gz
Datastore containerization
Significant changes: * Using docker image to install datastore. * Datastore image is common to different datastores. * Using backup docker image to do backup and restore. * Support MariaDB replication * Set most of the functional jobs as non-voting as nested virtualization is not supported in CI. Change-Id: Ia9c97a63a961eebc336b70d28dc77638144c1834
Diffstat (limited to 'tools')
-rw-r--r--tools/trove-pylint.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/trove-pylint.config b/tools/trove-pylint.config
index 7a773950..85571893 100644
--- a/tools/trove-pylint.config
+++ b/tools/trove-pylint.config
@@ -1499,6 +1499,12 @@
],
[
"trove/taskmanager/manager.py",
+ "E1136",
+ "Value 'snapshot' is unsubscriptable",
+ "Manager._create_replication_slave"
+ ],
+ [
+ "trove/taskmanager/manager.py",
"E1101",
"Instance of 'FreshInstance' has no 'wait_for_instance' member",
"Manager._create_instance"