Skip to content

Commit

Permalink
Remove node6 for CRIB chart values in CCIP (#764)
Browse files Browse the repository at this point in the history
## Motivation

See title.

## Solution

See title.

Co-authored-by: Gheorghe Strimtu <studentcuza@gmail.com>
  • Loading branch information
chainchad and gheorghestrimtu committed Apr 30, 2024
1 parent f22ed2e commit aa3b219
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 52 deletions.
1 change: 0 additions & 1 deletion .github/scripts/crib/pr-comment-crib-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function generateSubdomains(subdomainPrefix, prNumber) {
"node3",
"node4",
"node5",
"node6",
"geth-1337-http",
"geth-1337-ws",
"geth-2337-http",
Expand Down
3 changes: 1 addition & 2 deletions charts/ccip-scripts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ chainlink:
- name: node-3
- name: node-4
- name: node-5
- name: node-6
geth:
wsRpcPort: 8546
networkPolicies:
enabled: true
enabled: true
11 changes: 0 additions & 11 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ chainlink:
- name: node-3
- name: node-4
- name: node-5
- name: node-6

# each CL node have a dedicated PostgreSQL 11.15
# use StatefulSet by setting:
Expand Down Expand Up @@ -299,16 +298,6 @@ ingress:
name: chainlink-node-5
port:
number: 6688
- host: chainlink-node-6.local
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: chainlink-node-6
port:
number: 6688
- host: chainlink-geth-http.local
http:
paths:
Expand Down
12 changes: 0 additions & 12 deletions charts/root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ chainlink-cluster:
- name: node-3
- name: node-4
- name: node-5
- name: node-6

# each CL node have a dedicated PostgreSQL 11.15
# use StatefulSet by setting:
Expand Down Expand Up @@ -283,16 +282,6 @@ chainlink-cluster:
name: chainlink-node-5
port:
number: 6688
- host: chainlink-node-6.local
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: chainlink-node-6
port:
number: 6688
- host: chainlink-geth-http.local
http:
paths:
Expand Down Expand Up @@ -411,6 +400,5 @@ ccip-scripts:
- name: node-3
- name: node-4
- name: node-5
- name: node-6
geth:
wsRpcPort: 8546
11 changes: 0 additions & 11 deletions crib/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ deployments:
image: ${runtime.images.app}
- name: node-5
image: ${runtime.images.app}
- name: node-6
image: ${runtime.images.app}
# each CL node have a dedicated PostgreSQL 11.15
# use StatefulSet by setting:
#
Expand Down Expand Up @@ -324,15 +322,6 @@ deployments:
name: app-node-5
port:
number: 6688
- host: ${DEVSPACE_NAMESPACE}-node6.${DEVSPACE_INGRESS_BASE_DOMAIN}
http:
paths:
- path: /
backend:
service:
name: app-node-6
port:
number: 6688
- host: ${DEVSPACE_NAMESPACE}-geth-1337-http.${DEVSPACE_INGRESS_BASE_DOMAIN}
http:
paths:
Expand Down
6 changes: 0 additions & 6 deletions integration-tests/ccip-tests/testconfig/tomls/ccip-crib.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ Email = 'notreal@fakeemail.ch'
Password = 'fj293fbBnlQ!f9vNs'
InternalIP = 'app-node-5'

[[CCIP.Env.ExistingCLCluster.NodeConfigs]]
URL = 'https://skudasov-crib-ccip-node6.main.stage.cldev.sh/'
Email = 'notreal@fakeemail.ch'
Password = 'fj293fbBnlQ!f9vNs'
InternalIP = 'app-node-6'

[CCIP.Groups]
[CCIP.Groups.smoke]
LocalCluster = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ DBTag = '14.8'
Name = 'node5'
DBImage = 'postgres'
DBTag = '15.6'

[[CCIP.Env.NewCLCluster.Nodes]]
Name = 'node6'
DBImage = 'postgres'
DBTag = '15.6'
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ NeedsUpgrade = true
Name = 'node-5'
NeedsUpgrade = true

[[CCIP.Env.NewCLCluster.Nodes]]
Name = 'node-6'
NeedsUpgrade = true

[CCIP.Groups]
[CCIP.Groups.load]
LocalCluster = false
Expand Down

0 comments on commit aa3b219

Please sign in to comment.