Commit 8cca114
committed
Remove devscript content only when deepscrub is used
We don't need to remove each time the all content necessary to
deploy devscript on cleanup. The devscript is using config_$(whoami).sh
config file to get necessary information how to deploy the cluster.
Let's assume that after executing: "make clean" from dev-scripts [1] project,
all the OCP cluster would be removed, and on next execution "make all",
the script will be base on config file.
[1] https://github.com/openshift-metal3/dev-scripts/
Signed-off-by: Daniel Pawlik <[email protected]>1 parent e97a352 commit 8cca114
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
71 | 80 | | |
72 | 81 | | |
73 | 82 | | |
| |||
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
83 | 95 | | |
84 | 96 | | |
85 | 97 | | |
| |||
0 commit comments