Skip to content

Commit 527660a

Browse files
committed
renamed references to solo
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 2154d9e commit 527660a

File tree

11 files changed

+7
-200
lines changed

11 files changed

+7
-200
lines changed

examples/performance-tuning/Latitude/Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ includes:
55
flatten: true
66
env:
77
SOLO_NETWORK_SIZE: 10
8-
SOLO_NAMESPACE: solo-perf-hashsphere-lat
8+
SOLO_NAMESPACE: solo-perf-lat
99
SOLO_CHART_VERSION: 0.36.3
1010
CONSENSUS_NODE_VERSION: v0.57.2
1111
VALUES_FLAG: "--values-file {{.USER_WORKING_DIR}}/init-containers-values.yaml"
1212
SETTINGS_FLAG: "--settings-txt {{.USER_WORKING_DIR}}/settings.txt"
13-
SOLO_HOME: "/Users/user/.solo-perf-hashsphere-lat"
13+
SOLO_HOME: "/Users/user/.solo-perf-lat"
1414
# LOG4J2_FLAG: "--log4j2-xml {{.USER_WORKING_DIR}}/log4j2.xml"
1515
# APPLICATION_PROPERTIES_FLAG: "--application-properties {{.USER_WORKING_DIR}}/application.properties"
1616
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services"

examples/performance-tuning/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Example:
1313
1414
## Provided examples for Consensus nodes:
1515

16-
* HashSphere/init-containers-values.yaml (HashSphere on Google Cloud, for 4-core/32Gb 7-node )
16+
* solo-perf-test/init-containers-values.yaml (Solo on Google Cloud, for 4-core/32Gb 7-node )
1717
* Latitude/init-containers-values.yaml (Latitude, 128Gb, 10-node)
1818

1919
## and corresponding NetworkLoadGenerator templates:
2020

21-
* HashSphere/nlg-values.yaml
21+
* solo-perf-test/nlg-values.yaml
2222
* Latitude/nlg-values.yaml
2323
Start as the following:
2424

25-
> helm upgrade --install nlg oci://swirldslabs.jfrog.io/load-generator-helm-release-local/network-load-generator --version 0.2.1 --values nlg-values.yaml -n solo-hashsphere1
25+
> helm upgrade --install nlg oci://swirldslabs.jfrog.io/load-generator-helm-release-local/network-load-generator --version 0.2.1 --values nlg-values.yaml -n solo-perf-test

examples/performance-tuning/HashSphere/Taskfile.yml renamed to examples/performance-tuning/solo-perf-test/Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ includes:
55
flatten: true
66
env:
77
SOLO_NETWORK_SIZE: 7
8-
SOLO_NAMESPACE: solo-perf-hashsphere
8+
SOLO_NAMESPACE: solo-perf-test
99
SOLO_CHART_VERSION: 0.36.3
1010
CONSENSUS_NODE_VERSION: v0.57.2
1111
VALUES_FLAG: "--values-file {{.USER_WORKING_DIR}}/init-containers-values.yaml"
1212
SETTINGS_FLAG: "--settings-txt {{.USER_WORKING_DIR}}/settings.txt"
13-
SOLO_HOME: "/Users/user/.solo-perf-hashsphere"
13+
SOLO_HOME: "/Users/user/.solo-perf-test"
1414
# LOG4J2_FLAG: "--log4j2-xml {{.USER_WORKING_DIR}}/log4j2.xml"
1515
# APPLICATION_PROPERTIES_FLAG: "--application-properties {{.USER_WORKING_DIR}}/application.properties"
1616
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services"

examples/performance-tuning/HashSphere/init-containers-values.yaml renamed to examples/performance-tuning/solo-perf-test/init-containers-values.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,6 @@ defaults:
121121
value: "16g"
122122
- name: JAVA_HEAP_MAX
123123
value: "19g"
124-
minio-server:
125-
tenant:
126-
pools:
127-
- servers: 1
128-
name: pool-1
129-
volumesPerServer: 1
130-
size: 500Gi
131-
storageClassName: local-path
132-
resources:
133-
requests:
134-
cpu: 0
135-
memory: 0
136-
limits:
137-
cpu: 0
138-
memory: 0
139124
deployment:
140125
podAnnotations: {}
141126
podLabels: {}

package-lock.json

Lines changed: 0 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)