-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v2.0] Added cluster-wide tagging for Azure and AWS. (#3440)
- Loading branch information
1 parent
ee2f04f
commit b4d40c2
Showing
46 changed files
with
269 additions
and
50 deletions.
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,39 +1,61 @@ | ||
{ | ||
"name": "epicli", | ||
"dockerFile": "Dockerfile", | ||
"extensions": [ | ||
// Ansible | ||
"redhat.ansible", | ||
// Black Duck Scan | ||
"synopsyscodesight.vscode-codesight", | ||
// Common | ||
"shardulm94.trailing-spaces", | ||
// Git | ||
"eamodio.gitlens", | ||
// Jinja | ||
"samuelcolvin.jinjahtml", | ||
// Kubernetes | ||
"ms-kubernetes-tools.vscode-kubernetes-tools", | ||
// Markdown | ||
"davidanson.vscode-markdownlint", | ||
// Python | ||
"ms-python.python", | ||
// Ruby | ||
"rebornix.Ruby", | ||
"castwide.solargraph", | ||
// Shell | ||
"timonwong.shellcheck", | ||
// Terraform | ||
"hashicorp.terraform", | ||
// YAML | ||
"redhat.vscode-yaml", | ||
], | ||
"customizations":{ | ||
"vscode": { | ||
"extensions": [ | ||
// Ansible | ||
"redhat.ansible", | ||
// Common | ||
"shardulm94.trailing-spaces", | ||
// Jinja | ||
"samuelcolvin.jinjahtml", | ||
// Kubernetes | ||
"ms-kubernetes-tools.vscode-kubernetes-tools", | ||
// Markdown | ||
"davidanson.vscode-markdownlint", | ||
// Python | ||
"ms-python.python", | ||
"ms-python.pylint", | ||
// Ruby | ||
"rebornix.Ruby", | ||
"castwide.solargraph", | ||
// Shell | ||
"timonwong.shellcheck", | ||
// Terraform | ||
"hashicorp.terraform", | ||
// YAML | ||
"redhat.vscode-yaml" | ||
], | ||
"settings": { | ||
// Common | ||
"trailing-spaces.highlightCurrentLine": false, // highlighting currently edited line can be annoying | ||
"trailing-spaces.syntaxIgnore": [ | ||
"markdown" // "two spaces" syntax is for line breaks | ||
], | ||
|
||
// Python | ||
"pylint.enabled": true, | ||
"pylint.args": [ | ||
"--rcfile=${workspaceFolder}/.pylintrc" | ||
], | ||
"python.testing.pytestEnabled": true, | ||
"python.testing.unittestEnabled": false, | ||
"python.envFile": "${workspaceFolder}/.devcontainer/python.env", | ||
"python.pythonPath": "/usr/local/bin/python", | ||
|
||
// Ruby | ||
"ruby.format": false, | ||
"ruby.lint": { | ||
"rubocop": true | ||
}, | ||
"solargraph.diagnostics": false, | ||
"solargraph.formatting": true | ||
} | ||
} | ||
}, | ||
"mounts": [ | ||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind", | ||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind" | ||
], | ||
"settings": { | ||
"python.envFile": "${workspaceFolder}/.devcontainer/python.env", | ||
"python.pythonPath": "/usr/local/bin/python", | ||
}, | ||
"remoteUser": "vscode", | ||
"remoteUser": "vscode" | ||
} |
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ specification: | |
platform_fault_domain_count: 2 | ||
platform_update_domain_count: 5 | ||
managed: true | ||
tags: [] |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ name: default | |
specification: | ||
name: SET_BY_AUTOMATION | ||
rules: [] | ||
tags: [] |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ name: default | |
specification: | ||
name: SET_BY_AUTOMATION | ||
region: SET_BY_AUTOMATION | ||
tags: [] |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ specification: | |
name: SET_BY_AUTOMATION | ||
storage_account_name: SET_BY_AUTOMATION | ||
quota: 50 | ||
tags: [] |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ name: default | |
specification: | ||
name: SET_BY_AUTOMATION | ||
address_space: SET_BY_AUTOMATION | ||
tags: [] |
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 |
---|---|---|
|
@@ -20,3 +20,7 @@ properties: | |
type: string | ||
enable_accelerated_networking: | ||
type: boolean | ||
tags: | ||
type: array | ||
items: | ||
items: {} |
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 |
---|---|---|
|
@@ -31,3 +31,7 @@ properties: | |
type: string | ||
destination_address_prefix: | ||
type: string | ||
tags: | ||
type: array | ||
items: | ||
items: {} |
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 |
---|---|---|
|
@@ -12,3 +12,7 @@ properties: | |
type: integer | ||
sku: | ||
type: string | ||
tags: | ||
type: array | ||
items: | ||
items: {} |
Oops, something went wrong.