Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Fix python tools install, update TF version (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmars authored May 5, 2021
1 parent 038be29 commit 75a0116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions aws/aws_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ import (

"time"

"github.com/stardog-union/stardog-graviton"
"errors"

sdutils "github.com/stardog-union/stardog-graviton"
)

type awsDeploymentDescription struct {
Expand All @@ -54,7 +55,7 @@ type awsDeploymentDescription struct {
}

var (
TerraformVersion = "0.11.7"
TerraformVersion = "0.11.15"
PackerVersion = "1.2.3"
)

Expand Down
2 changes: 1 addition & 1 deletion aws/etc/packer/stardog.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ls /usr/local/",
"cd /usr/local/stardog-tools/python",
"echo 'INSTALL PYTHON TOOLS'",
"sudo -E python3 setup.py install",
"sudo -E pip3 install -e .",
"echo 'CONF ZK'",
"sudo mkdir -p /etc/sv/zkmon",
"sudo mv /tmp/zookeeper_sv /etc/sv/zkmon/run",
Expand Down

0 comments on commit 75a0116

Please sign in to comment.