Skip to content

Commit

Permalink
pushing latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Dec 11, 2024
1 parent f9bbbf8 commit 38d46bc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion HelperTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ tasks:
- helm list --all-namespaces | grep -qz "${SOLO_CLUSTER_RELEASE_NAME}"
cmds:
- export MINIO_FLAG=$(cat {{ .minio_flag }})
- SOLO_HOME_DIR=${SOLO_HOME_DIR} npm run solo -- cluster setup --cluster-setup-namespace "${SOLO_CLUSTER_SETUP_NAMESPACE}" "${MINIO_FLAG}"
- SOLO_HOME_DIR=${SOLO_HOME_DIR} npm run solo -- cluster setup --cluster-setup-namespace "${SOLO_CLUSTER_SETUP_NAMESPACE}" ${MINIO_FLAG}

solo:node:addresses:
internal: true
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-network-config/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
CONSENSUS_NODE_VERSION: v0.57.2
VALUES_FLAG: "--values-file init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt settings.txt"
SOLO_HOME_DIR: "/Users/user/.solo-${SOLO_NAMESPACE}"
SOLO_HOME: "/Users/user/.solo-{{.SOLO_NAMESPACE}}"
# LOG4J2_FLAG: "--log4j2-xml log4j2.xml"
# APPLICATION_PROPERTIES_FLAG: "--application-properties application.properties"
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services"
# LOCAL_BUILD_FLAG: "--local-build \"${HEDERA_SERVICES_ROOT}/hedera-node/data\""
# LOCAL_BUILD_FLAG: "--local-build \"{{.HEDERA_SERVICES_ROOT}}/hedera-node/data\""
4 changes: 2 additions & 2 deletions examples/hashsphere-0001/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
CONSENSUS_NODE_VERSION: v0.57.2
VALUES_FLAG: "--values-file init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt settings.txt"
SOLO_HOME_DIR: "/Users/user/.solo-${SOLO_NAMESPACE}"
SOLO_HOME: "/Users/user/.solo-{{.SOLO_NAMESPACE}}"
# LOG4J2_FLAG: "--log4j2-xml log4j2.xml"
# APPLICATION_PROPERTIES_FLAG: "--application-properties application.properties"
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services"
# LOCAL_BUILD_FLAG: "--local-build \"${HEDERA_SERVICES_ROOT}/hedera-node/data\""
# LOCAL_BUILD_FLAG: "--local-build \"{{.HEDERA_SERVICES_ROOT}}/hedera-node/data\""
4 changes: 2 additions & 2 deletions examples/performance-tuning/HashSphere/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
CONSENSUS_NODE_VERSION: v0.57.2
VALUES_FLAG: "--values-file init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt settings.txt"
SOLO_HOME_DIR: "/Users/user/.solo-${SOLO_NAMESPACE}"
SOLO_HOME: "/Users/user/.solo-{{.SOLO_NAMESPACE}}"
# LOG4J2_FLAG: "--log4j2-xml log4j2.xml"
# APPLICATION_PROPERTIES_FLAG: "--application-properties application.properties"
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services"
# LOCAL_BUILD_FLAG: "--local-build \"${HEDERA_SERVICES_ROOT}/hedera-node/data\""
# LOCAL_BUILD_FLAG: "--local-build \"{{.HEDERA_SERVICES_ROOT}}/hedera-node/data\""
6 changes: 3 additions & 3 deletions examples/performance-tuning/Latitude/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ includes:
flatten: true
env:
SOLO_NETWORK_SIZE: 10
SOLO_NAMESPACE: solo-perf-hashsphere
SOLO_NAMESPACE: solo-perf-hashsphere-lat
SOLO_CHART_VERSION: 0.36.1
CONSENSUS_NODE_VERSION: v0.57.2
VALUES_FLAG: "--values-file init-containers-values.yaml"
SETTINGS_FLAG: "--settings-txt settings.txt"
SOLO_HOME_DIR: "/Users/user/.solo-${SOLO_NAMESPACE}"
SOLO_HOME: "/Users/user/.solo-{{.SOLO_NAMESPACE}}"
# LOG4J2_FLAG: "--log4j2-xml log4j2.xml"
# APPLICATION_PROPERTIES_FLAG: "--application-properties application.properties"
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services"
# LOCAL_BUILD_FLAG: "--local-build \"${HEDERA_SERVICES_ROOT}/hedera-node/data\""
# LOCAL_BUILD_FLAG: "--local-build \"{{.HEDERA_SERVICES_ROOT}}/hedera-node/data\""

0 comments on commit 38d46bc

Please sign in to comment.