Mysql guest agent functionality for replication
Implement new strategy for replication Implement replication strategy for mysql binlog replication. Supporting methods in mysql service Implement API methods in mysql manager Define configuration settings for replication Co-authored by: Nikhil Manchanda <SlickNik@gmail.com> Co-authored by: Greg Lucas <glucas@tesora.com> Partially implements: blueprint replication-v1 Change-Id: I70f0b5c37fe3c2d42426029bb627c141965eb524
This commit is contained in:
committed by
Nikhil Manchanda
parent
c9173f22e9
commit
86eacbeabc
@@ -94,3 +94,11 @@ backup_aes_cbc_key = "default_aes_cbc_key"
|
||||
backup_use_snet = False
|
||||
backup_chunk_size = 65536
|
||||
backup_segment_max_size = 2147483648
|
||||
|
||||
[mysql]
|
||||
|
||||
# Configuration for Replication
|
||||
replication_strategy = MysqlBinlogReplication
|
||||
replication_namespace = trove.guestagent.strategies.replication.mysql_binlog
|
||||
replication_user = slave_user
|
||||
replication_password = slave_password
|
||||
|
||||
Reference in New Issue
Block a user