Skip to content

Commit

Permalink
Update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
80degreeswest committed Jun 5, 2020
1 parent 64c8915 commit 289effe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.eightydegreeswest</groupId>
<artifactId>bfmgr</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<name>bfmgr</name>
<description>Buildfarm Manager</description>

Expand Down
18 changes: 18 additions & 0 deletions src/main/resources/aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,15 @@
"Key" : "InstanceType",
"PropagateAtLaunch" : "True",
"Value" : "server"
},
{
"Key" : {
"Ref": "RequiredTagName"
},
"PropagateAtLaunch" : "True",
"Value" : {
"Ref": "ClusterName"
}
}
]
},
Expand Down Expand Up @@ -420,6 +429,15 @@
"Key" : "InstanceType",
"PropagateAtLaunch" : "True",
"Value" : "worker"
},
{
"Key" : {
"Ref": "RequiredTagName"
},
"PropagateAtLaunch" : "True",
"Value" : {
"Ref": "ClusterName"
}
}
]
},
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/bfmgr-aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"autoscaling:*",
"ec2:*",
"elasticache:*",
"elasticloadbalancing:*"
"elasticloadbalancing:*",
"ssm:*"
],
"Resource": "*"
}
Expand Down

0 comments on commit 289effe

Please sign in to comment.