-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding some comments and other bits people can use when they use thes…
…e projects as a template. (#6022) Just adding in some comments to make it a bit easier to understand what's mandatory and what's not and adding in individual .gitignore files for common stuff.
- Loading branch information
1 parent
c98e02f
commit 4a14332
Showing
6 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
tools/stress-cluster/chaos/examples/network-stress-example/.gitignore
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# generated based on the values in your scenarios-matrix.yaml | ||
generatedValues.yaml | ||
|
||
# the temp output when we compile your .bicep template with resources | ||
stress-test-resources.json | ||
|
6 changes: 6 additions & 0 deletions
6
tools/stress-cluster/chaos/examples/network-stress-scenarios-example/.gitignore
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# generated based on the values in your scenarios-matrix.yaml | ||
generatedValues.yaml | ||
|
||
# the temp output when we compile your .bicep template with resources | ||
stress-test-resources.json | ||
|
6 changes: 6 additions & 0 deletions
6
tools/stress-cluster/chaos/examples/stress-debug-share-example/.gitignore
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# generated based on the values in your scenarios-matrix.yaml | ||
generatedValues.yaml | ||
|
||
# the temp output when we compile your .bicep template with resources | ||
stress-test-resources.json | ||
|
3 changes: 2 additions & 1 deletion
3
tools/stress-cluster/chaos/examples/stress-debug-share-example/scenarios-matrix.yaml
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,3 +1,4 @@ | ||
matrix: | ||
scenarios: | ||
- stress | ||
filesharedemo: | ||
dataToBeWritten: "hello world" |
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
6 changes: 6 additions & 0 deletions
6
tools/stress-cluster/chaos/examples/stress-deployment-example/.gitignore
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# generated based on the values in your scenarios-matrix.yaml | ||
generatedValues.yaml | ||
|
||
# the temp output when we compile your .bicep template with resources | ||
stress-test-resources.json | ||
|