Skip to content

Commit

Permalink
Merge pull request #4223 from jstuever/bz1777224
Browse files Browse the repository at this point in the history
Bug 1777224: pkg/asset: metadata to depend on ignition
  • Loading branch information
openshift-merge-robot committed Oct 6, 2020
2 parents 7b4f18d + 8aefb64 commit ad8578c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/asset/cluster/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/openshift/installer/pkg/asset/cluster/openstack"
"github.com/openshift/installer/pkg/asset/cluster/ovirt"
"github.com/openshift/installer/pkg/asset/cluster/vsphere"
"github.com/openshift/installer/pkg/asset/ignition/bootstrap"
"github.com/openshift/installer/pkg/asset/installconfig"
"github.com/openshift/installer/pkg/types"
awstypes "github.com/openshift/installer/pkg/types/aws"
Expand Down Expand Up @@ -51,6 +52,7 @@ func (m *Metadata) Dependencies() []asset.Asset {
return []asset.Asset{
&installconfig.ClusterID{},
&installconfig.InstallConfig{},
&bootstrap.Bootstrap{},
}
}

Expand Down

0 comments on commit ad8578c

Please sign in to comment.