Skip to content

Commit

Permalink
Devops: fix ami + move to kusama (#48)
Browse files Browse the repository at this point in the history
- fix AMI, to ensure it's right architecture
- move endpoint to Kusama
  • Loading branch information
wawrzek authored Dec 23, 2024
1 parent 62970ab commit f65cd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions devops/ansible/roles/glove/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ glove_db: dynamodb
glove_db_table: glove

# URL to a substrate node endpoint
# See https://wiki.polkadot.network/docs/maintain-endpoints for more information
glove_node_endpoint: "wss://rococo-rpc.polkadot.io"
glove_node_endpoint: "wss://rpc-kusama.luckyfriday.io/"

# Secret phrase for the Glove proxy account.
# See https://wiki.polkadot.network/docs/learn-account-advanced#derivation-paths for more details.
Expand Down
2 changes: 1 addition & 1 deletion devops/terraform/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data "aws_ami" "al2023" {
owners = ["amazon"]
filter {
name = "name"
values = ["al2023-ami-2023*"]
values = ["al2023-ami-2023*x86_64"]
}
}

Expand Down

0 comments on commit f65cd03

Please sign in to comment.