Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyam committed Dec 10, 2020
1 parent 1eb4131 commit e2db470
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 2 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: "Bug Report"
about: "Is something not working as expected? Submit a bug."
labels: bug
assignees: tenthirtyam
---

When filing a bug, please include the following information.

<!--
Any example text in this template may be deleted.
-->

**Description**

<!--
Please provide a clear and concise description of the issue you are experiencing.
-->

**Expected Behavior**

<!--
What is it you expected to happen?
This should be a description of how the functionality you tried to use is supposed to work.
-->

**Actual Behavior**

<!--
What actually happened that's different from the expected behavior?
-->

**Steps to Reproduce**

<!--
Please provide the steps to reproduce the issue.
-->


**Additional Context**

<!--
NOTE: Please provide a code repository, gist, code snippet, sample files, screenshots, or anything else you think will aid in reproducing the issue.
-->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "Documentation"
about: "Found a typo or something that needs clarification?"
title: ''
labels: documentation
assignees: tenthirtyam
---

<!-- Thanks for taking the time to open an issue and help make the docs and examples better -->

## Motivation

<!-- Why should we update our docs or examples? -->

<!-- What should we do instead? -->

## Suggestion

<!-- What should we do instead? -->
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name: "Feature Request"
about: "Is something critical missing? Suggest a feature or an enhancement."
title: ''
labels: enhancement
assignees: tenthirtyam
---

Before filing a feature, please search the existing issues for relevant feature requests, and use the [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) feature to add up-votes to existing requests.

When filing a feature, please include the following information.

<!--
Any example text in this template may be deleted.
-->

**Community Note**

<!--
Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the maintainers prioritize this request.
Please do not leave "+1" or "me too" comments. These generate noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
-->

**Description**

<!--
A written overview of the feature.
-->

**Use Case(s)**

<!--
Any relevant use-cases that you see.
-->

**Potential Configuration**

```
```

**Potential References**

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "Question"
about: "Having trouble working with the examples?"
title: ''
labels: question
assignees: tenthirtyam
---

<!--
Before opening a new issue please:
- Verify you have the compatible versions of VMware vSphere and HashiCorp Packer.
- Read the README.
- Minimize duplication by reviewing existing issues and solutions.
After exhausting these suggestions ask your question below.
NOTE: Please provide a code repository, gist, code snippet, sample files, or screenshots to triage your issue.
-->

55 changes: 55 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
**Summary of Pull Request**

<!--
Please provide a clear and concise description of the pull request.
-->

**Type of Pull Request**

<!--
Please check the one that applies to this pull request using "x".
-->

- [ ] This is a bug fix.
- [ ] This is an enhancement or feature.
- [ ] This is a code style / formatting update.
- [ ] This is a documentation update.
- [ ] This is a refactoring update.
- [ ] This is a something else.
Please describe:

**Context of the Pull Request***

<!--
Please describe the current behavior that you are modifying, or link to a relevant issue.
-->

**Related to Existing Issues**

<!--
Is this related to any GitHub issue(s)?
-->

Issue Number: N/A

**Test and Documentation Coverage**

<!--
Please check the one that applies to this pull request using "x".
-->

- [ ] Tests have been been completed (for bug fixes / features).
- [ ] Documentation has been added / updated (for bug fixes / features).

**Breaking Changes?**

<!--
Please check the one that applies to this pull request using "x".
-->

- [ ] Yes, there are breaking changes.
- [ ] No, there are no breaking changes.

<!--
If this pull request contains a breaking change, please describe the impact and mitigation path.
-->
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# MacOS
## ignore desktop services files
**/.DS_Store
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# vvd-diagrams
Diagrams for VMware Validated Designs

# Diagrams for VMware Validated Design

![Rainpole](icon.png)

# VMware Validated Design 4.3.0

With each release of the VMware Validated Designs, the Solutions Architecture and Information Experience teams create or update the diagrams provided in the Architecture and Design sections of the documentation. These are created as vector files with which we export the `.PNG` files you see in the official documentation.

It's our pleasure to share the diagrams from VMware Validated Design 4.3.0 release in Microsoft Visio format with the community.

If you have deployed or plan to deploy the VMware Validated Design, you can use these diagrams to update hostnames, IP addresses, and the like for your environment.

The set includes:

* Standard Architecture (Single Region, Multi-Region, and Multi-AZ), plus:
* Consolidated Architecture
* Remote Office / Branch Office Architecture

> NOTE: All official diagrams for the VMware Validated Design are provided in the product documentation found at vmware.com/go/vvd-docs.
Binary file added consolidated-architecture.vsdx
Binary file not shown.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added robo-architecture.vsdx
Binary file not shown.
Binary file added standard-architecture.vsdx
Binary file not shown.

0 comments on commit e2db470

Please sign in to comment.