Code Review
/
kni
/
installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
04aa962
)
Make automation use default 'cluster' dir
24/1824/1
author
Andrew Bays
<andrew.bays@gmail.com>
Tue, 22 Oct 2019 17:21:49 +0000
(13:21 -0400)
committer
Andrew Bays
<andrew.bays@gmail.com>
Tue, 22 Oct 2019 17:21:49 +0000
(13:21 -0400)
Change-Id: I0c6c794a172181a58f84a0d1b607c402cb2419d0
pkg/automation/baremetal.go
patch
|
blob
|
history
diff --git
a/pkg/automation/baremetal.go
b/pkg/automation/baremetal.go
index
9a15e74
..
94abdce
100644
(file)
--- a/
pkg/automation/baremetal.go
+++ b/
pkg/automation/baremetal.go
@@
-388,9
+388,8
@@
func (bad baremetalAutomatedDeployment) runConfigGenerationScripts(automationRep
// Add scripts to run
scripts := []scriptRunInstance{}
- commonArgs := []string{
- fmt.Sprintf("-m%s", automationManifestsPath),
- }
+ // Placeholder
+ commonArgs := []string{}
scripts = append(scripts, scriptRunInstance{
description: "dnsmasq provisioning config generation",