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

Updating templates for Voting Application #45

Open
wants to merge 30 commits into
base: 2018-09-01-preview
Choose a base branch
from

Conversation

KailasLokhande
Copy link

Purpose

Current VotingApplication sample templates are not updated to latest scheme. This change is updating those along with isolated network and gateway.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
    Testing tests are same as existing sample, only difference would be using respective templates.
    az login
    az group create --name <> --location eastus
    az mesh deployment create --resource-group <> --template-file <> --verbose

What to Check

Verify that the following are valid

  1. Application deploys successfully in expected configuration
  2. You can access application using Gateway endpoint.
  3. UI shows Voting Frontend
  4. Try adding and removing votes.

Other Information

vipul-modi and others added 29 commits September 19, 2018 13:23
…store/linux

Add linux sfmesh counter sf block store app
…Sample-2018-09-01-preview

Add SF Volume Disk Counter Sample and template
updated linux templates for visualobjects
* added windows version

* fixed network and renamed

* renamed network
* Move all updated templates to using 10.0.0.0/24 subnet.

* Add default location value for all templates set to the resource group's location.
* added the stateful one

* added the stateful one

* fix the network address prefix

* use secrets
* Update mesh_rp.base.linux.json

* Update mesh_rp.scaleout.linux.json

* Update mesh_rp.upgrade.linux.json

* Update mesh_rp.base.linux.json

* Update mesh_rp.scaleout.linux.json

* Update mesh_rp.upgrade.linux.json
@KailasLokhande KailasLokhande changed the title Updting templates for Voting Application Updating templates for Voting Application Nov 9, 2018
templates/todolist/mesh_rp.windows.json Outdated Show resolved Hide resolved
templates/voting/mesh_rp.linux.json Outdated Show resolved Hide resolved
templates/voting/mesh_rp.windows.json Outdated Show resolved Hide resolved
@dkkapur dkkapur force-pushed the 2018-09-01-preview branch from db355e8 to e04d008 Compare December 4, 2018 23:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants