Skip to content

Commit

Permalink
specifying AMIs
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-rkallempudi committed Aug 10, 2024
1 parent 33d2966 commit 292dbf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/definitions/logging/suse154-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"id": "suse154-logs",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "suse-sles-15-sp4-chost-byos-v????????-hvm-ssd-x86_64"
"size": "t3.micro",
"ami_name": "suse-sles-sap-15-sp4-v*-hvm-ssd-x86_64-*"
}
],
"instrumentations": {
Expand Down
6 changes: 3 additions & 3 deletions test/definitions/logging/suse155-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"id": "suse5-logs",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
"ami_name": "suse-sles-15-sp5-chost-byos-v????????-hvm-ssd-x86_64"
"size": "t3.micro",
"ami_name": "suse-sles-sap-15-sp5-v*-hvm-ssd-x86_64-*"
}
],
"instrumentations": {
Expand All @@ -22,7 +22,7 @@
"suse5-logs"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library",
"source_repository": "/mnt/deployer/open-install-library",
"deploy_script_path": "test/deploy/linux/newrelic-cli/install/roles",
"params": {
"newrelic_cli_option": "-n logs-integration",
Expand Down

0 comments on commit 292dbf6

Please sign in to comment.