[jira] [Updated] (AMBARI-16161) takeover_config_merge.py should capture 'final' config attributes

2016-04-29 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-16161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-16161:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to trunk

> takeover_config_merge.py should capture 'final' config attributes
> -
>
> Key: AMBARI-16161
> URL: https://issues.apache.org/jira/browse/AMBARI-16161
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.4.0
>
> Attachments: AMBARI-16161.patch, AMBARI-16161.patch, 
> AMBARI-16161.patch, AMBARI-16161.patch, AMBARI-16161.patch
>
>
> `takeover_config_merge.py` when parsing config files should capture the
> _final_ flag from the XML files and set them in the config attributes in
> generated blueprint. They can be specified in the blueprint as:
> 
> 
> "configuration-type" : {
> "properties_attributes": {
>   "property-name1" : "property-value"
> },
> "properties": {
>   "property-name2" : "property-value"
> }
>   }



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


[jira] [Updated] (AMBARI-16161) takeover_config_merge.py should capture 'final' config attributes

2016-04-29 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-16161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-16161:
-
Attachment: AMBARI-16161.patch

> takeover_config_merge.py should capture 'final' config attributes
> -
>
> Key: AMBARI-16161
> URL: https://issues.apache.org/jira/browse/AMBARI-16161
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.4.0
>
> Attachments: AMBARI-16161.patch, AMBARI-16161.patch, 
> AMBARI-16161.patch, AMBARI-16161.patch, AMBARI-16161.patch
>
>
> `takeover_config_merge.py` when parsing config files should capture the
> _final_ flag from the XML files and set them in the config attributes in
> generated blueprint. They can be specified in the blueprint as:
> 
> 
> "configuration-type" : {
> "properties_attributes": {
>   "property-name1" : "property-value"
> },
> "properties": {
>   "property-name2" : "property-value"
> }
>   }



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


[jira] [Updated] (AMBARI-16161) takeover_config_merge.py should capture 'final' config attributes

2016-04-28 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-16161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-16161:
-
Attachment: AMBARI-16161.patch

> takeover_config_merge.py should capture 'final' config attributes
> -
>
> Key: AMBARI-16161
> URL: https://issues.apache.org/jira/browse/AMBARI-16161
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.4.0
>
> Attachments: AMBARI-16161.patch, AMBARI-16161.patch, 
> AMBARI-16161.patch
>
>
> `takeover_config_merge.py` when parsing config files should capture the
> _final_ flag from the XML files and set them in the config attributes in
> generated blueprint. They can be specified in the blueprint as:
> 
> 
> "configuration-type" : {
> "properties_attributes": {
>   "property-name1" : "property-value"
> },
> "properties": {
>   "property-name2" : "property-value"
> }
>   }



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


[jira] [Updated] (AMBARI-16161) takeover_config_merge.py should capture 'final' config attributes

2016-04-28 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-16161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-16161:
-
Attachment: AMBARI-16161.patch

> takeover_config_merge.py should capture 'final' config attributes
> -
>
> Key: AMBARI-16161
> URL: https://issues.apache.org/jira/browse/AMBARI-16161
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.4.0
>
> Attachments: AMBARI-16161.patch, AMBARI-16161.patch
>
>
> `takeover_config_merge.py` when parsing config files should capture the
> _final_ flag from the XML files and set them in the config attributes in
> generated blueprint. They can be specified in the blueprint as:
> 
> 
> "configuration-type" : {
> "properties_attributes": {
>   "property-name1" : "property-value"
> },
> "properties": {
>   "property-name2" : "property-value"
> }
>   }



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


[jira] [Updated] (AMBARI-16161) takeover_config_merge.py should capture 'final' config attributes

2016-04-28 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-16161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-16161:
-
Status: Patch Available  (was: Open)

> takeover_config_merge.py should capture 'final' config attributes
> -
>
> Key: AMBARI-16161
> URL: https://issues.apache.org/jira/browse/AMBARI-16161
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.4.0
>
> Attachments: AMBARI-16161.patch
>
>
> `takeover_config_merge.py` when parsing config files should capture the
> _final_ flag from the XML files and set them in the config attributes in
> generated blueprint. They can be specified in the blueprint as:
> 
> 
> "configuration-type" : {
> "properties_attributes": {
>   "property-name1" : "property-value"
> },
> "properties": {
>   "property-name2" : "property-value"
> }
>   }



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


[jira] [Updated] (AMBARI-16161) takeover_config_merge.py should capture 'final' config attributes

2016-04-28 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-16161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-16161:
-
Attachment: AMBARI-16161.patch

> takeover_config_merge.py should capture 'final' config attributes
> -
>
> Key: AMBARI-16161
> URL: https://issues.apache.org/jira/browse/AMBARI-16161
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.4.0
>
> Attachments: AMBARI-16161.patch
>
>
> `takeover_config_merge.py` when parsing config files should capture the
> _final_ flag from the XML files and set them in the config attributes in
> generated blueprint. They can be specified in the blueprint as:
> 
> 
> "configuration-type" : {
> "properties_attributes": {
>   "property-name1" : "property-value"
> },
> "properties": {
>   "property-name2" : "property-value"
> }
>   }



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