Граф коммитов

40 Коммитов

Автор SHA1 Сообщение Дата
vikasnav 890bf58a33 Update Default for storage account (#200)
* Update Default for storage account

* Update the templates to remove warning pointed out by template validator

* Fix extension type (#202)

* Update azuredeploy.json

* Update azuredeploy.json
2017-02-23 10:56:09 -08:00
vikasnav 891997c2fa Push changes from develop to master (#164)
* Fixed jetstress Storage Endpoint api usage (#152)

* Metadata.json fix for all the existing ones and newly created for Linux templates (#154)

* Docker swarm compute resource apiversion fix (#157)

* SharePoint 2013 and VS2013 template readme updates (#160)

Updated readme files for the SharePoint 2013 and Visual Studio 2013
templates

* More fixes based on VS code tool (#163)
2016-09-27 12:05:37 -07:00
vikasnav c9ff056e95 Revert "Fix VS code editor issues"
This reverts commit 941126fee8.
2016-09-27 12:00:34 -07:00
vikasnav 941126fee8 Fix VS code editor issues 2016-09-26 18:26:46 -07:00
vikasnav 00210a02ed Add metadata.json to all the files 2016-09-22 16:56:49 -07:00
vikasnav 282336f58e Update the assetlocation 2016-09-19 18:06:22 -07:00
srimathiS a3feed3ffe Localdev (#143)
* remove 15.10 ubuntu version and inbound rule1 across all linux templates

* reverting the RDP rule removal

* Apiversion and unused variables fix
2016-09-15 11:06:30 -07:00
JesusAlvarezTorres 95b7e12aec Updating to the latest version of xDownloadISO and xDownloadFile (#141)
* Updating download files DSC resources

Updating the SharePoint and Visual Studio templates with the latest
versions of xDownloadFile and xDownloadISO

* Updating xDownloadISO on SQL server template

Updating to the latest version of xDownloadISO
2016-09-13 16:37:51 -07:00
JesusAlvarezTorres 704727bd6b Parameters file fixes for SharePoint and Visual Studio templates
Removing unnecessary parameters from the parameters files as the
template already has valid default values
2016-08-23 14:17:13 -07:00
JesusAlvarezTorres b74448990b Better default values for various tempaltes
Updating default parameter values of several templates to make
deployment easier when using the default values
2016-08-11 16:32:47 -07:00
JesusAlvarezTorres 2420d79d08 Fixes from CR feedback
Multiple fixes from code review feedback
2016-08-05 13:30:08 -07:00
JesusAlvarezTorres a1244d975e Fixes for SharePoint load test templates and new VM access template
+ Added missing auto upgrade to minor version property on the SharePoint
load test templates
+ Updated the readme for the SharePoint non ha template
+ Added new template for the VM access extension on Windows
2016-08-04 12:11:11 -07:00
Hongbin Cao ff8b6bf291 Update the asset location from AzureStackTechnicalPreview2 to develop 2016-08-02 12:32:31 -07:00
JesusAlvarezTorres 4e92f8be5d SharePoint and TCTA fixes, plus adding AD join domain and antimalware tempaltes
* Adding the sample templates for the AD join domain and antimalware VM
extensions.
* SharePoint template bug fix for SharePoint VM internet connectivity
(wait for AD deployment and VNet update before deploying the SQL and SP
VMs)
issue
* TP2 updates for the Visual Studio TCTA template (various bug fixes and
updates)
2016-07-28 17:53:02 -07:00
JesusAlvarezTorres f98713e4bb AD, SQL, and SharePoint non-HA fixes for Azure compatibility
Made several fixes to make the AD, SQL and SharePoint non HA template
deployable on Azure and Azure Stack. Summary of fixes:
---All templates---
* Fixed the default DNS prefix values for public IP addresses
* Removed the hard coded DNS IP address from the Azure Stack TP1
workaround for internet connectivity
* Dynamically detect the data disk numbers to account for Azure's
default data disk (on DSC configuration scripts)
---AD---
* Automatically detect DNS server addresses for internet connectivity
and add them as DNS forwarders after AD setup (on DSC configuration
script)
---SQL---
* Merged the changes to add the parameter for SQL download source
* Added install of .NET 3.5 on the SQL server machine (on DSC
configuration script)
---SharePoint---
* Added the SQL download source parameter
* Fixed a bug in which the public IP for SharePoint was not getting
correctly assigned
* Detect if .NET 4.6 is installed if so uninstall it (workaround for a
SharePoint 2013 setup bug, done on the DSC configuration script)
2016-07-19 14:02:24 -07:00
JesusAlvarezTorres e0f82afb5a SharePoint 2013 non ha load test
Checking in the SharePoint 2013 non ha load test. The template enables
personal sites on the farm and starts a load test for personal sites.
Also updated the default size of the SharePoint server to A3 on the
SharePoint 2013 non ha template.
2016-05-03 15:45:10 -07:00
vikasnav 81d4448132 Minor Correction to Sharepoint template 2016-04-28 11:15:08 -07:00
vikasnav cfc074dfa7 Update template with the following changes
1) Keeping the template naming to azuredepoly.parameters.json for the
parameter file. We will keep the original JSON as azuredeploy.json. If
we need to keep a version of this for Azure compatibility we will create
a checkin into Azure quick start template so there is consistency
between Azurestack and Azure templates everywhere.
2) Update the parameter schema to deploymentParameters.json
3) Reduce the number of parameters. We will hard code the best possible
size for the VM, Subnet, storageType, assetLocation , IPAddressRange and
IPAddress. We will also keep the location of all the resources as the
resource group. We will update the readme to reflect this and let folks
change it if they need to.
4) Ran this though JSON online formatter (will check and update if the
VS native formatter is same as this)
5) Moved all the APIVersions to a variable.
6) Updated all the resource names with the resource group name. Will
also update this in the readme to ensure that RG name is not given
something which can potentially fail.
7) Add output even if it is blank to all the files
8) For every resource group tried to keep the flow as name, type,
location, apiversion, dependson and properties so that it looks uniform
all over.
2016-04-25 17:03:30 -07:00
JesusAlvarezTorres 2bb9cfb670 SPUpdateNICFix
Fixing an issue on the SP 3 VM template where the update NIC operation
was targeting the wrong NIC for the SP VM
2016-03-07 13:14:16 -08:00
honcao 9467cc97a5 fix bug 2016-03-04 10:46:15 -08:00
honcao ab5403d549 Update settings 2016-02-25 13:33:13 -08:00
honcao 36277b4f98 Update xDownloadISO resource to add retry and extend the time out 2016-02-23 16:35:51 -08:00
honcao 0c58b0f8c8 add ipconfig /renew to force to fetch the setting from VNIC 2016-02-21 18:37:41 -08:00
JesusAlvarezTorres 6955f76e47 SP_non_ha_net_updates
Updating the load balancer configuration of the SP VM to enable access
to the SP sites endpoints
2016-02-19 11:27:16 -08:00
JesusAlvarezTorres 60a6e5d34a SP_fix
Quick fix to the SharePoint non-ha template
2016-02-12 13:50:55 -08:00
honcao c65035e03d Update the asset location; modify the parameter file with place holder character 2016-01-07 10:31:15 -08:00
honcao b0ed14edba Update SharePoint readme 2015-12-17 11:26:43 -08:00
JesusAlvarezTorres 6d7f89b732 SP template fixes 2015-12-16 10:08:44 -08:00
JesusAlvarezTorres 328176684a SP_Fix
Bug fix on SP DSC extension
2015-12-16 10:08:44 -08:00
JesusAlvarezTorres d7f241d2c7 SP_Fixes
- Adding SP source download parameter to parameters file
- Adding SP pre-download check
2015-12-16 10:08:43 -08:00
honcao 5f22710505 set autoUpgradeMinorVersion to true 2015-12-15 09:50:06 -08:00
JesusAlvarezTorres 6b3d9f6d97 SharePoint_DL_Link
Adding SP 2013 ISO download link as a parameter since the direct
download link requires an MSDN account and the link expires.
2015-12-11 15:19:35 -08:00
JesusAlvarezTorres 8dd832ebd3 SharePoint_Download
Download SP bits at deployment time
2015-12-09 17:07:46 -08:00
JesusAlvarezTorres dc5809223d SPReadme
Adding the readme to the SharePoint 3 VM template
2015-12-03 13:45:58 -08:00
JesusAlvarezTorres 58b410f74a FarmAccountFix
Fix to get the farm account name from the parameter instead of the
variable
2015-12-01 17:28:30 -08:00
JesusAlvarezTorres 9e39fce907 SharePoint DSC fixes
Various bug fixes on the SharePoint tier DSC configuration script
2015-12-01 11:23:14 -08:00
JesusAlvarezTorres 79f008b29b SharePoint DSC fixes
Fixes to the SharePoint DSC extension
2015-11-23 10:16:02 -08:00
JesusAlvarezTorres c23a2fbc9b Asset location fix
Adding missing assetlocation parameter to the SharePoint deployment
template.
2015-11-19 14:47:36 -08:00
JesusAlvarezTorres da2dcb3c2f Fixes made for SharePoint template
First set of fixes made for the SharePoint template. Also added
Standard_A2 as a VM size
2015-11-19 13:56:23 -08:00
JesusAlvarezTorres 49b76febfa SharePoint 3 VM template
Initial check in of the SharePoint 3 VM template for Azure Stack
2015-11-16 16:38:40 -08:00