Skip to content

Commit

Permalink
Refactor - Use single entrypoint for provisiong keystone in CRIB
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Oct 29, 2024
1 parent b4e82d1 commit 7f49528
Show file tree
Hide file tree
Showing 26 changed files with 1,319 additions and 1,101 deletions.
18 changes: 9 additions & 9 deletions core/scripts/keystone/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ type command interface {

func main() {
commands := []command{
src.NewDeployContractsCommand(),
src.NewDeployJobSpecsCommand(),
src.NewGenerateCribClusterOverridesPreprovisionCommand(),
src.NewGenerateCribClusterOverridesPostprovisionCommand(),
src.NewDeleteJobsCommand(),
src.NewDeployAndInitializeCapabilitiesRegistryCommand(),
src.NewDeployWorkflowsCommand(),
src.NewDeleteWorkflowsCommand(),
src.NewDeployStreamsTriggerCommand(),
src.NewProvisionKeystoneCommand(),
src.NewFundTransmittersCommand(),
src.NewProvisionOCR3CapabilityCommand(),
src.NewDeployKeystoneWorkflowsCommand(),
src.NewDeployForwarderCommand(),
src.NewPreprovisionCribCommand(),
src.NewPostprovisionCribCommand(),
src.NewProvisionCapabilitesRegistryCommand(),
src.NewProvisionStreamsTriggerCommand(),
src.NewDeployAndInitializeCapabilitiesRegistryCommand(),
}

commandsList := func(commands []command) string {
Expand Down
229 changes: 0 additions & 229 deletions core/scripts/keystone/src/01_deploy_contracts_cmd.go

This file was deleted.

Loading

0 comments on commit 7f49528

Please sign in to comment.