-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.7.5
-
Fix Version/s: None
-
Component/s: ambari-server
-
Labels:None
-
Environment:
opensuse
I have built ambari 2.7.5 from source in openSuse. When attempting to run ambari-server and ambari-agent in opensuse/[Tumbleweed.x86_64|https://app.vagrantup.com/opensuse/boxes/Tumbleweed.x86_64] they both fail class OSCheck in detecting the correct operating system. I tried to debug why, but was not successful.
I have been able to get around the issue by creating a replacement for "platform.linux_distribution()" as:
#distribution = platform.linux_distribution() distribution = ("suse", "12", "Core")
Since this is my first, issue I do not want to overstep boundaries, nor suggest what the solution is, but I wanted to create an adjustment to get this important scenario resolved in a future release.