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

32 Коммитов

Автор SHA1 Сообщение Дата
Matt Schmidt c919f86bce Merge pull request #4 from Microsoft/codeOfConduct
Code of conduct
2016-06-21 15:20:32 -07:00
Matt Schmidt 9a9e913093 Add Microsoft open source Code of Conduct 2016-06-21 13:20:28 -07:00
Matt Schmidt 093bcc099d Fix markdown headings in readme 2016-06-21 13:19:57 -07:00
Jack Cragoe d079b4a2e3 Update to configuration section in Readme.md 2015-08-04 12:25:32 -07:00
Matt Schmidt 2c36e6f2dc Merge pull request #3 from Microsoft/update
Updates for main.ps1 and client.psm1.
2015-03-20 18:43:44 -07:00
mattsch 9d189cb678 Merge remote-tracking branch 'vso/master' into update 2015-03-20 18:35:36 -07:00
mattsch 5f2ba5c9bb Merge from github/update 2015-03-20 18:26:39 -07:00
mattsch f4aec9e696 Merge from vso/master 2015-03-20 18:25:51 -07:00
mattsch d64bcb2901 Merge branch 'PaaSClient'
Conflicts:
	modules/InstallationSDK.ChefClientInstaller/InstallationSDK.ChefClientInstaller.Unit.Tests.ps1
	modules/InstallationSDK.ChefClientInstaller/InstallationSDK.ChefClientInstaller.psproj
2015-03-20 18:17:03 -07:00
mattsch cea6205cd9 Remove powershellution dependencies 2015-03-20 17:55:13 -07:00
mattsch 950453d4e6 add gitignore 2015-03-20 17:49:42 -07:00
Jack Cragoe 8e30834071 Merge branch 'update' of github.com:Microsoft/Azure-PaaS-ChefClient into update 2015-03-20 17:37:18 -07:00
Jack Cragoe da80d463df removing packages 2015-03-20 17:33:33 -07:00
Jack Cragoe 8cb14efa95 Create README.md
First draft.
2015-03-20 17:06:31 -07:00
Jack Cragoe d2a25d9637 Adding additional Azure data to bootstrapper attribs. 2015-03-20 16:34:42 -07:00
Jack Cragoe 4ff7aee6be Adding Core, Modules, and Nuget specs for installationSDK modules. 2015-03-19 15:32:26 -07:00
Jack Cragoe be919de01c Update LICENSE.md 2015-03-18 17:23:14 -07:00
mattsch 84ba75a063 Update .gitignore 2015-03-11 22:20:46 -07:00
mattsch 97503032ba Update proj file to 0.1.7 2015-03-11 22:16:25 -07:00
mattsch 10c33b46be Add env, role, region, servicename, and function to bootstrap file 2015-03-11 22:10:57 -07:00
mattsch ad44af6f38 Change parameter name to path 2015-03-11 22:08:49 -07:00
mattsch bec055fb57 Add .gitignore 2015-03-11 13:33:25 -07:00
mattsch 970262384a Set log time inline 2015-03-11 13:33:02 -07:00
Jack Cragoe 874183f6d2 PaaSClient Merging AzureHints, fix for empty string. 2015-03-11 12:39:23 -07:00
Jack Cragoe 4237ca716c Client Update: Support Terminate client and ChefClient_Name in cscfg. 2015-02-27 15:21:13 -08:00
unknown 1492ac10bd Moving ClientInstaller to Modules folder 2015-02-26 18:55:49 -08:00
Matt Schmidt bf1e0202d5 ChefClientInstaller - 0.1.5
-Fix knife config

git-tfs-id: [http://vstfmsn:8080/tfs/MSN01]$/PubServices/Deployment/InstallationSDK/Main/src/Modules/InstallationSDK.ChefClientInstaller;C1148239
2015-02-09 05:40:54 +00:00
Matt Schmidt 6648f30f64 ChefClientInstaller - 0.1.5
- Added Role and Environment to be cscfg configurable. ChefClient_ServerUrl, ChefClient_Role, 
        and ChefClient_Environment are now configurable from loud service config updates.
        - Add a set instance busy check file and configuarable path in ChefClient_SetBusyCheck

git-tfs-id: [http://vstfmsn:8080/tfs/MSN01]$/PubServices/Deployment/InstallationSDK/Main/src/Modules/InstallationSDK.ChefClientInstaller;C1148229
2015-02-08 04:11:40 +00:00
James Prompanya 4e5bd58e51 Chef Cookbook for Setting up MDS + Chef Client Installer Changes
Addressed comments from Matt(offline), and Ryan in previous CR
MDS Recipe
 - Split recipes into distinct recipes
 - Reused recipes from GetResourceManager
 - Moved certificate installation into it's own recipe.
 - Also supports installing multiple certificates
 - Store certificate passwords into encrypted data bags
 - Moved MDS attributes under services
 - Smarter joining of URLs
 - Other random code cleanup
 - Fixed bugs related to MDS setup

Chef Client SDK
 - Add support for installing node-based encrypted data bag secrets with the client installer
 - Code clean up of the Chef Client Installer SDK
 - Removed ssl_verify_mode :verify_none from default Config.json
 - Added readme file so the nuget package creates a resource folder for the user to drop the msi into

git-tfs-id: [http://vstfmsn:8080/tfs/MSN01]$/PubServices/Deployment/InstallationSDK/Main/src/Modules/InstallationSDK.ChefClientInstaller;C1147172
2015-02-02 19:26:44 +00:00
Jack Cragoe 755859af4c Version 1.3, ready for MS-NuGet and release.
git-tfs-id: [http://vstfmsn:8080/tfs/MSN01]$/PubServices/Deployment/InstallationSDK/Main/src/Modules/InstallationSDK.ChefClientInstaller;C1144812
2015-01-15 02:52:13 +00:00
James Prompanya 86146cc6b3 Chef Client NuGet package for Chef Server 12
- Configure using the config.json file
- Cleanup Main.ps1 script to get it to work out of box
- Add ticks to the node name to avoid name collisions when Azure flattens/recreates a node
- Move the last of the stuff over to C:\

git-tfs-id: [http://vstfmsn:8080/tfs/MSN01]$/PubServices/Deployment/InstallationSDK/Main/src/Modules/InstallationSDK.ChefClientInstaller;C1143058
2014-12-24 06:05:00 +00:00
Jack Cragoe 566e44b8ed Initial check-in for chef-installer.
git-tfs-id: [http://vstfmsn:8080/tfs/MSN01]$/PubServices/Deployment/InstallationSDK/Main/src/Modules/InstallationSDK.ChefClientInstaller;C1126136
2014-09-19 18:42:15 +00:00