Author: jaimin
Date: Mon Apr 15 22:41:00 2013
New Revision: 1468259
URL: http://svn.apache.org/r1468259
Log:
AMBARI-1907. Service check commands are not getting created on a cluster
install -> start. (yusaku via jaimin)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/utils/ajax.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1468259&r1=1468258&r2=1468259&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Mon Apr 15 22:41:00 2013
@@ -730,6 +730,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1907. Service check commands are not getting created on a
+ cluster install -> start. (yusaku via jaimin)
+
AMBARI-1942. Nagios server failed to start. (swagle)
AMBARI-1938. Update mock data for stack HDP-1.3.0. (jaimin)
Modified: incubator/ambari/trunk/ambari-web/app/utils/ajax.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/utils/ajax.js?rev=1468259&r1=1468258&r2=1468259&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/utils/ajax.js (original)
+++ incubator/ambari/trunk/ambari-web/app/utils/ajax.js Mon Apr 15 22:41:00 2013
@@ -46,7 +46,7 @@ var urls = {
'testInProduction': true
},
'service.item.start_stop': {
- 'real': '/clusters/{clusterName}/services/{serviceName}',
+ 'real':
'/clusters/{clusterName}/services/{serviceName}?params/run_smoke_test=true',
'mock': '/data/wizard/deploy/poll_1.json',
'format': function (data, opt) {
return {
@@ -587,7 +587,7 @@ var urls = {
}
},
'wizard.step9.installer.launch_start_services': {
- 'real': '/clusters/{cluster}/services?ServiceInfo/state=INSTALLED',
+ 'real':
'/clusters/{cluster}/services?ServiceInfo/state=INSTALLED¶ms/run_smoke_test=true',
'mock': '/data/wizard/deploy/5_hosts/poll_6.json',
'format': function (data, opt) {
return {