зеркало из https://github.com/Azure/vdc.git
Fixed dependencies and onprem virtual gateway parameters (#119)
* fixed bugs: 7105, 7107, implemented task: 7088 * enabled public ip on dc, updated hard coded onprem organization name * Disabled certificate creation in onprem. added blob upload inline script * Updated artifacts reference, included onprem deployment instance name * updated dependencies * Updated onprem parameters reference
This commit is contained in:
Родитель
85f24aca1f
Коммит
07eba21608
|
@ -608,7 +608,8 @@
|
|||
"LogAnalytics",
|
||||
"KeyVault",
|
||||
"ArtifactsStorageAccount",
|
||||
"JumpboxASG"
|
||||
"JumpboxASG",
|
||||
"RemoteVirtualNetworkGatewayConnection"
|
||||
],
|
||||
"Comments": "Creates Windows Jumpbox",
|
||||
"Deployment": {
|
||||
|
@ -718,7 +719,8 @@
|
|||
"LogAnalytics",
|
||||
"KeyVault",
|
||||
"ArtifactsStorageAccount",
|
||||
"JumpboxASG"
|
||||
"JumpboxASG",
|
||||
"RemoteVirtualNetworkGatewayConnection"
|
||||
],
|
||||
"Comments": "Creates Linux Jumpbox",
|
||||
"Deployment": {
|
||||
|
@ -829,7 +831,8 @@
|
|||
"WindowsJumpbox",
|
||||
"KeyVault",
|
||||
"ArtifactsStorageAccount",
|
||||
"DomainControllerASG"
|
||||
"DomainControllerASG",
|
||||
"RemoteVirtualNetworkGatewayConnection"
|
||||
],
|
||||
"Comments": "Creates Active Directory Domain Services VMs",
|
||||
"Deployment": {
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
"AddressPrefix": "192.168.1.0/28"
|
||||
},
|
||||
"VirtualNetworkGateway": {
|
||||
"Name": "env(ORGANIZATION_NAME)-onprem-gw",
|
||||
"ResourceGroup": "env(ORGANIZATION_NAME)-onprem-net-rg"
|
||||
"Name": "env(ORGANIZATION_NAME)-onprem-vgw",
|
||||
"ResourceGroup": "env(ORGANIZATION_NAME)-onprem-network-rg"
|
||||
},
|
||||
"SubscriptionId": "${Subscriptions.OnPremises.SubscriptionId}"
|
||||
},
|
||||
|
|
|
@ -41,7 +41,7 @@ Function Test-IsLoggedIn() {
|
|||
Function Test-JsonContent() {
|
||||
[CmdletBinding()]
|
||||
Param(
|
||||
[Parameter(Mandatory=$true)]
|
||||
[Parameter(Mandatory=$false)]
|
||||
$Content
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче