Skip to content

Commit

Permalink
contrib/standalone.sh: clean up supportconfigs
Browse files Browse the repository at this point in the history
No need to keep the supportconfigs created during the test run.

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed May 22, 2020
1 parent e10339e commit 57039e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ if [ "$SES5" ] ; then
run_cmd sesdev create ses5 --non-interactive --roles "[master,client,openattic],[storage,mon,mgr,rgw],[storage,mon,mgr,mds,nfs],[storage,mon,mgr,mds,rgw,nfs]" ses5-4node
run_cmd sesdev qa-test ses5-4node
run_cmd sesdev supportconfig ses5-4node node1
rm -f scc*
# consider uncommenting after the following bugs are fixed:
# - https://github.com/SUSE/sesdev/issues/276
# - https://github.com/SUSE/sesdev/issues/291
Expand All @@ -211,6 +212,7 @@ if [ "$SES6" ] ; then
run_cmd sesdev create ses6 --non-interactive ses6-4node
run_cmd sesdev qa-test ses6-4node
run_cmd sesdev supportconfig ses6-4node node1
rm -f scc*
# consider uncommenting after the following bugs are fixed:
# - https://github.com/SUSE/sesdev/issues/276
# - https://github.com/SUSE/sesdev/issues/291
Expand All @@ -235,6 +237,7 @@ if [ "$SES7" ] ; then
run_cmd sesdev create ses7 --non-interactive $CEPH_SALT_FROM_SOURCE ses7-4node
run_cmd sesdev qa-test ses7-4node
run_cmd sesdev supportconfig ses7-4node node1
rm -f scc*
# consider uncommenting after the following bugs are fixed:
# - bsc#1170498
# - https://github.com/SUSE/sesdev/issues/276
Expand Down

0 comments on commit 57039e6

Please sign in to comment.