This repository was archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Azure tests: templates to generate external resources needed by tests #1558
Merged
alexsomesan
merged 9 commits into
coreos:master
from
alexsomesan:integ-external-resource
Aug 8, 2017
Merged
Azure tests: templates to generate external resources needed by tests #1558
alexsomesan
merged 9 commits into
coreos:master
from
alexsomesan:integ-external-resource
Aug 8, 2017
Conversation
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
Contributor
|
Related to #1461 |
Contributor
|
@alexsomesan Can you make the changes in |
According to the portal.azure.com our current subscription is only allowed to spin up VMs in eastus, southcentralus, westeurope, southeastasia, westus2 and westcentralus.
mxinden
approved these changes
Aug 8, 2017
Contributor
Author
|
All new changes look good to me. Let's merge. |
Contributor
|
Removed outdated |
squat
pushed a commit
to squat/tectonic-installer
that referenced
this pull request
Sep 25, 2017
…coreos#1558) * Azure tests: templates to generate external resources needed by tests * Azure tests: Update vars/extern-exper.tfvars accordingly * tests: Restrict azure locations to specific set According to the portal.azure.com our current subscription is only allowed to spin up VMs in eastus, southcentralus, westeurope, southeastasia, westus2 and westcentralus. * tests: Replace westcentralus, westus with westeurope and southcentralus * tests: Move azure basic to westcentralus * tests: Move Azure basic test to southeastasia * tests: Move azure basic to southcentralus * tests: Add security rules to Azure fixtures security groups * tests: Fix terraform formatting issue
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
These templates generate the external resources needed by certain tests, such as a vnet + subnets or a pre-existing DNS zone.
They are not yet fully integrated with the tests and for now need to be created by hand using
terraform applyin each of these folders./cc: @mxinden