-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename target roles to target tags on the Deployment targets page #2238
Rename target roles to target tags on the Deployment targets page #2238
Conversation
@@ -1,12 +1,16 @@ | |||
[Getting Started - Machine Roles](https://www.youtube.com/watch?v=AU8TBEOI-0M) | |||
|
|||
Before you can deploy software to your deployment targets, you need to tag them with target roles. This ensures you deploy the right software to the right deployment targets. Typical target roles include: | |||
:::div{.info} | |||
**Target roles** are **target tags** from Octopus Deploy **2024.2** onwards. The functionality remains the same. This is only a name change to make our terminology clearer. No action is needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd remove no action is needed
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
**Target roles** are **target tags** from Octopus Deploy **2024.2** onwards. The functionality remains the same. This is only a name change to make our terminology clearer. No action is needed. | ||
::: | ||
|
||
Before you can deploy software to your deployment targets, you need to associate them with target tags. This ensures you deploy the right software to the right deployment targets. Typical target tags include: | ||
|
||
- web-server | ||
- app-server | ||
- db-server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth adding a cluster-like tag name in here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added product-cluster
to the top of the list
|
||
Deployment targets can have more than one role, and more than one deployment target can have the same role, but every deployment target must have at least one role. | ||
Deployment targets can have more than one target tag, and more than one deployment target can have the same target tag, but every deployment target must have at least one target tag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think target tag
can be just tag
here, since we are specifically talking about targets in this sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. I think I went overboard on the be explicit about target tags guidance 😂
Hi @david-wu-octopus I've sent you a PR to update the modified date. |
…-targets-page-modified-date Update modified date
Description
[sc-75742]
This PR renames target roles to target tags on the Deployment targets page.
Changes
Updated page
New callout