You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/06/04 18:41:38 UTC

[jira] [Created] (AMBARI-11695) Ambari RU should not perform 'yum install krb5-server' on ALL nodes during installing packages

Dmitry Lysnichenko created AMBARI-11695:
-------------------------------------------

             Summary: Ambari RU should not perform 'yum install krb5-server' on ALL nodes during installing packages
                 Key: AMBARI-11695
                 URL: https://issues.apache.org/jira/browse/AMBARI-11695
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
             Fix For: 2.1.0


During rolling upgrade in a secured cluster, ambari try to do 'yum install krb5-server' on all the nodes.

It is not the first similar issue, and hardcoding every package in install_packages.py is a nightmare
I've added a new tag skipUpgrade to service metainfo like:
{code}
            <package>
              <name>ambari-metrics-collector</name>
              <skipUpgrade>true</skipUpgrade>
            </package>
{code}



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