While installing node agent at localhost on OSX 10.8.4 after downloading opscenter 3.2.2, I get following error on the browser screen.
Some agent installations failed:
- 127.0.0.1: ValueError: Remote linux distro does not appear to have apt or yum and is not supported.
And following logs inside opscenterrd.log file
2013-09-15 20:03:22-0700 [] INFO: Testing SSH connectivity to 127.0.0.1
2013-09-15 20:03:22-0700 [Test_Cluster] INFO: Beginning install of OpsCenter agent to 127.0.0.1
2013-09-15 20:03:22-0700 [Test_Cluster] ERROR: Remote linux distro does not appear to have apt or yum and is not supported.
2013-09-15 20:03:22-0700 [Test_Cluster] ERROR: Installation failed: Remote linux distro does not appear to have apt or yum and is not supported.
File "/app/opscenter-3.2.2/lib/py-osx/2.7/amd64/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/app/opscenter-3.2.2/lib/py-osx/2.7/amd64/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "build/lib/python2.7/site-packages/opscenterd/Agents.py", line 954, in _installAgent
File "/app/opscenter-3.2.2/lib/py-osx/2.7/amd64/twisted/internet/defer.py", line 1020, in _inlineCallbacks
result = g.send(result)
File "build/lib/python2.7/site-packages/opscenterd/Agents.py", line 938, in _getPackageManager
2013-09-15 20:03:24-0700 [Test_Cluster] WARN: HTTP request https://127.0.0.1:61621/cluster/topology?node_ip=127.0.0.1 failed: Connection was refused by other side: 61: Connection refused.
2013-09-15 20:03:24-0700 [Test_Cluster] WARN: Unable to collect datacenter, rack information: Failed query to https://127.0.0.1:61621/cluster/topology?node_ip=127.0.0.1 : Connection was refused by other side: 61: Connection refused.