Repository: ambari
Updated Branches:
  refs/heads/trunk bd8af3f27 -> 1eeaf523c


AMBARI-9731 - RU: Need a way to bypass failed service checks during upgrade 
(tbeerbower)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1eeaf523
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1eeaf523
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1eeaf523

Branch: refs/heads/trunk
Commit: 1eeaf523cb25263796387ead560b3e29e873ea9b
Parents: bd8af3f
Author: tbeerbower <[email protected]>
Authored: Fri Feb 20 13:16:28 2015 -0500
Committer: tbeerbower <[email protected]>
Committed: Fri Feb 20 13:16:35 2015 -0500

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml    | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1eeaf523/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
index 49863e7..ced9271 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
@@ -89,6 +89,7 @@
     </group>
     
     <group name="SERVICE_CHECK" title="All Service Checks" 
xsi:type="service-check">
+      <skippable>true</skippable>
       <direction>UPGRADE</direction>
       <priority>
         <service>HDFS</service>
@@ -120,6 +121,7 @@
     </group>
     
     <group name="SERVICE_CHECK" title="All Service Checks" 
xsi:type="service-check">
+      <skippable>true</skippable>
       <direction>UPGRADE</direction>
       <priority>
         <service>HDFS</service>
@@ -201,6 +203,7 @@
     </group>
 
     <group name="SERVICE_CHECK" title="All Service Checks" 
xsi:type="service-check">
+      <skippable>true</skippable>
       <direction>UPGRADE</direction>
       <priority>
         <service>HDFS</service>

Reply via email to