[ 
https://issues.apache.org/jira/browse/AMBARI-13182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902779#comment-14902779
 ] 

Hudson commented on AMBARI-13182:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #3485 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/3485/])
AMBARI-13182 Show hostname for a component as the first element of a category 
on service config page. (ababiichuk) (ababiichuk: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e5159520bffcbe5e1b907659cb67615a34b60a8d)
* ambari-web/app/templates/wizard/component_hosts.hbs
* ambari-web/app/data/HDP2.3/site_properties.js
* ambari-web/app/mixins/common/configs/configs_saver.js
* ambari-web/app/controllers/wizard/step7_controller.js
* ambari-web/app/controllers/main/service/info/configs.js
* ambari-web/test/mock_data_setup/configs_mock_data.js
* ambari-web/app/models/stack_service.js
* ambari-web/app/controllers/wizard.js
* ambari-web/test/controllers/wizard/step7_test.js
* ambari-web/test/utils/config_test.js
* ambari-web/test/controllers/main/service/info/config_test.js
* ambari-web/app/data/HDP2.2/site_properties.js
* ambari-web/app/models/configs/objects/service_config_property.js
* ambari-web/app/data/HDP2/site_properties.js
* ambari-web/app/templates/wizard/component_hosts_popup.hbs
* ambari-web/app/templates/wizard/master_hosts_popup.hbs
* ambari-web/app/data/host_component_mapping.js
* ambari-web/app/views/common/controls_view.js
* ambari-web/test/models/configs/objects/service_config_property_test.js
* ambari-web/app/data/BIGTOP/site_properties.js
* ambari-web/test/utils/configs/config_property_helper_test.js
* ambari-web/app/utils/configs/database.js
* ambari-web/app/utils/configs/config_property_helper.js
* ambari-web/test/views/common/controls_view_test.js
* ambari-web/app/templates/wizard/slave_hosts.hbs
* ambari-web/app/templates/wizard/master_hosts.hbs
* ambari-web/app/utils/config.js


> Show hostname for a component as the first element of a category on service 
> config page
> ---------------------------------------------------------------------------------------
>
>                 Key: AMBARI-13182
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13182
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.1.3
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13182.patch
>
>
> This task will result in following benefits:
> user/dev trying to add new service to ambari will need to change less UI code
> It will further reduce site_properties.js file managed on ambari-web ui. It 
> will result in removal of _host and _hosts suffixed properties definition in 
> site_propeties.js
> Following needs to be achieved as part of this ticket:
> While defining category for a service. Lets add an attribute to 
> App.ServiceConfigCategory that indicates if the hostname needs to be shown or 
> not. If that new property is marked as true and 'name' attribute of 
> App.ServiceConfigCategory is a valid component name then we need to create 
> and place a property under that category at the first index with name as 
> ${componentname_in_lowercase}_host or ${componentname_in_lowercase}_hosts. 
> DisplayType of that property should be masterHost or masterHosts depending 
> upon the cardinality of the serviceComponent. 'isRequiredByAgent' attribute 
> should be false.



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

Reply via email to