Jira (PUP-3494) Could not create vm on azure
Title: Message Title Bill W commented on an issue Re: Could not create vm on azure You should report this issue to https://github.com/MSOpenTech/azure-puppet/issues Add Comment Puppet / PUP-3494 Could not create vm on azure I`m trying to automate an infrasctructure using puppet. I could create puppet master an slave using azure portal. Right now, I`m trying to create slaves using puppet cli. I`m following the description from github link. First, I`ve generated my pem file using the following command: openssl req \ -x509 -nodes -days 365 \ -newkey rsa:1024 -keyout... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (PUP-3494) Could not create vm on azure
Title: Message Title Bill W commented on an issue Re: Could not create vm on azure You should report the issue to https://github.com/MSOpenTech/azure-puppet/issues Add Comment Puppet / PUP-3494 Could not create vm on azure I`m trying to automate an infrasctructure using puppet. I could create puppet master an slave using azure portal. Right now, I`m trying to create slaves using puppet cli. I`m following the description from github link. First, I`ve generated my pem file using the following command: openssl req \ -x509 -nodes -days 365 \ -newkey rsa:1024 -keyout... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (PUP-3494) Could not create vm on azure
Title: Message Title Thiago Custodio created an issue Puppet / PUP-3494 Could not create vm on azure Issue Type: Bug Assignee: Eric Sorenson Components: Test Infrastructure Created: 21/Oct/14 9:25 AM Environment: Azure VM created with Puppet Enterprise template Priority: Critical Reporter: Thiago Custodio I`m trying to automate an infrasctructure using puppet. I could create puppet master an slave using azure portal. Right now, I`m trying to create slaves using puppet cli. I`m following the description from github link. First, I`ve generated my pem file using the following command: openssl req \ -x509 -nodes -days 365 \ -newkey rsa:1024 -keyout mycert.pem -out mycert.pem Then I`ve executed the full command: puppet azure_vm create --management-certificate pem-or-pfx-file-path --azure-subscription-id=your-subscription-id \ --image b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-13_04-amd64-server-20130501-en-us-30GB --location 'west us' --vm-name vmname --vm-user username --password ComplexPassword --puppet-master-ip 198.62.195.5 I`ve changed puppet-master-ip and set full path to my pem file on --management-certificate parameter. I`m getting the following error which give me any idea how to proceed: