mirror of
https://github.com/ceph/ceph
synced 2024-12-14 07:25:50 +00:00
8129bffb17
Downburst create is used to reinstall a VM when it is locked. Downburst destroy is used to remove a VM when it is unlocked. Host keys are regenerated on each vm instantiation, so the keys need to be checked prior to use. If needed, qa-ceph-chef is run on newly installed systems to insure that they are fully functional. Signed-off-by: Warren Usui <warren.usui@inktank.com>
11 lines
119 B
Bash
Executable File
11 lines
119 B
Bash
Executable File
#! /bin/sh
|
|
|
|
sudo vi -e /etc/sudoers <<EOF
|
|
g/ requiretty/s// !requiretty/
|
|
g/ !visiblepw/s// visiblepw/
|
|
w!
|
|
q
|
|
EOF
|
|
exit
|
|
|