Age | Commit message (Collapse) | Author | Files | Lines |
|
- add recovery shell scripts
- add boot-recovery role to stop services during system boot which
could cause boot pending
- configure nfs mount in /etc/fstab cause system boot pending,
so mount nfs during ansible-playbook run.
- kill mysqld before mysql recovery, running mysqld may cause mysql
recover failure
JIRA: COMPASS-474
Change-Id: I0f6f0ee935fbe3fbbe28a451a02decfb01a6165b
Signed-off-by: QiLiang <liangqi1@huawei.com>
|
|
After all hosts system restart, login to the compass-core,
change directory /var/ansible/run/<openstack-cluster> and execute
below command:
ansible-playbook \
-i inventories/inventory.yml HA-ansible-multinodes.yml \
-t recovery \
-e "RECOVERY_ENV=True"
JIRA: COMPASS-474
Change-Id: I2ed80550c043b14643382609c48d724019cc1cfb
Signed-off-by: QiLiang <liangqi1@huawei.com>
|
|
JIRA: COMPASS-433
Change-Id: I4b2221e7f8db93981325c52a4c43f8cc9cebc099
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
|
|
JIRA: COMPASS-412
Change-Id: Ia51bffe81a09bbb19363eb7d2569fc5a859b33b0
Signed-off-by: QiLiang <liangqi1@huawei.com>
|
|
JIRA: COMPASS-400
Change-Id: I6402ce97f998f4a61f4188f7e659ea813f910a52
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
|