Handle series upgrade for memcached
This commit is contained in:
@@ -70,6 +70,10 @@ class SeriesUpgradeTest(unittest.TestCase):
|
||||
origin = "source"
|
||||
pause_non_leader_primary = False
|
||||
pause_non_leader_subordinate = False
|
||||
if "memcached" in applications[application]["charm"]:
|
||||
origin = None
|
||||
pause_non_leader_primary = False
|
||||
pause_non_leader_subordinate = False
|
||||
if "mongodb" in applications[application]["charm"]:
|
||||
# Mongodb is sligthly different. It needs to run series upgrade
|
||||
# on its secondaries first. It has its own function.
|
||||
|
||||
Reference in New Issue
Block a user