Skip to content

Commit

Permalink
Merge pull request #287 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
Dev kmr
  • Loading branch information
k-rister authored Feb 15, 2023
2 parents 672b7bd + a11eb2b commit b967c90
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions workshop/controller-workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,11 @@
},
{
"name": "elasticsearch_from_es",
"type": "distro-manual",
"distro-manual_info": {
"packages": [
"https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.6-x86_64.rpm"
"type": "manual",
"manual_info": {
"commands": [
"if [ \"$(uname -m)\" == \"x86_64\" ]; then rpm -i https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.9-x86_64.rpm; fi",
"if [ \"$(uname -m)\" == \"aarch64\" ]; then rpm -i https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.9-aarch64.rpm; fi"
]
}
},
Expand Down

0 comments on commit b967c90

Please sign in to comment.