[jira] [Commented] (BROOKLYN-270) BYON Location GUI Generates Bad-formatted YAML File

2016-05-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BROOKLYN-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15299871#comment-15299871
 ] 

ASF GitHub Bot commented on BROOKLYN-270:
-

GitHub user tbouron opened a pull request:

https://github.com/apache/brooklyn-ui/pull/28

BROOKLYN-270: Location wizard generates valid YAML for multiline fields

This update the field `privateKeyFile` to `privateKeyData`.

It also checks if a configuration key contains line breaks. In that case, 
it will generate a valid multiline YAML.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tbouron/brooklyn-ui fix/brooklyn-270

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/brooklyn-ui/pull/28.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 #28


commit f8db0de7c81dc7718068449c2013a571fab2d8fd
Author: Thomas Bouron 
Date:   2016-05-25T10:54:46Z

Location wizard generates valid YAML for multiline fields




> BYON Location GUI Generates Bad-formatted YAML File
> ---
>
> Key: BROOKLYN-270
> URL: https://issues.apache.org/jira/browse/BROOKLYN-270
> Project: Brooklyn
>  Issue Type: Bug
>Affects Versions: 0.9.0
> Environment: apache-brooklyn-0.9.0-bin on Mac OS X 10.11.4
>Reporter: Mike Zaccardo
>  Labels: byon, gui
>
> When attempting to add a BYON location with a private key file through the 
> GUI, the generated YAML file is improperly formatted and results in the 
> following error when the user tries to save:
> ERROR Invalid YAML: while scanning a simple key; could not found expected 
> ':'; in 'reader', line 12, column 1: vfyF2M3xG3z5MUPuqeCveLhkI/1t26mW ... ^
> The location can only be added after the user manually fixes the formatting 
> in the YAML editor view.
> Here is a comparison of generated vs. manually fixed: 
> https://gist.github.com/mikezaccardo/34ea0c38b232bf125a059f1b1913c486
> ^^ Note that the private key is a harmless / throwaway from a Vagrant box.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (BROOKLYN-270) BYON Location GUI Generates Bad-formatted YAML File

2016-05-18 Thread Thomas Bouron (JIRA)

[ 
https://issues.apache.org/jira/browse/BROOKLYN-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15289199#comment-15289199
 ] 

Thomas Bouron commented on BROOKLYN-270:


Humm I see what is going on here. Each configuration key is treated as a basic 
string but the {{privateKeyFile}} should be multiline hence prefixed by a {{|}}.

If the text field keep the line breaks, the UI could prepend {{|}} without too 
much trouble.

> BYON Location GUI Generates Bad-formatted YAML File
> ---
>
> Key: BROOKLYN-270
> URL: https://issues.apache.org/jira/browse/BROOKLYN-270
> Project: Brooklyn
>  Issue Type: Bug
>Affects Versions: 0.9.0
> Environment: apache-brooklyn-0.9.0-bin on Mac OS X 10.11.4
>Reporter: Mike Zaccardo
>  Labels: byon, gui
>
> When attempting to add a BYON location with a private key file through the 
> GUI, the generated YAML file is improperly formatted and results in the 
> following error when the user tries to save:
> ERROR Invalid YAML: while scanning a simple key; could not found expected 
> ':'; in 'reader', line 12, column 1: vfyF2M3xG3z5MUPuqeCveLhkI/1t26mW ... ^
> The location can only be added after the user manually fixes the formatting 
> in the YAML editor view.
> Here is a comparison of generated vs. manually fixed: 
> https://gist.github.com/mikezaccardo/34ea0c38b232bf125a059f1b1913c486
> ^^ Note that the private key is a harmless / throwaway from a Vagrant box.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)