GitHub user drigodwin opened a pull request:
https://github.com/apache/brooklyn-server/pull/523
Fix Azure ARM VM names
Azure ARM only allows alphanumeric characters in it's naming. The default
for Brooklyn is to use `-` characters to split up blocks of alphanumeric chars
which breaks this. This adds an exception for `azurecompute-arm` in the same
style as VM name length.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/drigodwin/brooklyn-server azure-naming
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/523.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #523
----
commit b969a3052e7d964e2c3c97dc1d93e0d8d83864f1
Author: Duncan Godwin <[email protected]>
Date: 2017-01-17T14:54:28Z
Fix Azure VM names
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---