[opensuse-cloud] Is Grizzly supposed to be working?
Last night attended a presentation on Grizzly running on CentOS, seems the RH Quickstart runs without the issues I ran into in the Folsom build. But, I'm getting "valid metadata not found at the specified URL". Browsing to the where the repo data is does not seem to be a problem. Following is the exact way the repo is configured. Thx, Tony # zypper lr -d # | Alias | Name | Enabled | Refresh | Priority | Type | URI | Service --+-------------------------+-------------------------+---------+---------+----------+--------+----------------------------------------------------------------------------------------------------------------+-------- 1 | Cloud_OpenStack_Grizzly | Cloud_OpenStack_Grizzly | Yes | No | 99 | NONE | http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... | 2 | repo-oss | repo-oss | Yes | No | 99 | yast2 | http://download.opensuse.org/distribution/12.3/repo/oss | 3 | update | update | Yes | No | 99 | rpm-md | http://download.opensuse.org/update/12.3/ -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
On 08/23/2013 04:34 PM, Tony Su wrote:
Last night attended a presentation on Grizzly running on CentOS, seems the RH Quickstart runs without the issues I ran into in the Folsom build.
But, I'm getting "valid metadata not found at the specified URL". Browsing to the where the repo data is does not seem to be a problem. Following is the exact way the repo is configured.
Thx, Tony
# zypper lr -d # | Alias | Name | Enabled | Refresh | Priority | Type | URI
| Service --+-------------------------+-------------------------+---------+---------+----------+--------+----------------------------------------------------------------------------------------------------------------+-------- 1 | Cloud_OpenStack_Grizzly | Cloud_OpenStack_Grizzly | Yes | No | 99 | NONE | http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE...
Please set refresh = yes.
| 2 | repo-oss | repo-oss | Yes | No | 99 | yast2 | http://download.opensuse.org/distribution/12.3/repo/oss | 3 | update | update | Yes | No | 99 | rpm-md | http://download.opensuse.org/update/12.3/
And also refresh for the updates, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
On 08/23/2013 04:41 PM, Andreas Jaeger wrote:
On 08/23/2013 04:34 PM, Tony Su wrote:
Last night attended a presentation on Grizzly running on CentOS, seems the RH Quickstart runs without the issues I ran into in the Folsom build.
But, I'm getting "valid metadata not found at the specified URL". Browsing to the where the repo data is does not seem to be a problem. Following is the exact way the repo is configured.
Thx, Tony
# zypper lr -d # | Alias | Name | Enabled | Refresh | Priority | Type | URI
| Service --+-------------------------+-------------------------+---------+---------+----------+--------+----------------------------------------------------------------------------------------------------------------+-------- 1 | Cloud_OpenStack_Grizzly | Cloud_OpenStack_Grizzly | Yes | No | 99 | NONE | http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE...
Please set refresh = yes.
also this URL looks wrong. please remove the repo and add it with # zypper ar http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... (without linewrap) then it should look thus: # zypper lr 3) | Yes | No | 99 | rpm-md | http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... | Ciao Bernhard M. -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
On 08/23/2013 04:51 PM, Bernhard M. Wiedemann wrote:
please remove the repo and add it with # zypper ar http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... I suggest: zypper ar -f ... (without linewrap)
then it should look thus: # zypper lr 3) | Yes | No | 99 | rpm-md |
Yes | Yes
http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... |
Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
Yes, thx. Stupidly leaving out the "L" in "Grizzly" and couldn't seem to see that mistake no matter how many times I stared at it. Tony On Fri, Aug 23, 2013 at 9:10 AM, Andreas Jaeger <aj@suse.com> wrote:
On 08/23/2013 04:51 PM, Bernhard M. Wiedemann wrote:
please remove the repo and add it with # zypper ar http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... I suggest: zypper ar -f ... (without linewrap)
then it should look thus: # zypper lr 3) | Yes | No | 99 | rpm-md |
Yes | Yes
http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... |
Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
PS. It's sufficient to simply point to the directory and not specify the repo file explicitly. And, thx for the suggestions on refreshing, I usually go about modifying to add that only after I make sure the repo is installed and configured properly. Tony On Fri, Aug 23, 2013 at 9:42 AM, Tony Su <tonysu@su-networking.com> wrote:
Yes, thx. Stupidly leaving out the "L" in "Grizzly" and couldn't seem to see that mistake no matter how many times I stared at it.
Tony
On Fri, Aug 23, 2013 at 9:10 AM, Andreas Jaeger <aj@suse.com> wrote:
On 08/23/2013 04:51 PM, Bernhard M. Wiedemann wrote:
please remove the repo and add it with # zypper ar http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... I suggest: zypper ar -f ... (without linewrap)
then it should look thus: # zypper lr 3) | Yes | No | 99 | rpm-md |
Yes | Yes
http://download.opensuse.org/repositories/Cloud:/OpenStack:/Grizzly/openSUSE... |
Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
participants (3)
-
Andreas Jaeger
-
Bernhard M. Wiedemann
-
Tony Su