[
https://issues.apache.org/jira/browse/AMBARI-11789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577735#comment-14577735
]
Hudson commented on AMBARI-11789:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2858 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2858/])
AMBARI-11789. RU: Installation of new stack failed for all hosts on SLES 11.3
(dlysnichenko) (dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=562021efc9ba4be03744eefa04bc2f15e02dee1f)
* ambari-server/src/test/python/custom_actions/TestInstallPackages.py
* ambari-server/src/main/resources/custom_actions/scripts/install_packages.py
> RU: Installation of new stack failed for all hosts on SLES 11.3
> ---------------------------------------------------------------
>
> Key: AMBARI-11789
> URL: https://issues.apache.org/jira/browse/AMBARI-11789
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 2.1.0
>
> Attachments: AMBARI-11789.patch
>
>
> {code}
> Can not install packages.
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/custom_actions/scripts/install_packages.py",
> line 98, in actionexecute
> Package(name, use_repos=list(current_repo_files) if
> OSCheck.is_ubuntu_family() else current_repositories)
> File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
> line 157, in __init__
> self.env.run()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 152, in run
> self.run_action(resource, action)
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 118, in run_action
> provider_action()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py",
> line 45, in action_install
> self.install_package(package_name, self.resource.use_repos)
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py",
> line 69, in install_package
> shell.checked_call(cmd, sudo=True, logoutput=self.get_logoutput())
> File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
> line 68, in inner
> result = function(command, **kwargs)
> File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
> line 86, in checked_call
> return _call(command, logoutput, True, cwd, env, preexec_fn, user,
> wait_for_finish, timeout, path, sudo, on_new_line)
> File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
> line 204, in _call
> raise Fail(err_msg)
> Fail: Execution of '/usr/bin/zypper --quiet install
> --auto-agree-with-licenses --no-confirm --repo 'rhui*' --repo
> HDP-2.3.0.0-2273 --repo HDP-UTILS-2.3.0.0-2273 datafu' returned 3. Repository
> 'rhui*' not found by its alias, number, or URI.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)