[
https://issues.apache.org/jira/browse/BROOKLYN-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17035418#comment-17035418
]
Martin Harris commented on BROOKLYN-625:
----------------------------------------
Could not reproduce the issue. When I clicked on `Attach a location`, the one
location I had configured was shown, but the name was wrong. The actual
location name was `centos7:aws:default-region`, but it was displayed as `AWS
Virginia` (the location is in us-east-1). When I examined the YAML, it was
correctly displayed as `centos7:aws:default-region`
Issue tested on:
macOS Catalina Version 10.15.3 (19D76)
Chrome Version 79.0.3945.130 (Official Build) (64-bit)
Apache Brooklyn 1.0.0-rc2
Location definition as follows:
```
brooklyn.catalog:
id: 'centos7_aws_default-region'
name: 'centos7:aws:default-region'
itemType: location
item:
type: jclouds:aws-ec2
brooklyn.config:
region: us-east-1
identity: <removed>
credential: <removed>
minRam: 2000
loginUser: centos
privateKeyData: |
-----BEGIN RSA PRIVATE KEY-----
<removed>
-----END RSA PRIVATE KEY-----
user: martin
imageId: us-east-1/ami-9887c6e7
maxConcurrentMachineCreations: 3
machineCreateAttempts: 3
cloudMachineNamer:
org.apache.brooklyn.core.location.cloud.names.CustomMachineNamer
custom.machine.namer.machine:
MH-${entity.displayName[0..*10]}-${entity.id}
```
> Blueprint Composer cannot select a location
> -------------------------------------------
>
> Key: BROOKLYN-625
> URL: https://issues.apache.org/jira/browse/BROOKLYN-625
> Project: Brooklyn
> Issue Type: Bug
> Affects Versions: 1.0.0
> Environment: Windows 10 Professional 64-bit
> Firefox 72.0.2 (64-bit)
> Apache Brooklyn 1.0.0-rc2
> Reporter: Richard Downer
> Priority: Major
> Fix For: 1.0.0
>
>
>
>
> # Ensure at least one location is configured in the Location Manager.
> # Open the Blueprint Composer.
> # Click on the "New Application" entity on the canvas.
> # In the sidebar, expand the Location section and click "Attach a location".
>
> Expected behaviour: a list of locations to choose from.
> Actual behaviour: an empty list and message "Nothing available"
> Workaround: the location name can be typed in manually, then the "ad hoc"
> tile clicked and attached.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)