Update repo-backup procedure for upgrade tests
For deployment Kilo cluster using 8.0 fuel we should backup all mirrors, not only added to already created cluster Change-Id: Iba84d8082a136109042beab0d1844e2f5fb7cad8
This commit is contained in:
parent
89522c6507
commit
dca4935402
@ -32,7 +32,7 @@ from fuelweb_test.tests.base_test_case import TestBasic
|
|||||||
class DataDrivenUpgradeBase(TestBasic):
|
class DataDrivenUpgradeBase(TestBasic):
|
||||||
OCTANE_COMMANDS = {
|
OCTANE_COMMANDS = {
|
||||||
'backup': 'octane fuel-backup --to {path}',
|
'backup': 'octane fuel-backup --to {path}',
|
||||||
'repo-backup': 'octane fuel-repo-backup --to {path}',
|
'repo-backup': 'octane fuel-repo-backup --to {path} --full',
|
||||||
'restore': 'octane fuel-restore --from {path} --admin-password {pwd}',
|
'restore': 'octane fuel-restore --from {path} --admin-password {pwd}',
|
||||||
'repo-restore': 'octane fuel-repo-restore --from {path}',
|
'repo-restore': 'octane fuel-repo-restore --from {path}',
|
||||||
'update-bootstrap-centos': 'octane update-bootstrap-centos'
|
'update-bootstrap-centos': 'octane update-bootstrap-centos'
|
||||||
|
Loading…
Reference in New Issue
Block a user