./totitan88 su - ocp export KUBECONFIG=/home/ocp/cluster_mgnt_roles/kubeconfig.ostest oc exec -it -n openstack openstackclient bash source /etc/bashrc cd ~ git clone -c http.sslVerify=false https://code.engineering.redhat.com/gerrit/openstack-pidone-qe cp -a openstack-pidone-qe/CI/ansible_sts_osp_operator/* . #run test by test: time ansible-playbook ansible_sts_sanity_tests.yaml --tags 01_POST_DEPLOY_CHECK -vv |& tee 01_POST_DEPLOY_CHECK.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 02_HARD_RESET_ALL_CONTROLLERS -vv |& tee 02_HARD_RESET_ALL_CONTROLLERS.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 03_HARD_RESET_CONTROLLER_MAIN_VIP -vv |& tee 03_HARD_RESET_CONTROLLER_MAIN_VIP.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 04_HARD_RESET_CONTROLLER_NON_VIP -vv |& tee 04_HARD_RESET_CONTROLLER_NON_VIP.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 08_HARD_RESET_CONTROLLER_INTERNAL_VIP -vv |& tee 08_HARD_RESET_CONTROLLER_INTERNAL_VIP.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 09_HARD_RESET_CONTROLLER_REDIS_VIP -vv |& tee 09_HARD_RESET_CONTROLLER_REDIS_VIP.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 10_NETWORK_DISRUPTOR_CONTROLLER_MAIN_VIP -vv |& tee 10_NETWORK_DISRUPTOR_CONTROLLER_MAIN_VIP.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 12_HARD_RESET_ONE_BY_ONE_CONTROLLER -vv |& tee 12_HARD_RESET_ONE_BY_ONE_CONTROLLER.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 14_KILL_RABBIT_RANDOM_CONTROLLER -vv |& tee 14_KILL_RABBIT_RANDOM_CONTROLLER.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 16_KILL_ALL_GALERA -vv |& tee 16_KILL_ALL_GALERA.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 17_REMOVE_ALL_GRASTATE_GALERA -vv |& tee 17_REMOVE_ALL_GRASTATE_GALERA.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 18_REMOVE_ONE_GRASTATE_GALERA -vv |& tee 18_REMOVE_ONE_GRASTATE_GALERA.log time ansible-playbook ansible_sts_sanity_tests.yaml --tags 19_GENERATE_BIG_DATA_GALERA -vv |& tee 19_GENERATE_BIG_DATA_GALERA.log . ansible_ha.env while true ;do ansible controller -mshell -b -a'hostname -s';sleep 20s;done