Skip to content

Commit

Permalink
chore: add fleet definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien4218 committed Jan 31, 2023
1 parent 3bd2647 commit 4e9a947
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/manual/definitions/fleet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"global_tags": {
"owning_team": "[env:NEW_RELIC_TEAM_NAME]"
},

"resources": [
{"id": "l1", "provider": "aws", "type": "ec2", "size": "t3.nano"},
{"id": "l2", "provider": "aws", "type": "ec2", "size": "t3.nano"},
{"id": "l3", "provider": "aws", "type": "ec2", "size": "t3.nano"},
{"id": "l4", "provider": "aws", "type": "ec2", "size": "t3.nano"},
{"id": "l5", "provider": "aws", "type": "ec2", "size": "t3.nano"},
{"id": "w1", "provider": "aws", "type": "ec2", "size": "t3.micro", "is_windows": true, "ami_name": "Windows_Server-2016-English-Full-HyperV-*", "user_name": "Administrator"},
{"id": "w2", "provider": "aws", "type": "ec2", "size": "t3.micro", "is_windows": true, "ami_name": "Windows_Server-2016-English-Full-HyperV-*", "user_name": "Administrator"},
{"id": "w3", "provider": "aws", "type": "ec2", "size": "t3.micro", "is_windows": true, "ami_name": "Windows_Server-2016-English-Full-HyperV-*", "user_name": "Administrator"},
{"id": "w4", "provider": "aws", "type": "ec2", "size": "t3.micro", "is_windows": true, "ami_name": "Windows_Server-2016-English-Full-HyperV-*", "user_name": "Administrator"},
{"id": "w5", "provider": "aws", "type": "ec2", "size": "t3.micro", "is_windows": true, "ami_name": "Windows_Server-2016-English-Full-HyperV-*", "user_name": "Administrator"}
]
}

0 comments on commit 4e9a947

Please sign in to comment.