-
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
Merged
david-wu-octopus
merged 7 commits into
main
from
davidwu/update-deployment-targets-page
Apr 18, 2024
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
214b7b0
Rename target roles to target tags in target-roles.include.md
david-wu-octopus 9ba5486
Rename target roles to target tags on the Deployment targets page
david-wu-octopus 6f47a5f
Add rename callout
david-wu-octopus 4516bdd
Update subheading on Deployment targets page
david-wu-octopus 15cc337
Update modified date
steve-fenton-octopus e09d20e
Merge pull request #2241 from OctopusDeploy/davidwu/update-deployment…
david-wu-octopus c89c7af
Update callout copy
david-wu-octopus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
[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. | ||
::: | ||
|
||
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: | ||
|
||
- product-cluster | ||
- web-server | ||
- app-server | ||
- db-server | ||
|
||
Using target roles means the infrastructure in each of your environments doesn't need to be identical and the deployment process will know which deployment targets to deploy your software to. | ||
Using target tags means the infrastructure in each of your environments doesn't need to be identical and the deployment process will know which deployment targets to deploy your software to. | ||
|
||
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 tag, but every deployment target must have at least one tag. | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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