-
Notifications
You must be signed in to change notification settings - Fork 62
use new dropshot tag config to enumerate tags #751
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,108 @@ | ||
| { | ||
| "allow_other_tags": false, | ||
| "endpoint_tag_policy": "ExactlyOne", | ||
| "tag_definitions": { | ||
| "disks": { | ||
| "description": "Virtual disks are used to store instance-local data which includes the operating system.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "firewall": { | ||
| "description": "Firewall operation controls the flow of network data into a VPC", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "hidden": { | ||
| "description": "TODO operations that will not ship to customers", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "instances": { | ||
| "description": "Virtual machine instances are the basic unit of computation. These operations are used for provisioning, controlling, and destroying instances.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "metrics": { | ||
| "description": "Metrics provide insight into the operation of the Oxide deployment. These include telemetry on hardware and software components that can be used to understand the current state as well as to diagnose issues.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "organizations": { | ||
| "description": "Organizations represent a subset of users and projects in an Oxide deployment.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "projects": { | ||
| "description": "Projects are a grouping of associated resources such as instances and disks within an organization for purposes of billing and access control.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "racks": { | ||
| "description": "These operations pertain to hardware inventory and management. Racks are the unit of expansion of an Oxide deployment. Racks are in turn composed of sleds, switches, power supplies, and a cabled backplane.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "roles": { | ||
| "description": "Roles are a component of Identity and Access Management (IAM) that allow a user or agent account access to additional permissions.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "routers": { | ||
| "description": "Routers direct the flow of network traffic into, out of, and within a VPC via routes.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "routes": { | ||
| "description": "Routes define router policy.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "sagas": { | ||
| "description": "Sagas are the abstraction used to represent multi-step operations within the Oxide deployment. These operations can be used to query saga status and report errors.", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "sleds": { | ||
| "description": "This tag should be moved into hardware", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "subnets": { | ||
| "description": "This tag should be moved into a generic network tag", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "updates": { | ||
| "description": "This tag should be moved into a operations tag", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "users": { | ||
| "description": "This tag should be moved into an IAM tag", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| }, | ||
| "vpcs": { | ||
| "description": "A Virtual Private Cloud (VPC) is an isolated network environment that should probaby be moved into a more generic networking tag", | ||
| "external_docs": { | ||
| "url": "http://oxide.computer/docs/#xxx" | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or 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
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.
These are "https://docs.oxide.computer/api/{lowercase tag name}" if you want to fill them in with the real url
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.
But I don't technnically need that right now anyways but just so you know
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.
These aren't links to the API documentation; they're links to the product documentation.
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.
Ah ha, I see, like a tutorial?
https://docs.oxide.computer/tutorials/{thing}?Uh oh!
There was an error while loading. Please reload this page.
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.
or the thing in the rack? regardless I guess it doesn't really matter
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.
Yeah, like that. e.g. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instances-and-amis.html
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.
ah gotcha!