On centos 5, I needed to enable the scalr repo in /etc/yum.repos.d/scalr-latest.repo. I first uncommented the repo entries, set the enable flag to 0. I then ran the following command.
$ cat /etc/yum.repos.d/scalr-latest.repo [scalr] gpgcheck = 0 enabled = 0 name = scalr baseurl = http://rpm.scalr.net/rpm/rhel/$releasever/$basearch $ yum --enablerepo=scalr install scalarizr-ec2 On Thursday, May 31, 2012 6:45:19 PM UTC-7, Val wrote: > > This happens on Centos 5.7 > > On Thursday, May 31, 2012 3:31:42 PM UTC-7, Val wrote: >> >> yum -y install scalarizr-ec2 >> Loaded plugins: fastestmirror >> Repository base is listed more than once in the configuration >> Repository updates is listed more than once in the configuration >> Repository extras is listed more than once in the configuration >> Repository centosplus is listed more than once in the configuration >> Repository contrib is listed more than once in the configuration >> Loading mirror speeds from cached hostfile >> * base: mirror.symnds.com >> * extras: mirror.symnds.com >> * updates: mirror.symnds.com >> Setting up Install Process >> Package scalarizr-ec2-0.7.228-1.el5.noarch already installed and latest >> version >> Nothing to do >> >> >> On Thursday, May 31, 2012 3:29:36 PM UTC-7, Val wrote: >>> >>> "yum -y install scalarizer-ec2" did not upgrade to Scalarizr 0.7.230 >>> >>> On Thursday, May 31, 2012 10:08:29 AM UTC-7, Dale-Kurt Murray wrote: >>>> >>>> Did the latest release fix your issues? >>>> >>>> I'm still getting 0.7.228 when I attempt to build a role >>>> >>>> http://cl.ly/431L2Z3c1X0R121e1Q0b >>>> >>>> On Thursday, May 31, 2012 3:38:27 AM UTC-5, Marat wrote: >>>>> >>>>> Scalarizr 0.7.230 is available. >>>>> >>>>> On Wednesday, May 30, 2012 9:09:48 PM UTC+3, DicsyDel wrote: >>>>>> >>>>>> This is compatibility issue in new scalarizr. Fixed version will be >>>>>> available within 12 hours. >>>>>> >>>>>> Regards, >>>>>> Igor >>>>>> >>>>>> On 30 May 2012 21:03, Val <[email protected]> wrote: >>>>>> > I got the exact same error. My Scalr version is 3.0. >>>>>> > >>>>>> > >>>>>> > On Wednesday, May 30, 2012 8:07:35 AM UTC-7, Pawel Kilian wrote: >>>>>> >> >>>>>> >> 2012-05-30 10:51:35,457 - ERROR - scalarizr.handlers - Request >>>>>> failed. >>>>>> >> HTTP Error 500: Error. URL: https://scalr.nellymoser.com/query-env. >>>>>> >>>>>> >> Service message: Version '2012-04-17' not supported >>>>>> >> Traceback (most recent call last): >>>>>> >> File "/usr/lib/python2.6/site-packages/scalarizr/handlers/ >>>>>> >> __init__.py", line 301, in __call__ >>>>>> >> handler(message) >>>>>> >> File "/usr/lib/python2.6/site-packages/scalarizr/handlers/ >>>>>> >> script_executor.py", line 213, in __call__ >>>>>> >> target_ip=target_ip, local_ip=local_ip) >>>>>> >> File "/usr/lib/python2.6/site-packages/scalarizr/queryenv.py", >>>>>> line >>>>>> >> 147, in list_scripts >>>>>> >> return self._request("list-scripts",parameters, >>>>>> >> self._read_list_scripts_response) >>>>>> >> File "/usr/lib/python2.6/site-packages/scalarizr/queryenv.py", >>>>>> line >>>>>> >> 193, in _request >>>>>> >> xml = self.fetch(command, **params) >>>>>> >> File "/usr/lib/python2.6/site-packages/scalarizr/queryenv.py", >>>>>> line >>>>>> >> 70, in fetch >>>>>> >> response = opener.open(req) >>>>>> >> File "/usr/lib64/python2.6/urllib2.py", line 397, in open >>>>>> >> response = meth(req, response) >>>>>> >> File "/usr/lib64/python2.6/urllib2.py", line 510, in >>>>>> http_response >>>>>> >> 'http', request, response, code, msg, hdrs) >>>>>> >> File "/usr/lib64/python2.6/urllib2.py", line 435, in error >>>>>> >> return self._call_chain(*args) >>>>>> >> File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain >>>>>> >> result = func(*args) >>>>>> >> File "/usr/lib64/python2.6/urllib2.py", line 518, in >>>>>> >> http_error_default >>>>>> >> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) >>>>>> >> QueryEnvError: Request failed. HTTP Error 500: Error. URL: >>>>>> >> https://scalr.nellymoser.com/query-env. Service message: Version >>>>>> >> '2012-04-17' not supported >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> so it looks like my version of scalr does not support 2012-04-17 >>>>>> api >>>>>> >> >>>>>> >> is there a way that i can fix it temporarly? >>>>>> > >>>>>> > -- >>>>>> > You received this message because you are subscribed to the Google >>>>>> Groups >>>>>> > "scalr-discuss" group. >>>>>> > To view this discussion on the web visit >>>>>> > https://groups.google.com/d/msg/scalr-discuss/-/neYGfBXT7cEJ. >>>>>> > >>>>>> > To post to this group, send email to [email protected]. >>>>>> >>>>>> > To unsubscribe from this group, send email to >>>>>> > [email protected]. >>>>>> > For more options, visit this group at >>>>>> > http://groups.google.com/group/scalr-discuss?hl=en. >>>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/scalr-discuss/-/MLsXchNL7MgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en.
