File tree Expand file tree Collapse file tree 7 files changed +7
-11
lines changed
Expand file tree Collapse file tree 7 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
3- import { clusterSubConfig } from 'splice-pulumi-common/src/config/configLoader' ;
3+ import { clusterSubConfig } from '@lfdecentralizedtrust/ splice-pulumi-common/src/config/configLoader' ;
44import { z } from 'zod' ;
55
66const GkeNodePoolConfigSchema = z . object ( {
Original file line number Diff line number Diff line change 77 exactNamespace ,
88 GCP_REGION ,
99 infraAffinityAndTolerations ,
10- } from 'splice-pulumi-common' ;
10+ } from '@lfdecentralizedtrust/ splice-pulumi-common' ;
1111
1212export function installFluentBit ( ) : void {
1313 // GCP does not allow configuring the fluent-bit instance it deploys. So we disable GCP's fluent-bit instance for workloads and install our own that
Original file line number Diff line number Diff line change 11// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
3- import { config } from 'splice-pulumi-common' ;
3+ import { config } from '@lfdecentralizedtrust/ splice-pulumi-common' ;
44
55import { installFluentBit } from './fluentBit' ;
66import { installNodePools } from './nodePools' ;
Original file line number Diff line number Diff line change 55 KmsConfigSchema ,
66 LogLevelSchema ,
77} from '@lfdecentralizedtrust/splice-pulumi-common/src/config' ;
8- import { clusterSubConfig } from 'splice-pulumi-common/src/config/configLoader' ;
8+ import { clusterSubConfig } from '@lfdecentralizedtrust/ splice-pulumi-common/src/config/configLoader' ;
99import { z } from 'zod' ;
1010
1111export const ValidatorNodeConfigSchema = z . object ( {
Original file line number Diff line number Diff line change 11{
2- "name" : " splice-pulumi-common" ,
2+ "name" : " @lfdecentralizedtrust/ splice-pulumi-common" ,
33 "version" : " 1.0.0" ,
44 "main" : " src/index.ts" ,
55 "dependencies" : {
Original file line number Diff line number Diff line change 11// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
3- import { clusterYamlConfig } from 'splice-pulumi-common/src/config/configLoader' ;
3+ import { clusterYamlConfig } from '@lfdecentralizedtrust/ splice-pulumi-common/src/config/configLoader' ;
44import { z } from 'zod' ;
55
66// Network wide configuration expected to be shared by all nodes.
You can’t perform that action at this time.
0 commit comments