Skip to content

Commit

Permalink
Merge pull request #208 from hermitkim1/patch-binary-path
Browse files Browse the repository at this point in the history
Patch binary path
  • Loading branch information
hermitkim1 authored Dec 14, 2021
2 parents 3460e78 + 90a814f commit 6cc0a23
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions poc-cb-net/cmd/test-client/demo-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,6 @@ func main() {
{
"commonImage": "ubuntu18.04",
"commonSpec": "gcp-asia-east1-e2-standard-2"
},
{
"commonImage": "ubuntu18.04",
"commonSpec": "alibaba-ap-northeast-1-ecs-t5-lc1m2-large"
}
]
}`
Expand Down
4 changes: 2 additions & 2 deletions poc-cb-net/scripts/1.deploy-cb-network-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mkdir ~/cb-network-agent
cd ~/cb-network-agent


# Get the execution file of the cb-network agent 0.0.6
wget -q https://github.com/cloud-barista/cb-larva/releases/download/v0.0.6/agent
# Get the execution file of the cb-network agent
wget -q https://github.com/cloud-barista/cb-larva/releases/download/v0.0.7/agent
ls -al agent

# Change mode
Expand Down
4 changes: 2 additions & 2 deletions poc-cb-net/scripts/2.re-deploy-cb-network-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ mkdir ~/cb-network-agent
cd ~/cb-network-agent


# Get the execution file of the cb-network agent 0.0.6
wget -q https://github.com/cloud-barista/cb-larva/releases/download/v0.0.6/agent
# Get the execution file of the cb-network agent
wget -q https://github.com/cloud-barista/cb-larva/releases/download/v0.0.7/agent
ls -al agent

# Change mode
Expand Down
4 changes: 2 additions & 2 deletions poc-cb-net/scripts/get-and-run-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mkdir ~/cb-network-agent
cd ~/cb-network-agent


# Get the execution file of the cb-network agent 0.0.6
wget -q https://github.com/cloud-barista/cb-larva/releases/download/v0.0.6/agent
# Get the execution file of the cb-network agent
wget -q https://github.com/cloud-barista/cb-larva/releases/download/v0.0.7/agent
ls -al agent

# Change mode
Expand Down

0 comments on commit 6cc0a23

Please sign in to comment.