Skip to content

Instantly share code, notes, and snippets.

View siddheshwar-more's full-sized avatar

Siddheshwar More siddheshwar-more

  • Devops Consultant
  • Pune
View GitHub Profile
@siddheshwar-more
siddheshwar-more / knife-azure-145
Last active August 29, 2015 14:01
[#145] Provisioning Azure VM with SSH identity file issue
knife-azure issue: Provisioning Azure VM with SSH identity file - why failing on password?
Orignal issue ref: https://github.com/opscode/knife-azure/issues/145
I have tried following different types of linux ubuntu images:
0> 0b11de9248dd4d87b18621318e037d37__RightImage-Ubuntu-12.04-x64-v5.8.8.8 (image used in original issue): got same issue mentioned in #145
1> b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-12_04_2-LTS-amd64-server-20130225-en-us-30GB : It creates server and bootstrap successfully
2> 0b11de9248dd4d87b18621318e037d37__RightImage-Ubuntu-12.04-x64-v5.8.8.5 : It creates server and fails in bootstrap but prompt for Enter Password
@siddheshwar-more
siddheshwar-more / azure_sdk_chef_extn_build.log
Created August 4, 2014 11:03
Azure SDK Tools-> Dev branch build issues
Working branch: https://github.com/ClogenyTechnologies/azure-sdk-tools/tree/sid-dev-chef-cmdlets
we are facing build issues for above branch:
Build Errors:
Error 102 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.HttpRecorder'. Commands.ScenarioTests.Common
Error 103 Unable to find version '1.0.5310.25121-prerelease' of package 'Hydra.SpecTestSupport'. Commands.ScenarioTests.Common
Error 104 The command ""C:\Users\azure\dev-rebase\azure-sdk-tools\src\.nuget\nuget.exe" install "C:\Users\azure\dev-rebase\azure-sdk-tools\src\Common\Commands.ScenarioTests.Common\packages.config" -source "" -RequireConsent -o "C:\Users\azure\dev-rebase\azure-sdk-tools\src\packages"" exited with code 1. Commands.ScenarioTests.Common
@siddheshwar-more
siddheshwar-more / linux_chef_extn11_14
Last active August 29, 2015 14:05
Linux Chef Extension 11.14
Steps to install chef extension version 11.14:
1> I've created Linux VM with waagent
Here's the result for x-ms-version: 2014-06-01 and 2014-04-01.
For both version we are getting error: "The maximum length of the extension private configuration is 2048 characters."
2> For 'x-ms-version: 2014-06-01'
$curl -X 'PUT' -H 'x-ms-version: 2014-06-01' -H 'Content-Type: application/xml' -E <azure_private_key.pem> -d@./role_update.xml https://management.core.windows.net//<subscription_id>/services/hostedservices/<hostedservice_name>/deployments/<deployment_name>/roles/<role_name> -v