Skip to content

Commit

Permalink
*: remove stale mcso config references
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Sep 21, 2018
1 parent a6231bc commit 08708cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion installer/pkg/workflow/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
const (
generatedPath = "generated"
kcoConfigFileName = "kco-config.yaml"
mcsoConfigFileName = "mcso-config.yaml"
maoConfigFileName = "mao-config.yaml"
kubeSystemPath = "generated/manifests"
kubeSystemFileName = "cluster-config.yaml"
Expand Down
1 change: 0 additions & 1 deletion pkg/asset/ignition/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ func (a *bootstrap) addBootstrapConfigFiles(config *ignition.Config, dependencie
// TODO (staebler) - missing the following from assets step
// /opt/tectonic/manifests/cluster-config.yaml
// /opt/tectonic/tectonic/cluster-config.yaml
// /opt/tectonic/mcso-config.yaml
// /opt/tectonic/kco-config.yaml
// /etc/kubernetes/kubeconfig
// /var/lib/kubelet/kubeconfig
Expand Down
1 change: 0 additions & 1 deletion tests/smoke/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ var (
defaultIgnoredManifests = []string{
"bootstrap",
"kco-config.yaml",
"mcso-config.yaml",
// TODO: temporary disabling this for OpenTonic
"tectonic/security/priviledged-scc-tectonic.yaml",
}
Expand Down

0 comments on commit 08708cc

Please sign in to comment.