mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Updated kurtosis version to 0.67.3
This commit is contained in:
@@ -9,7 +9,7 @@ More info about Kurtosis: https://docs.kurtosis.com/
|
||||
|
||||
#### Before using this repository note that:
|
||||
|
||||
- **You are using Kurtosis version 0.67.1**. This is important, as they are working on it and changes can be huge depending on different versions. You can find all Kurtosis versions [here](https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases).
|
||||
- **You are using Kurtosis version 0.67.3**. This is important, as they are working on it and changes can be huge depending on different versions. You can find all Kurtosis versions [here](https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases).
|
||||
- The topology files that will be used by default are defined in `config/topology_generated/`. This topology is created with the [gennet](gennet-module/Readme.md) module.
|
||||
- Kurtosis can set up services in a parallel manner, defined in the `config.json` file (see below).
|
||||
- Only `kurtosis` and `docker` are needed to run this.
|
||||
|
||||
2
build.sh
2
build.sh
@@ -5,7 +5,7 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
||||
apt-get install -y jq
|
||||
|
||||
# Install the suitable kurtosis-cli
|
||||
kurtosis_version=0.67.1
|
||||
kurtosis_version=0.67.3
|
||||
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
|
||||
sudo apt update
|
||||
sudo apt-mark unhold kurtosis-cli
|
||||
|
||||
6
run.sh
6
run.sh
@@ -93,11 +93,11 @@ echo "Output of kurtosis run command written in kurtosisrun_log.txt"
|
||||
### Wait for WLS to finish
|
||||
|
||||
# Get the container prefix/uffix for the WLS service
|
||||
enclave_prefix="$(kurtosis --cli-log-level $loglevel enclave inspect --full-uuids $enclave_name | grep UUID: | awk '{print $2}')"
|
||||
cid_suffix="$(kurtosis --cli-log-level $loglevel enclave inspect --full-uuids $enclave_name | grep $wls_service_name | cut -f 1 -d ' ')"
|
||||
service_name="$(kurtosis --cli-log-level $loglevel enclave inspect $enclave_name | grep $wls_service_name | awk '{print $2}')"
|
||||
service_uuid="$(kurtosis --cli-log-level $loglevel enclave inspect --full-uuids $enclave_name | grep $wls_service_name | awk '{print $1}')"
|
||||
|
||||
# Construct the fully qualified container name that kurtosis has created
|
||||
cid="$enclave_prefix--user-service--$cid_suffix"
|
||||
cid="$service_name--$service_uuid"
|
||||
|
||||
# Wait for the container to halt; this will block
|
||||
echo -e "Waiting for simulation to finish ..."
|
||||
|
||||
Reference in New Issue
Block a user