From dhern at us.ibm.com Wed Oct 3 21:57:51 2012 From: dhern at us.ibm.com (David Hernandez) Date: Wed, 3 Oct 2012 16:57:51 -0500 Subject: [rhos-list] Redhat OpenStack Swift Message-ID: Hello. I subscribed to the RedHat OpenStack Preview in order to install a test instance of Swift (Object Server). I wanted to build an All-In-One instance similar to the Ubuntu Swift-All-In-One version. However, once I downloaded the OpenStack packages I found that Swift was not included in the release. Is it possible to get a RedHat version of OpenStack Swift? I tried installing the RedHat packages by following the Fedora instructions in the Ubuntu SAIO document but was unable to find all of the required packages in the RedHat OpenStack repository. Regards. David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 -------------- next part -------------- An HTML attachment was scrubbed... URL: From pmyers at redhat.com Wed Oct 3 22:24:02 2012 From: pmyers at redhat.com (Perry Myers) Date: Wed, 03 Oct 2012 23:24:02 +0100 Subject: [rhos-list] Redhat OpenStack Swift In-Reply-To: References: Message-ID: <506CBB02.2040105@redhat.com> On 10/03/2012 10:57 PM, David Hernandez wrote: > Hello. > > I subscribed to the RedHat OpenStack Preview in order to install a test > instance of Swift (Object Server). I wanted to build an All-In-One > instance similar to the Ubuntu Swift-All-In-One version. However, once > I downloaded the OpenStack packages I found that Swift was not included > in the release. Is it possible to get a RedHat version of OpenStack > Swift? I tried installing the RedHat packages by following the Fedora > instructions in the Ubuntu SAIO document but was unable to find all of > the required packages in the RedHat OpenStack repository. There are some earlier threads on rhos-list that may be worth taking a look at. What people seem to be hitting is the requirement that in order to download packages from the RHOS RHN repository, you must have a valid subscription applied for RHEL to your host. Take a look at this thread: https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html And let me know what the output of the commands are. It should point us in the correct direction to explain why you cannot access the packages. Perry From dhern at us.ibm.com Fri Oct 19 15:29:21 2012 From: dhern at us.ibm.com (David Hernandez) Date: Fri, 19 Oct 2012 10:29:21 -0500 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: <50813F52.7050109@redhat.com> References: <50813F52.7050109@redhat.com> Message-ID: Perry. Thanks for your response. Having a preview copy of the Swift documentation would be very helpful. As I said, when following the upstream documentation, I get errors when running the unittests. From the errors I'm getting it looks like I'm missing python-nose, which wasn't included in the RHOS preview when I installed it using the command 'yum install openstack-swift.' [swift at addicks swift]$ ./.unittests ./.unittests: line 4: nosetests: command not found Regards. David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dhern at us.ibm.com Fri Oct 19 15:44:26 2012 From: dhern at us.ibm.com (David Hernandez) Date: Fri, 19 Oct 2012 09:44:26 -0600 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: <50813F52.7050109@redhat.com> References: <50813F52.7050109@redhat.com> Message-ID: After reading back through your last email I realized that what you were saying was that I the only thing I should have to do to have the complete installation of Swift was to yum install openstack-swift. The upstream documentation refers to two separate code installation steps when installing a development environment for Swift Yum install of openstack-swift under it's section "Installing dependencies and the core code." Check out the swift repo with git clone https://github.com/openstack/swift.git and build a development installation of swift using 'sudo python setup.py develop." It appears to me that both these steps are also required before I can have a working environment. From what I understand from your last email, the second step shouldn't be necessary. However, without the second step I don't have a working environment. Is this second step addressed in the new Folsom documention? As you can see, my knowledge of how Swift works is very limited as I know very little about how Python works. Regards. David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 From: Perry Myers To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins , Mark McLoughlin , Anthony Liguori/Austin/IBM at IBMUS Date: 10/19/2012 06:54 AM Subject: Fwd: Re: [rhos-list] Redhat OpenStack Swift David, I've attached the three emails you sent to me recently to this new thread, because I would like to keep the other engineers helping with the RHOS Preview support informed on things Please don't remove the other engineers from the cc list when responding to emails on this thread. You do not need to download swift from the upstream git repository. The reason the upstream documentation mentions this step is because those docs are for upstream. All you need to do to get/use swift for the RHOS Preview is to yum install the openstack-swift package. Also, I would prefer to have discussions on the community support list (rhos-list at redhat.com). The purpose of that list is so that we can (as a community of customers and Red Hat folks) help each other out. Emailing me directly will always be less efficient than engaging with the community on that mailing list since my responses personally may be delayed (due to travel, etc). Emailing the list should result in a much quicker response time, as there are many engineers monitoring that list. Derek, perhaps it would help here if you could provide David with a preview of the Swift documentation for RHOS Folsom that you've been working on. If you can get him that, then he can just ignore the upstream documentation. (Also, I've included Anthony L. from the LTC to keep him in the loop on folks from IBM using the RHOS Preview just as a point of coordination) Cheers, Perry ----- Message from David Hernandez on Thu, 18 Oct 2012 11:16:56 -0500 ----- To: Perry Myers Subject: Re: [rhos-list] Redhat OpenStack Swift Perry. Ok, I was able to reinstall OpenStack Swift. I used the command 'yum install openstack-swift'. It also installed the dependency python-netifaces. I am going through the Swift All in One install document and I am at the section titled "Getting the code and setting up test environment". Here is the command it specifies to check out the Swift repo: Check out the swift repo with git clone https://github.com/openstack/swift.git Build a development installation of swift, for example: cd ~/swift; sudo python setup.py develop Check out the python-swiftclient repo with git clone https://github.com/openstack/python-swiftclient.git Build a development installation of python-swiftclient, for example: cd ~/python-swiftclient; sudo python setup.py develop Should I be using a RedHat URL instead of github.com? Maybe this is where I'm getting incompatible software. Regards. David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 From: Perry Myers To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins , Mark McLoughlin , Gerry Riveros Date: 10/17/2012 04:55 PM Subject: Re: [rhos-list] Redhat OpenStack Swift On 10/17/2012 12:06 PM, David Hernandez wrote: > Hello Perry. > > I followed your instructions and went ahead with the configuration > according to the Swift All In One 1.7.5-dev documentation and when I ran > the unittests I encountered numerous errors. Unfortunately, I didn't > save the error log but the errors indicated that python was looking for > Swift version 1.7.5. I assumed that the version of Python that I > downloaded was incompatible with my Swift version so I decided to > uninstall Swift and to reinstall it. Unfortunately, now that I have > uninstalled it no longer shows as available in Subscription Manager. > Please tell me what I need to do to reset my subscription so that I can > redownload it. Hi, The version of swift included in the RHOS Essex Preview is 1.4.8, which should work with Python 2.6.6 (which is what is included in RHEL 6.3) Where did you get Swift 1.7.5 from? If you're looking to use the RHOS stuff, you should just stick to yum installing the packages, as the packages in the RHN repo will be the right versions to work on top of RHEL 6.3 As an aside, when we release Folsom packages for the RHOS Preview (in a few weeks), Swift will be updated to (iirc) 1.7.x. As for resetting subscriptions, you should just be able to run: subscription-manager unsubscribe --serial=XXXX Or you could also just run: subscription-manager unregister and then re-register the machine, and resubscribe to the appropriate pools (one for RHEL and one for RHOS) If after following the unregister/register/subscribe process, you still can't access the RPMs, it might be an issue with RHN itself. But let's start with that process. Please provide output of all of the commands you ran in your next email, so I can follow the exact process you're using. Perry > Thanks. > *David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS > Cc: Gerry Riveros , Derek Higgins > , Mark McLoughlin > Date: 10/11/2012 06:43 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: >> Hello. >> >> I now have a 30 day eval subscription to RHEL. >> Account Number : 1642885 >> Contract Number : 10005190 >> >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux >> Server, (4 sockets) (Unlimited guests) Evaluation >> Quantity : 1 >> Service Dates : 08-OCT-12 through 06-NOV-12 >> >> >> However, please let me restate the issue I am having with RedHat >> OpenStack Preview. >> >> In the email I got from RH regarding my OpenStack Preview subscription, >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. >> >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, >> there is an Introduction chapter and subsequent chapters cover the >> installation of Keystone (Identity), Glance (Images), Nove (Compute), >> and Horizon (Dashboard). >> >> There is no chapter covering the installation of Swift (Object Storage). > > That is correct. We only had documentation resources available to > create documentation for the other services. So while Swift is indeed > part of the RHOS Essex Preview, it is lacking documentation. > > We are planning top update the documentation when we update the Preview > to Folsom. At that time, the docs will include both Swift and Quantum > (which was also missing from the Essex Preview docs) > > So to reiterate: Swift is there, and usable in the Essex Preview. It > just does not have documentation yet. > >> I have a document that I got from the OpenStack website entitled SAIO - >> Swift All In One - Instructions for setting up a development VM. >> http://docs.openstack.org/developer/swift/development_saio.html >> >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 >> LTS server. However, there are also instructions for doing the install >> on Fedora. I used the Fedora instructions but wasn't able to install >> all of the components. I am not able to install python-mock. Do you >> know where I can find python-mock or do you know where I can get >> instructions for installing RedHat OpenStack Swift? > > The instructions for installing Swift on Fedora should be similar enough > to installing Swift on RHEL that it should just work without any issues. > > However, there are some dependency differences between Fedora and RHOS. > python-mock is not a dependency in the RHOS version of Swift > > Once you have the repositories enabled, you should simply be able to do: > > yum install openstack-swift > > And it will pull in all of the needed dependencies. There shouldn't be > a need to independently install each python package independently. > >> > ==================================================================================================== >> Package Arch Version Repository > Size >> > ==================================================================================================== >> Installing: >> openstack-swift noarch 1.4.8-4.el6 > rhel-server-ost-6-preview-rpms 241 k >> Installing for dependencies: >> python-configobj noarch 4.6.0-3.el6 > rhel-6-server-rpms 182 k >> python-eventlet noarch 0.9.16-5.el6 > rhel-server-ost-6-preview-rpms 256 k >> python-greenlet x86_64 0.3.1-7.el6 > rhel-server-ost-6-preview-rpms 22 k >> python-netifaces x86_64 0.5-1.el6 > rhel-server-ost-6-preview-rpms 12 k >> python-paste noarch 1.7.4-1.el6 > rhel-6-server-rpms 757 k >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > rhel-server-ost-6-preview-rpms 47 k >> python-webob1.0 noarch 1.0.8-3.el6 > rhel-server-ost-6-preview-rpms 189 k >> pyxattr x86_64 0.5.0-1.el6 > rhel-server-ost-6-preview-rpms 24 k >> >> Transaction Summary >> > ==================================================================================================== >> Install 9 Package(s) > > Would you mind if I moved this thread to the rhos-list mailing list? I > am certain there are other users of the preview who would find this > information useful (especially the part about the Swift documentation > coming for the Folsom Preview update) > > Thanks, > > Perry > >> Regards. >> *David Hernandez* >> >> Contractor / HPSS >> IBM Global Business Services - US Federal >> 12301 Kurland Dr Suite 300 >> Houston, TX 77034-4812 >> Mobile 713-444-5755 >> >> >> >> From: Perry Myers >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros >> >> Date: 10/05/2012 04:30 AM >> Subject: Re: [rhos-list] Redhat OpenStack Swift >> ------------------------------------------------------------------------ >> >> >> >> On 10/04/2012 06:18 PM, David Hernandez wrote: >>> Here is the output from the command you mentioned: >>> [root at addicks ~]# subscription-manager list --installed >>> +-------------------------------------------+ >>> Installed Product Status >>> +-------------------------------------------+ >>> Product Name: Red Hat Enterprise Linux Server >>> Product ID: 69 >>> Version: 6.3 >>> Arch: x86_64 >>> Status: Not Subscribed >>> Starts: >>> Expires: >> >> Hi, >> >> Your machine does not have a valid RHEL baseos subscription, which >> explains why you cannot download Swift via yum install commands. >> >> You will need to get either a purchased RHEL subscription or a RHEL >> 30-day evaluation license, I believe. >> >> I've cc'd Gerry Riveros from our marketing team, he might be able to >> help you further with issues here. >> >> A few other comments below. >> >>> Product Name: Red Hat OpenStack >>> Product ID: 191 >>> Version: Essex >>> Arch: x86_64 >>> Status: Subscribed >>> Starts: 09/10/2012 >>> Expires: 09/10/2013 >>> >>> [root at addicks ~]# >>> >>> I am able to access the OpenStack Preview repository but the problem is >>> that the RedHat OpenStack Preview Getting Started Guide made no mention >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon >>> but not Swift. It appears that the Preview doesn't include Swift. Is >>> this true? >> >> The preview does include swift. The docs don't mention it because at >> the time when we put together that documentation, we didn't have guides >> yet for Swift or Quantum. We will be updating the guide for Folsom to >> include both of those components. >> >> You should be able to see the list of packages directly on the RHN site >> even if your machine cannot access the packages due to the missing RHEL >> entitlement. >> >> I think this url should show the package list: >> https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988 >> >> Cheers, >> >> Perry >> >>> Regards. >>> *David Hernandez* >>> >>> Contractor / HPSS >>> IBM Global Business Services - US Federal >>> 12301 Kurland Dr Suite 300 >>> Houston, TX 77034-4812 >>> Mobile 713-444-5755 >>> >>> >>> >>> From: Perry Myers >>> To: David Hernandez/Houston/Contr/IBM at IBMUS >>> Cc: rhos-list at redhat.com, Andrew Cathrow , >>> Gerry Riveros >>> Date: 10/03/2012 05:24 PM >>> Subject: Re: [rhos-list] Redhat OpenStack Swift >>> ------------------------------------------------------------------------ >>> >>> >>> >>> On 10/03/2012 10:57 PM, David Hernandez wrote: >>>> Hello. >>>> >>>> I subscribed to the RedHat OpenStack Preview in order to install a test >>>> instance of Swift (Object Server). I wanted to build an All-In-One >>>> instance similar to the Ubuntu Swift-All-In-One version. However, once >>>> I downloaded the OpenStack packages I found that Swift was not included >>>> in the release. Is it possible to get a RedHat version of OpenStack >>>> Swift? I tried installing the RedHat packages by following the Fedora >>>> instructions in the Ubuntu SAIO document but was unable to find all of >>>> the required packages in the RedHat OpenStack repository. >>> >>> There are some earlier threads on rhos-list that may be worth taking a >>> look at. >>> >>> What people seem to be hitting is the requirement that in order to >>> download packages from the RHOS RHN repository, you must have a valid >>> subscription applied for RHEL to your host. >>> >>> Take a look at this thread: >>> https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html >>> >>> And let me know what the output of the commands are. It should point us >>> in the correct direction to explain why you cannot access the packages. >>> >>> Perry >>> >>> >> >> > > ----- Message from David Hernandez on Thu, 18 Oct 2012 12:12:06 -0500 ----- To: Perry Myers Subject: Re: [rhos-list] Redhat OpenStack Swift Perry. I went ahead and ran commands to check out the swift repo using https://github.com/openstack/swift.git and noticed that in the output that Swift 1.7.5 was being referenced. I am running Python 2.6.6. Please see below: [swift at addicks ~]$ git clone https://github.com/openstack/swift.git Initialized empty Git repository in /localhome/swift/swift/.git/ remote: Counting objects: 15447, done. remote: Compressing objects: 100% (3657/3657), done. remote: Total 15447 (delta 11895), reused 14891 (delta 11524) Receiving objects: 100% (15447/15447), 9.93 MiB | 3.11 MiB/s, done. Resolving deltas: 100% (11895/11895), done. [swift at addicks ~]$ cd ~/swift; sudo python setup.py develop [sudo] password for swift: running develop running egg_info creating swift.egg-info writing swift.egg-info/PKG-INFO writing top-level names to swift.egg-info/top_level.txt writing dependency_links to swift.egg-info/dependency_links.txt writing entry points to swift.egg-info/entry_points.txt writing manifest file 'swift.egg-info/SOURCES.txt' reading manifest file 'swift.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'swift.egg-info/SOURCES.txt' running build_ext Creating /usr/lib/python2.6/site-packages/swift.egg-link (link to .) swift 1.7.5 is already the active version in easy-install.pth Installing swift-account-audit script to /usr/bin Installing swift-account-auditor script to /usr/bin Installing swift-account-reaper script to /usr/bin Installing swift-account-replicator script to /usr/bin Installing swift-account-server script to /usr/bin Installing swift-bench script to /usr/bin Installing swift-bench-client script to /usr/bin Installing swift-container-auditor script to /usr/bin Installing swift-container-replicator script to /usr/bin Installing swift-container-server script to /usr/bin Installing swift-container-sync script to /usr/bin Installing swift-container-updater script to /usr/bin Installing swift-dispersion-populate script to /usr/bin Installing swift-dispersion-report script to /usr/bin Installing swift-drive-audit script to /usr/bin Installing swift-form-signature script to /usr/bin Installing swift-get-nodes script to /usr/bin Installing swift-init script to /usr/bin Installing swift-object-auditor script to /usr/bin Installing swift-object-expirer script to /usr/bin Installing swift-object-info script to /usr/bin Installing swift-object-replicator script to /usr/bin Installing swift-object-server script to /usr/bin Installing swift-object-updater script to /usr/bin Installing swift-oldies script to /usr/bin Installing swift-orphans script to /usr/bin Installing swift-proxy-server script to /usr/bin Installing swift-recon script to /usr/bin Installing swift-recon-cron script to /usr/bin Installing swift-ring-builder script to /usr/bin Installing swift-temp-url script to /usr/bin Installed /localhome/swift/swift Processing dependencies for swift==1.7.5 Finished processing dependencies for swift==1.7.5 [swift at addicks swift]$ python -V Python 2.6.6 [swift at addicks swift]$ David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 From: Perry Myers To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins , Mark McLoughlin , Gerry Riveros Date: 10/17/2012 04:55 PM Subject: Re: [rhos-list] Redhat OpenStack Swift On 10/17/2012 12:06 PM, David Hernandez wrote: > Hello Perry. > > I followed your instructions and went ahead with the configuration > according to the Swift All In One 1.7.5-dev documentation and when I ran > the unittests I encountered numerous errors. Unfortunately, I didn't > save the error log but the errors indicated that python was looking for > Swift version 1.7.5. I assumed that the version of Python that I > downloaded was incompatible with my Swift version so I decided to > uninstall Swift and to reinstall it. Unfortunately, now that I have > uninstalled it no longer shows as available in Subscription Manager. > Please tell me what I need to do to reset my subscription so that I can > redownload it. Hi, The version of swift included in the RHOS Essex Preview is 1.4.8, which should work with Python 2.6.6 (which is what is included in RHEL 6.3) Where did you get Swift 1.7.5 from? If you're looking to use the RHOS stuff, you should just stick to yum installing the packages, as the packages in the RHN repo will be the right versions to work on top of RHEL 6.3 As an aside, when we release Folsom packages for the RHOS Preview (in a few weeks), Swift will be updated to (iirc) 1.7.x. As for resetting subscriptions, you should just be able to run: subscription-manager unsubscribe --serial=XXXX Or you could also just run: subscription-manager unregister and then re-register the machine, and resubscribe to the appropriate pools (one for RHEL and one for RHOS) If after following the unregister/register/subscribe process, you still can't access the RPMs, it might be an issue with RHN itself. But let's start with that process. Please provide output of all of the commands you ran in your next email, so I can follow the exact process you're using. Perry > Thanks. > *David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS > Cc: Gerry Riveros , Derek Higgins > , Mark McLoughlin > Date: 10/11/2012 06:43 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: >> Hello. >> >> I now have a 30 day eval subscription to RHEL. >> Account Number : 1642885 >> Contract Number : 10005190 >> >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux >> Server, (4 sockets) (Unlimited guests) Evaluation >> Quantity : 1 >> Service Dates : 08-OCT-12 through 06-NOV-12 >> >> >> However, please let me restate the issue I am having with RedHat >> OpenStack Preview. >> >> In the email I got from RH regarding my OpenStack Preview subscription, >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. >> >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, >> there is an Introduction chapter and subsequent chapters cover the >> installation of Keystone (Identity), Glance (Images), Nove (Compute), >> and Horizon (Dashboard). >> >> There is no chapter covering the installation of Swift (Object Storage). > > That is correct. We only had documentation resources available to > create documentation for the other services. So while Swift is indeed > part of the RHOS Essex Preview, it is lacking documentation. > > We are planning top update the documentation when we update the Preview > to Folsom. At that time, the docs will include both Swift and Quantum > (which was also missing from the Essex Preview docs) > > So to reiterate: Swift is there, and usable in the Essex Preview. It > just does not have documentation yet. > >> I have a document that I got from the OpenStack website entitled SAIO - >> Swift All In One - Instructions for setting up a development VM. >> http://docs.openstack.org/developer/swift/development_saio.html >> >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 >> LTS server. However, there are also instructions for doing the install >> on Fedora. I used the Fedora instructions but wasn't able to install >> all of the components. I am not able to install python-mock. Do you >> know where I can find python-mock or do you know where I can get >> instructions for installing RedHat OpenStack Swift? > > The instructions for installing Swift on Fedora should be similar enough > to installing Swift on RHEL that it should just work without any issues. > > However, there are some dependency differences between Fedora and RHOS. > python-mock is not a dependency in the RHOS version of Swift > > Once you have the repositories enabled, you should simply be able to do: > > yum install openstack-swift > > And it will pull in all of the needed dependencies. There shouldn't be > a need to independently install each python package independently. > >> > ==================================================================================================== >> Package Arch Version Repository > Size >> > ==================================================================================================== >> Installing: >> openstack-swift noarch 1.4.8-4.el6 > rhel-server-ost-6-preview-rpms 241 k >> Installing for dependencies: >> python-configobj noarch 4.6.0-3.el6 > rhel-6-server-rpms 182 k >> python-eventlet noarch 0.9.16-5.el6 > rhel-server-ost-6-preview-rpms 256 k >> python-greenlet x86_64 0.3.1-7.el6 > rhel-server-ost-6-preview-rpms 22 k >> python-netifaces x86_64 0.5-1.el6 > rhel-server-ost-6-preview-rpms 12 k >> python-paste noarch 1.7.4-1.el6 > rhel-6-server-rpms 757 k >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > rhel-server-ost-6-preview-rpms 47 k >> python-webob1.0 noarch 1.0.8-3.el6 > rhel-server-ost-6-preview-rpms 189 k >> pyxattr x86_64 0.5.0-1.el6 > rhel-server-ost-6-preview-rpms 24 k >> >> Transaction Summary >> > ==================================================================================================== >> Install 9 Package(s) > > Would you mind if I moved this thread to the rhos-list mailing list? I > am certain there are other users of the preview who would find this > information useful (especially the part about the Swift documentation > coming for the Folsom Preview update) > > Thanks, > > Perry > >> Regards. >> *David Hernandez* >> >> Contractor / HPSS >> IBM Global Business Services - US Federal >> 12301 Kurland Dr Suite 300 >> Houston, TX 77034-4812 >> Mobile 713-444-5755 >> >> >> >> From: Perry Myers >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros >> >> Date: 10/05/2012 04:30 AM >> Subject: Re: [rhos-list] Redhat OpenStack Swift >> ------------------------------------------------------------------------ >> >> >> >> On 10/04/2012 06:18 PM, David Hernandez wrote: >>> Here is the output from the command you mentioned: >>> [root at addicks ~]# subscription-manager list --installed >>> +-------------------------------------------+ >>> Installed Product Status >>> +-------------------------------------------+ >>> Product Name: Red Hat Enterprise Linux Server >>> Product ID: 69 >>> Version: 6.3 >>> Arch: x86_64 >>> Status: Not Subscribed >>> Starts: >>> Expires: >> >> Hi, >> >> Your machine does not have a valid RHEL baseos subscription, which >> explains why you cannot download Swift via yum install commands. >> >> You will need to get either a purchased RHEL subscription or a RHEL >> 30-day evaluation license, I believe. >> >> I've cc'd Gerry Riveros from our marketing team, he might be able to >> help you further with issues here. >> >> A few other comments below. >> >>> Product Name: Red Hat OpenStack >>> Product ID: 191 >>> Version: Essex >>> Arch: x86_64 >>> Status: Subscribed >>> Starts: 09/10/2012 >>> Expires: 09/10/2013 >>> >>> [root at addicks ~]# >>> >>> I am able to access the OpenStack Preview repository but the problem is >>> that the RedHat OpenStack Preview Getting Started Guide made no mention >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon >>> but not Swift. It appears that the Preview doesn't include Swift. Is >>> this true? >> >> The preview does include swift. The docs don't mention it because at >> the time when we put together that documentation, we didn't have guides >> yet for Swift or Quantum. We will be updating the guide for Folsom to >> include both of those components. >> >> You should be able to see the list of packages directly on the RHN site >> even if your machine cannot access the packages due to the missing RHEL >> entitlement. >> >> I think this url should show the package list: >> https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988 >> >> Cheers, >> >> Perry >> >>> Regards. >>> *David Hernandez* >>> >>> Contractor / HPSS >>> IBM Global Business Services - US Federal >>> 12301 Kurland Dr Suite 300 >>> Houston, TX 77034-4812 >>> Mobile 713-444-5755 >>> >>> >>> >>> From: Perry Myers >>> To: David Hernandez/Houston/Contr/IBM at IBMUS >>> Cc: rhos-list at redhat.com, Andrew Cathrow , >>> Gerry Riveros >>> Date: 10/03/2012 05:24 PM >>> Subject: Re: [rhos-list] Redhat OpenStack Swift >>> ------------------------------------------------------------------------ >>> >>> >>> >>> On 10/03/2012 10:57 PM, David Hernandez wrote: >>>> Hello. >>>> >>>> I subscribed to the RedHat OpenStack Preview in order to install a test >>>> instance of Swift (Object Server). I wanted to build an All-In-One >>>> instance similar to the Ubuntu Swift-All-In-One version. However, once >>>> I downloaded the OpenStack packages I found that Swift was not included >>>> in the release. Is it possible to get a RedHat version of OpenStack >>>> Swift? I tried installing the RedHat packages by following the Fedora >>>> instructions in the Ubuntu SAIO document but was unable to find all of >>>> the required packages in the RedHat OpenStack repository. >>> >>> There are some earlier threads on rhos-list that may be worth taking a >>> look at. >>> >>> What people seem to be hitting is the requirement that in order to >>> download packages from the RHOS RHN repository, you must have a valid >>> subscription applied for RHEL to your host. >>> >>> Take a look at this thread: >>> https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html >>> >>> And let me know what the output of the commands are. It should point us >>> in the correct direction to explain why you cannot access the packages. >>> >>> Perry >>> >>> >> >> > > ----- Message from David Hernandez on Thu, 18 Oct 2012 13:42:41 -0500 ----- To: Perry Myers Subject: Re: [rhos-list] Redhat OpenStack Swift OK. Here is where I am on the Swift install. I uninstalled Swift on my server. I started over with only the following packages installed on my server: [swift at addicks swift]$ grep openstack /tmp/yum-installed.log openstack-keystone.noarch 2012.1.1-1.el6 @rhel-server-ost-6-preview-rpms openstack-utils.noarch 2012.1-2.el6 @rhel-server-ost-6-preview-rpms I also had the python 2.6.6 installed on my server: At this point there was no python-netifaces or python-nose installed which the Swift All In One documentation says to install. I then ran 'yum install openstack-swift'. It installed one dependency, python-netifaces: Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: openstack-swift noarch 1.4.8-5.el6 rhel-server-ost-6-preview-rpms 257 k Installing for dependencies: python-netifaces x86_64 0.5-1.el6 rhel-server-ost-6-preview-rpms 12 k Transaction Summary ================================================================================ I then continued following the instructions in the Swift All in One install guide. I got the code and setup the test environment. I got the code from https://github.com/openstack/swift.git Here are the commands I followed: Check out the swift repo with git clone https://github.com/openstack/swift.git Build a development installation of swift, for example: cd ~/swift; sudo python setup.py develop Check out the python-swiftclient repo with git clone https://github.com/openstack/python-swiftclient.git Build a development installation of python-swiftclient, for example: cd ~/python-swiftclient; sudo python setup.py develop I ran the 'remakerings'. It ran with no errors. I then ran the unittests in ~/swift/.unitests. It came back with the following error: [swift at addicks swift]$ cd ~/swift; ./.unittests ./.unittests: line 4: nosetests: command not found I then did a yum listing of all available python-nose packages available: python-nose.noarch 0.11.3-2.el5 epel python26-nose.noarch 0.11.1-3.el5 epel I am not able to install either packages. python-nose requires python(abi) = 2.4 python26-nose require python 2.6.8 and is also incompatible with python 2.6.6. I'm not sure why I can't install python-nose now since it did install originally. Perhaps I should start all over with a clean install of RHEL5.7 Question: Do I have to pass the unittests and functiontests before I can assume I have a good install? Please advise. Regards. David Hernandez David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 From: Perry Myers To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins , Mark McLoughlin , Gerry Riveros Date: 10/17/2012 04:55 PM Subject: Re: [rhos-list] Redhat OpenStack Swift On 10/17/2012 12:06 PM, David Hernandez wrote: > Hello Perry. > > I followed your instructions and went ahead with the configuration > according to the Swift All In One 1.7.5-dev documentation and when I ran > the unittests I encountered numerous errors. Unfortunately, I didn't > save the error log but the errors indicated that python was looking for > Swift version 1.7.5. I assumed that the version of Python that I > downloaded was incompatible with my Swift version so I decided to > uninstall Swift and to reinstall it. Unfortunately, now that I have > uninstalled it no longer shows as available in Subscription Manager. > Please tell me what I need to do to reset my subscription so that I can > redownload it. Hi, The version of swift included in the RHOS Essex Preview is 1.4.8, which should work with Python 2.6.6 (which is what is included in RHEL 6.3) Where did you get Swift 1.7.5 from? If you're looking to use the RHOS stuff, you should just stick to yum installing the packages, as the packages in the RHN repo will be the right versions to work on top of RHEL 6.3 As an aside, when we release Folsom packages for the RHOS Preview (in a few weeks), Swift will be updated to (iirc) 1.7.x. As for resetting subscriptions, you should just be able to run: subscription-manager unsubscribe --serial=XXXX Or you could also just run: subscription-manager unregister and then re-register the machine, and resubscribe to the appropriate pools (one for RHEL and one for RHOS) If after following the unregister/register/subscribe process, you still can't access the RPMs, it might be an issue with RHN itself. But let's start with that process. Please provide output of all of the commands you ran in your next email, so I can follow the exact process you're using. Perry > Thanks. > *David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS > Cc: Gerry Riveros , Derek Higgins > , Mark McLoughlin > Date: 10/11/2012 06:43 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: >> Hello. >> >> I now have a 30 day eval subscription to RHEL. >> Account Number : 1642885 >> Contract Number : 10005190 >> >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux >> Server, (4 sockets) (Unlimited guests) Evaluation >> Quantity : 1 >> Service Dates : 08-OCT-12 through 06-NOV-12 >> >> >> However, please let me restate the issue I am having with RedHat >> OpenStack Preview. >> >> In the email I got from RH regarding my OpenStack Preview subscription, >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. >> >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, >> there is an Introduction chapter and subsequent chapters cover the >> installation of Keystone (Identity), Glance (Images), Nove (Compute), >> and Horizon (Dashboard). >> >> There is no chapter covering the installation of Swift (Object Storage). > > That is correct. We only had documentation resources available to > create documentation for the other services. So while Swift is indeed > part of the RHOS Essex Preview, it is lacking documentation. > > We are planning top update the documentation when we update the Preview > to Folsom. At that time, the docs will include both Swift and Quantum > (which was also missing from the Essex Preview docs) > > So to reiterate: Swift is there, and usable in the Essex Preview. It > just does not have documentation yet. > >> I have a document that I got from the OpenStack website entitled SAIO - >> Swift All In One - Instructions for setting up a development VM. >> http://docs.openstack.org/developer/swift/development_saio.html >> >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 >> LTS server. However, there are also instructions for doing the install >> on Fedora. I used the Fedora instructions but wasn't able to install >> all of the components. I am not able to install python-mock. Do you >> know where I can find python-mock or do you know where I can get >> instructions for installing RedHat OpenStack Swift? > > The instructions for installing Swift on Fedora should be similar enough > to installing Swift on RHEL that it should just work without any issues. > > However, there are some dependency differences between Fedora and RHOS. > python-mock is not a dependency in the RHOS version of Swift > > Once you have the repositories enabled, you should simply be able to do: > > yum install openstack-swift > > And it will pull in all of the needed dependencies. There shouldn't be > a need to independently install each python package independently. > >> > ==================================================================================================== >> Package Arch Version Repository > Size >> > ==================================================================================================== >> Installing: >> openstack-swift noarch 1.4.8-4.el6 > rhel-server-ost-6-preview-rpms 241 k >> Installing for dependencies: >> python-configobj noarch 4.6.0-3.el6 > rhel-6-server-rpms 182 k >> python-eventlet noarch 0.9.16-5.el6 > rhel-server-ost-6-preview-rpms 256 k >> python-greenlet x86_64 0.3.1-7.el6 > rhel-server-ost-6-preview-rpms 22 k >> python-netifaces x86_64 0.5-1.el6 > rhel-server-ost-6-preview-rpms 12 k >> python-paste noarch 1.7.4-1.el6 > rhel-6-server-rpms 757 k >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > rhel-server-ost-6-preview-rpms 47 k >> python-webob1.0 noarch 1.0.8-3.el6 > rhel-server-ost-6-preview-rpms 189 k >> pyxattr x86_64 0.5.0-1.el6 > rhel-server-ost-6-preview-rpms 24 k >> >> Transaction Summary >> > ==================================================================================================== >> Install 9 Package(s) > > Would you mind if I moved this thread to the rhos-list mailing list? I > am certain there are other users of the preview who would find this > information useful (especially the part about the Swift documentation > coming for the Folsom Preview update) > > Thanks, > > Perry > >> Regards. >> *David Hernandez* >> >> Contractor / HPSS >> IBM Global Business Services - US Federal >> 12301 Kurland Dr Suite 300 >> Houston, TX 77034-4812 >> Mobile 713-444-5755 >> >> >> >> From: Perry Myers >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros >> >> Date: 10/05/2012 04:30 AM >> Subject: Re: [rhos-list] Redhat OpenStack Swift >> ------------------------------------------------------------------------ >> >> >> >> On 10/04/2012 06:18 PM, David Hernandez wrote: >>> Here is the output from the command you mentioned: >>> [root at addicks ~]# subscription-manager list --installed >>> +-------------------------------------------+ >>> Installed Product Status >>> +-------------------------------------------+ >>> Product Name: Red Hat Enterprise Linux Server >>> Product ID: 69 >>> Version: 6.3 >>> Arch: x86_64 >>> Status: Not Subscribed >>> Starts: >>> Expires: >> >> Hi, >> >> Your machine does not have a valid RHEL baseos subscription, which >> explains why you cannot download Swift via yum install commands. >> >> You will need to get either a purchased RHEL subscription or a RHEL >> 30-day evaluation license, I believe. >> >> I've cc'd Gerry Riveros from our marketing team, he might be able to >> help you further with issues here. >> >> A few other comments below. >> >>> Product Name: Red Hat OpenStack >>> Product ID: 191 >>> Version: Essex >>> Arch: x86_64 >>> Status: Subscribed >>> Starts: 09/10/2012 >>> Expires: 09/10/2013 >>> >>> [root at addicks ~]# >>> >>> I am able to access the OpenStack Preview repository but the problem is >>> that the RedHat OpenStack Preview Getting Started Guide made no mention >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon >>> but not Swift. It appears that the Preview doesn't include Swift. Is >>> this true? >> >> The preview does include swift. The docs don't mention it because at >> the time when we put together that documentation, we didn't have guides >> yet for Swift or Quantum. We will be updating the guide for Folsom to >> include both of those components. >> >> You should be able to see the list of packages directly on the RHN site >> even if your machine cannot access the packages due to the missing RHEL >> entitlement. >> >> I think this url should show the package list: >> https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988 >> >> Cheers, >> >> Perry >> >>> Regards. >>> *David Hernandez* >>> >>> Contractor / HPSS >>> IBM Global Business Services - US Federal >>> 12301 Kurland Dr Suite 300 >>> Houston, TX 77034-4812 >>> Mobile 713-444-5755 >>> >>> >>> >>> From: Perry Myers >>> To: David Hernandez/Houston/Contr/IBM at IBMUS >>> Cc: rhos-list at redhat.com, Andrew Cathrow , >>> Gerry Riveros >>> Date: 10/03/2012 05:24 PM >>> Subject: Re: [rhos-list] Redhat OpenStack Swift >>> ------------------------------------------------------------------------ >>> >>> >>> >>> On 10/03/2012 10:57 PM, David Hernandez wrote: >>>> Hello. >>>> >>>> I subscribed to the RedHat OpenStack Preview in order to install a test >>>> instance of Swift (Object Server). I wanted to build an All-In-One >>>> instance similar to the Ubuntu Swift-All-In-One version. However, once >>>> I downloaded the OpenStack packages I found that Swift was not included >>>> in the release. Is it possible to get a RedHat version of OpenStack >>>> Swift? I tried installing the RedHat packages by following the Fedora >>>> instructions in the Ubuntu SAIO document but was unable to find all of >>>> the required packages in the RedHat OpenStack repository. >>> >>> There are some earlier threads on rhos-list that may be worth taking a >>> look at. >>> >>> What people seem to be hitting is the requirement that in order to >>> download packages from the RHOS RHN repository, you must have a valid >>> subscription applied for RHEL to your host. >>> >>> Take a look at this thread: >>> https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html >>> >>> And let me know what the output of the commands are. It should point us >>> in the correct direction to explain why you cannot access the packages. >>> >>> Perry >>> >>> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From apevec at redhat.com Fri Oct 19 16:16:12 2012 From: apevec at redhat.com (Alan Pevec) Date: Fri, 19 Oct 2012 18:16:12 +0200 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: References: <50813F52.7050109@redhat.com> Message-ID: <50817CCC.60304@redhat.com> On 10/19/2012 05:44 PM, David Hernandez wrote: > However, without the second step I don't have a working environment. How do you define "working environment"? OpenStack RPM packages are for _using_ OpenStack, so running unittest with them is neither needed nor supported use-case. Cheers, Alan From zbitter at redhat.com Fri Oct 19 16:22:09 2012 From: zbitter at redhat.com (Zane Bitter) Date: Fri, 19 Oct 2012 18:22:09 +0200 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: References: <50813F52.7050109@redhat.com> Message-ID: <50817E31.80109@redhat.com> Hi David, I think the issue is that you are looking at the upstream *developer* documentation, which is quite misleading if you only want to install and use Swift. The upstream *user* documentation is here: http://docs.openstack.org/trunk/openstack-compute/install/yum/content/general-installation-steps-swift.html Note that installing an incomplete development environment that yum is not aware of can leave your system with inconsistent versions of various things, so if you are able to start from a clean system it would be helpful to do so. regards, Zane. On 19/10/12 17:44, David Hernandez wrote: > After reading back through your last email I realized that what you were > saying was that I the only thing I should have to do to have the > complete installation of Swift was to yum install openstack-swift. The > upstream documentation refers to two separate code installation steps > when installing a development environment for Swift > > 1. Yum install of openstack-swift under it's section "Installing > dependencies and the core code." > 2. Check out the swift repo with git clone > https://github.com/openstack/swift.gitand build a development > installation of swift using 'sudo python setup.py develop." > > > It appears to me that both these steps are also required before I can > have a working environment. From what I understand from your last > email, the second step shouldn't be necessary. However, without the > second step I don't have a working environment. Is this second step > addressed in the new Folsom documention? As you can see, my knowledge > of how Swift works is very limited as I know very little about how > Python works. > > Regards. > *David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Anthony > Liguori/Austin/IBM at IBMUS > Date: 10/19/2012 06:54 AM > Subject: Fwd: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > David, > > I've attached the three emails you sent to me recently to this new > thread, because I would like to keep the other engineers helping with > the RHOS Preview support informed on things > > Please don't remove the other engineers from the cc list when responding > to emails on this thread. > > You do not need to download swift from the upstream git repository. The > reason the upstream documentation mentions this step is because those > docs are for upstream. All you need to do to get/use swift for the RHOS > Preview is to yum install the openstack-swift package. > > Also, I would prefer to have discussions on the community support list > (rhos-list at redhat.com). The purpose of that list is so that we can (as > a community of customers and Red Hat folks) help each other out. > Emailing me directly will always be less efficient than engaging with > the community on that mailing list since my responses personally may be > delayed (due to travel, etc). Emailing the list should result in a much > quicker response time, as there are many engineers monitoring that list. > > Derek, perhaps it would help here if you could provide David with a > preview of the Swift documentation for RHOS Folsom that you've been > working on. If you can get him that, then he can just ignore the > upstream documentation. > > (Also, I've included Anthony L. from the LTC to keep him in the loop on > folks from IBM using the RHOS Preview just as a point of coordination) > > Cheers, > > Perry > > > ----- Message from David Hernandez on Thu, 18 Oct > 2012 11:16:56 -0500 ----- > *To:* > > Perry Myers > *Subject:* > > Re: [rhos-list] Redhat OpenStack Swift > > > > Perry. > > Ok, I was able to reinstall OpenStack Swift. I used the command 'yum > install openstack-swift'. It also installed the dependency > python-netifaces. > > I am going through the Swift All in One install document and I am at the > section titled "Getting the code and setting up test environment". Here > is the command it specifies to check out the Swift repo: > > Check out the swift repo with git clone > _https://github.com/openstack/swift.git_ > > Build a development installation of swift, for example: cd ~/swift; sudo > python setup.py develop > > Check out the python-swiftclient repo with git clone > _https://github.com/openstack/python-swiftclient.git_ > > Build a development installation of python-swiftclient, for example: cd > ~/python-swiftclient; sudo python setup.py develop > > Should I be using a RedHat URL instead of github.com? Maybe this is > where I'm getting incompatible software. > > Regards.* > David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Gerry > Riveros > Date: 10/17/2012 04:55 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/17/2012 12:06 PM, David Hernandez wrote: > > Hello Perry. > > > > I followed your instructions and went ahead with the configuration > > according to the Swift All In One 1.7.5-dev documentation and when I ran > > the unittests I encountered numerous errors. Unfortunately, I didn't > > save the error log but the errors indicated that python was looking for > > Swift version 1.7.5. I assumed that the version of Python that I > > downloaded was incompatible with my Swift version so I decided to > > uninstall Swift and to reinstall it. Unfortunately, now that I have > > uninstalled it no longer shows as available in Subscription Manager. > > Please tell me what I need to do to reset my subscription so that I can > > redownload it. > > Hi, > > The version of swift included in the RHOS Essex Preview is 1.4.8, which > should work with Python 2.6.6 (which is what is included in RHEL 6.3) > > Where did you get Swift 1.7.5 from? If you're looking to use the RHOS > stuff, you should just stick to yum installing the packages, as the > packages in the RHN repo will be the right versions to work on top of > RHEL 6.3 > > As an aside, when we release Folsom packages for the RHOS Preview (in a > few weeks), Swift will be updated to (iirc) 1.7.x. > > As for resetting subscriptions, you should just be able to run: > subscription-manager unsubscribe --serial=XXXX > > Or you could also just run: > subscription-manager unregister > > and then re-register the machine, and resubscribe to the appropriate > pools (one for RHEL and one for RHOS) > > If after following the unregister/register/subscribe process, you still > can't access the RPMs, it might be an issue with RHN itself. But let's > start with that process. Please provide output of all of the commands > you ran in your next email, so I can follow the exact process you're using. > > Perry > > > > > Thanks. > > *David Hernandez* > > > > Contractor / HPSS > > IBM Global Business Services - US Federal > > 12301 Kurland Dr Suite 300 > > Houston, TX 77034-4812 > > Mobile 713-444-5755 > > > > > > > > From: Perry Myers > > To: David Hernandez/Houston/Contr/IBM at IBMUS > > Cc: Gerry Riveros , Derek Higgins > > , Mark McLoughlin > > Date: 10/11/2012 06:43 PM > > Subject: Re: [rhos-list] Redhat OpenStack Swift > > ------------------------------------------------------------------------ > > > > > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: > >> Hello. > >> > >> I now have a 30 day eval subscription to RHEL. > >> Account Number : 1642885 > >> Contract Number : 10005190 > >> > >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux > >> Server, (4 sockets) (Unlimited guests) Evaluation > >> Quantity : 1 > >> Service Dates : 08-OCT-12 through 06-NOV-12 > >> > >> > >> However, please let me restate the issue I am having with RedHat > >> OpenStack Preview. > >> > >> In the email I got from RH regarding my OpenStack Preview subscription, > >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. > >> > >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, > >> there is an Introduction chapter and subsequent chapters cover the > >> installation of Keystone (Identity), Glance (Images), Nove (Compute), > >> and Horizon (Dashboard). > >> > >> There is no chapter covering the installation of Swift (Object Storage). > > > > That is correct. We only had documentation resources available to > > create documentation for the other services. So while Swift is indeed > > part of the RHOS Essex Preview, it is lacking documentation. > > > > We are planning top update the documentation when we update the Preview > > to Folsom. At that time, the docs will include both Swift and Quantum > > (which was also missing from the Essex Preview docs) > > > > So to reiterate: Swift is there, and usable in the Essex Preview. It > > just does not have documentation yet. > > > >> I have a document that I got from the OpenStack website entitled SAIO - > >> Swift All In One - Instructions for setting up a development VM. > >> _http://docs.openstack.org/developer/swift/development_saio.html_ > >> > >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 > >> LTS server. However, there are also instructions for doing the install > >> on Fedora. I used the Fedora instructions but wasn't able to install > >> all of the components. I am not able to install python-mock. Do you > >> know where I can find python-mock or do you know where I can get > >> instructions for installing RedHat OpenStack Swift? > > > > The instructions for installing Swift on Fedora should be similar enough > > to installing Swift on RHEL that it should just work without any issues. > > > > However, there are some dependency differences between Fedora and RHOS. > > python-mock is not a dependency in the RHOS version of Swift > > > > Once you have the repositories enabled, you should simply be able to do: > > > > yum install openstack-swift > > > > And it will pull in all of the needed dependencies. There shouldn't be > > a need to independently install each python package independently. > > > >> > > > ==================================================================================================== > >> Package Arch Version Repository > > Size > >> > > > ==================================================================================================== > >> Installing: > >> openstack-swift noarch 1.4.8-4.el6 > > rhel-server-ost-6-preview-rpms 241 k > >> Installing for dependencies: > >> python-configobj noarch 4.6.0-3.el6 > > rhel-6-server-rpms 182 k > >> python-eventlet noarch 0.9.16-5.el6 > > rhel-server-ost-6-preview-rpms 256 k > >> python-greenlet x86_64 0.3.1-7.el6 > > rhel-server-ost-6-preview-rpms 22 k > >> python-netifaces x86_64 0.5-1.el6 > > rhel-server-ost-6-preview-rpms 12 k > >> python-paste noarch 1.7.4-1.el6 > > rhel-6-server-rpms 757 k > >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > > rhel-server-ost-6-preview-rpms 47 k > >> python-webob1.0 noarch 1.0.8-3.el6 > > rhel-server-ost-6-preview-rpms 189 k > >> pyxattr x86_64 0.5.0-1.el6 > > rhel-server-ost-6-preview-rpms 24 k > >> > >> Transaction Summary > >> > > > ==================================================================================================== > >> Install 9 Package(s) > > > > Would you mind if I moved this thread to the rhos-list mailing list? I > > am certain there are other users of the preview who would find this > > information useful (especially the part about the Swift documentation > > coming for the Folsom Preview update) > > > > Thanks, > > > > Perry > > > >> Regards. > >> *David Hernandez* > >> > >> Contractor / HPSS > >> IBM Global Business Services - US Federal > >> 12301 Kurland Dr Suite 300 > >> Houston, TX 77034-4812 > >> Mobile 713-444-5755 > >> > >> > >> > >> From: Perry Myers > >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros > >> > >> Date: 10/05/2012 04:30 AM > >> Subject: Re: [rhos-list] Redhat OpenStack Swift > >> ------------------------------------------------------------------------ > >> > >> > >> > >> On 10/04/2012 06:18 PM, David Hernandez wrote: > >>> Here is the output from the command you mentioned: > >>> [root at addicks ~]# subscription-manager list --installed > >>> +-------------------------------------------+ > >>> Installed Product Status > >>> +-------------------------------------------+ > >>> Product Name: Red Hat Enterprise Linux Server > >>> Product ID: 69 > >>> Version: 6.3 > >>> Arch: x86_64 > >>> Status: Not Subscribed > >>> Starts: > >>> Expires: > >> > >> Hi, > >> > >> Your machine does not have a valid RHEL baseos subscription, which > >> explains why you cannot download Swift via yum install commands. > >> > >> You will need to get either a purchased RHEL subscription or a RHEL > >> 30-day evaluation license, I believe. > >> > >> I've cc'd Gerry Riveros from our marketing team, he might be able to > >> help you further with issues here. > >> > >> A few other comments below. > >> > >>> Product Name: Red Hat OpenStack > >>> Product ID: 191 > >>> Version: Essex > >>> Arch: x86_64 > >>> Status: Subscribed > >>> Starts: 09/10/2012 > >>> Expires: 09/10/2013 > >>> > >>> [root at addicks ~]# > >>> > >>> I am able to access the OpenStack Preview repository but the problem is > >>> that the RedHat OpenStack Preview Getting Started Guide made no > mention > >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon > >>> but not Swift. It appears that the Preview doesn't include Swift. Is > >>> this true? > >> > >> The preview does include swift. The docs don't mention it because at > >> the time when we put together that documentation, we didn't have guides > >> yet for Swift or Quantum. We will be updating the guide for Folsom to > >> include both of those components. > >> > >> You should be able to see the list of packages directly on the RHN site > >> even if your machine cannot access the packages due to the missing RHEL > >> entitlement. > >> > >> I think this url should show the package list: > >> _https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988_ > >> > >> Cheers, > >> > >> Perry > >> > >>> Regards. > >>> *David Hernandez* > >>> > >>> Contractor / HPSS > >>> IBM Global Business Services - US Federal > >>> 12301 Kurland Dr Suite 300 > >>> Houston, TX 77034-4812 > >>> Mobile 713-444-5755 > >>> > >>> > >>> > >>> From: Perry Myers > >>> To: David Hernandez/Houston/Contr/IBM at IBMUS > >>> Cc: rhos-list at redhat.com, Andrew Cathrow , > >>> Gerry Riveros > >>> Date: 10/03/2012 05:24 PM > >>> Subject: Re: [rhos-list] Redhat OpenStack Swift > >>> > ------------------------------------------------------------------------ > >>> > >>> > >>> > >>> On 10/03/2012 10:57 PM, David Hernandez wrote: > >>>> Hello. > >>>> > >>>> I subscribed to the RedHat OpenStack Preview in order to install a > test > >>>> instance of Swift (Object Server). I wanted to build an All-In-One > >>>> instance similar to the Ubuntu Swift-All-In-One version. However, > once > >>>> I downloaded the OpenStack packages I found that Swift was not > included > >>>> in the release. Is it possible to get a RedHat version of OpenStack > >>>> Swift? I tried installing the RedHat packages by following the Fedora > >>>> instructions in the Ubuntu SAIO document but was unable to find all of > >>>> the required packages in the RedHat OpenStack repository. > >>> > >>> There are some earlier threads on rhos-list that may be worth taking a > >>> look at. > >>> > >>> What people seem to be hitting is the requirement that in order to > >>> download packages from the RHOS RHN repository, you must have a valid > >>> subscription applied for RHEL to your host. > >>> > >>> Take a look at this thread: > >>> > _https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html_ > >>> > >>> And let me know what the output of the commands are. It should > point us > >>> in the correct direction to explain why you cannot access the packages. > >>> > >>> Perry > >>> > >>> > >> > >> > > > > > > > > ----- Message from David Hernandez on Thu, 18 Oct > 2012 12:12:06 -0500 ----- > *To:* > > Perry Myers > *Subject:* > > Re: [rhos-list] Redhat OpenStack Swift > > > > Perry. > > I went ahead and ran commands to check out the swift repo using > _https://github.com/openstack/swift.git_and noticed that in the output > that Swift 1.7.5 was being referenced. I am running Python 2.6.6. > > Please see below: > > [swift at addicks ~]$ git clone _https://github.com/openstack/swift.git_ > Initialized empty Git repository in /localhome/swift/swift/.git/ > remote: Counting objects: 15447, done. > remote: Compressing objects: 100% (3657/3657), done. > remote: Total 15447 (delta 11895), reused 14891 (delta 11524) > Receiving objects: 100% (15447/15447), 9.93 MiB | 3.11 MiB/s, done. > Resolving deltas: 100% (11895/11895), done. > [swift at addicks ~]$ cd ~/swift; sudo python setup.py develop > [sudo] password for swift: > running develop > running egg_info > creating swift.egg-info > writing swift.egg-info/PKG-INFO > writing top-level names to swift.egg-info/top_level.txt > writing dependency_links to swift.egg-info/dependency_links.txt > writing entry points to swift.egg-info/entry_points.txt > writing manifest file 'swift.egg-info/SOURCES.txt' > reading manifest file 'swift.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'swift.egg-info/SOURCES.txt' > running build_ext > Creating /usr/lib/python2.6/site-packages/swift.egg-link (link to .)* > swift 1.7.5 is already the active version in easy-install.pth* > Installing swift-account-audit script to /usr/bin > Installing swift-account-auditor script to /usr/bin > Installing swift-account-reaper script to /usr/bin > Installing swift-account-replicator script to /usr/bin > Installing swift-account-server script to /usr/bin > Installing swift-bench script to /usr/bin > Installing swift-bench-client script to /usr/bin > Installing swift-container-auditor script to /usr/bin > Installing swift-container-replicator script to /usr/bin > Installing swift-container-server script to /usr/bin > Installing swift-container-sync script to /usr/bin > Installing swift-container-updater script to /usr/bin > Installing swift-dispersion-populate script to /usr/bin > Installing swift-dispersion-report script to /usr/bin > Installing swift-drive-audit script to /usr/bin > Installing swift-form-signature script to /usr/bin > Installing swift-get-nodes script to /usr/bin > Installing swift-init script to /usr/bin > Installing swift-object-auditor script to /usr/bin > Installing swift-object-expirer script to /usr/bin > Installing swift-object-info script to /usr/bin > Installing swift-object-replicator script to /usr/bin > Installing swift-object-server script to /usr/bin > Installing swift-object-updater script to /usr/bin > Installing swift-oldies script to /usr/bin > Installing swift-orphans script to /usr/bin > Installing swift-proxy-server script to /usr/bin > Installing swift-recon script to /usr/bin > Installing swift-recon-cron script to /usr/bin > Installing swift-ring-builder script to /usr/bin > Installing swift-temp-url script to /usr/bin > > Installed /localhome/swift/swift* > Processing dependencies for swift==1.7.5** > Finished processing dependencies for swift==1.7.5* > > [swift at addicks swift]$ python -V* > Python 2.6.6* > [swift at addicks swift]$ > * > David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Gerry > Riveros > Date: 10/17/2012 04:55 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/17/2012 12:06 PM, David Hernandez wrote: > > Hello Perry. > > > > I followed your instructions and went ahead with the configuration > > according to the Swift All In One 1.7.5-dev documentation and when I ran > > the unittests I encountered numerous errors. Unfortunately, I didn't > > save the error log but the errors indicated that python was looking for > > Swift version 1.7.5. I assumed that the version of Python that I > > downloaded was incompatible with my Swift version so I decided to > > uninstall Swift and to reinstall it. Unfortunately, now that I have > > uninstalled it no longer shows as available in Subscription Manager. > > Please tell me what I need to do to reset my subscription so that I can > > redownload it. > > Hi, > > The version of swift included in the RHOS Essex Preview is 1.4.8, which > should work with Python 2.6.6 (which is what is included in RHEL 6.3) > > Where did you get Swift 1.7.5 from? If you're looking to use the RHOS > stuff, you should just stick to yum installing the packages, as the > packages in the RHN repo will be the right versions to work on top of > RHEL 6.3 > > As an aside, when we release Folsom packages for the RHOS Preview (in a > few weeks), Swift will be updated to (iirc) 1.7.x. > > As for resetting subscriptions, you should just be able to run: > subscription-manager unsubscribe --serial=XXXX > > Or you could also just run: > subscription-manager unregister > > and then re-register the machine, and resubscribe to the appropriate > pools (one for RHEL and one for RHOS) > > If after following the unregister/register/subscribe process, you still > can't access the RPMs, it might be an issue with RHN itself. But let's > start with that process. Please provide output of all of the commands > you ran in your next email, so I can follow the exact process you're using. > > Perry > > > > > Thanks. > > *David Hernandez* > > > > Contractor / HPSS > > IBM Global Business Services - US Federal > > 12301 Kurland Dr Suite 300 > > Houston, TX 77034-4812 > > Mobile 713-444-5755 > > > > > > > > From: Perry Myers > > To: David Hernandez/Houston/Contr/IBM at IBMUS > > Cc: Gerry Riveros , Derek Higgins > > , Mark McLoughlin > > Date: 10/11/2012 06:43 PM > > Subject: Re: [rhos-list] Redhat OpenStack Swift > > ------------------------------------------------------------------------ > > > > > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: > >> Hello. > >> > >> I now have a 30 day eval subscription to RHEL. > >> Account Number : 1642885 > >> Contract Number : 10005190 > >> > >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux > >> Server, (4 sockets) (Unlimited guests) Evaluation > >> Quantity : 1 > >> Service Dates : 08-OCT-12 through 06-NOV-12 > >> > >> > >> However, please let me restate the issue I am having with RedHat > >> OpenStack Preview. > >> > >> In the email I got from RH regarding my OpenStack Preview subscription, > >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. > >> > >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, > >> there is an Introduction chapter and subsequent chapters cover the > >> installation of Keystone (Identity), Glance (Images), Nove (Compute), > >> and Horizon (Dashboard). > >> > >> There is no chapter covering the installation of Swift (Object Storage). > > > > That is correct. We only had documentation resources available to > > create documentation for the other services. So while Swift is indeed > > part of the RHOS Essex Preview, it is lacking documentation. > > > > We are planning top update the documentation when we update the Preview > > to Folsom. At that time, the docs will include both Swift and Quantum > > (which was also missing from the Essex Preview docs) > > > > So to reiterate: Swift is there, and usable in the Essex Preview. It > > just does not have documentation yet. > > > >> I have a document that I got from the OpenStack website entitled SAIO - > >> Swift All In One - Instructions for setting up a development VM. > >> _http://docs.openstack.org/developer/swift/development_saio.html_ > >> > >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 > >> LTS server. However, there are also instructions for doing the install > >> on Fedora. I used the Fedora instructions but wasn't able to install > >> all of the components. I am not able to install python-mock. Do you > >> know where I can find python-mock or do you know where I can get > >> instructions for installing RedHat OpenStack Swift? > > > > The instructions for installing Swift on Fedora should be similar enough > > to installing Swift on RHEL that it should just work without any issues. > > > > However, there are some dependency differences between Fedora and RHOS. > > python-mock is not a dependency in the RHOS version of Swift > > > > Once you have the repositories enabled, you should simply be able to do: > > > > yum install openstack-swift > > > > And it will pull in all of the needed dependencies. There shouldn't be > > a need to independently install each python package independently. > > > >> > > > ==================================================================================================== > >> Package Arch Version Repository > > Size > >> > > > ==================================================================================================== > >> Installing: > >> openstack-swift noarch 1.4.8-4.el6 > > rhel-server-ost-6-preview-rpms 241 k > >> Installing for dependencies: > >> python-configobj noarch 4.6.0-3.el6 > > rhel-6-server-rpms 182 k > >> python-eventlet noarch 0.9.16-5.el6 > > rhel-server-ost-6-preview-rpms 256 k > >> python-greenlet x86_64 0.3.1-7.el6 > > rhel-server-ost-6-preview-rpms 22 k > >> python-netifaces x86_64 0.5-1.el6 > > rhel-server-ost-6-preview-rpms 12 k > >> python-paste noarch 1.7.4-1.el6 > > rhel-6-server-rpms 757 k > >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > > rhel-server-ost-6-preview-rpms 47 k > >> python-webob1.0 noarch 1.0.8-3.el6 > > rhel-server-ost-6-preview-rpms 189 k > >> pyxattr x86_64 0.5.0-1.el6 > > rhel-server-ost-6-preview-rpms 24 k > >> > >> Transaction Summary > >> > > > ==================================================================================================== > >> Install 9 Package(s) > > > > Would you mind if I moved this thread to the rhos-list mailing list? I > > am certain there are other users of the preview who would find this > > information useful (especially the part about the Swift documentation > > coming for the Folsom Preview update) > > > > Thanks, > > > > Perry > > > >> Regards. > >> *David Hernandez* > >> > >> Contractor / HPSS > >> IBM Global Business Services - US Federal > >> 12301 Kurland Dr Suite 300 > >> Houston, TX 77034-4812 > >> Mobile 713-444-5755 > >> > >> > >> > >> From: Perry Myers > >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros > >> > >> Date: 10/05/2012 04:30 AM > >> Subject: Re: [rhos-list] Redhat OpenStack Swift > >> ------------------------------------------------------------------------ > >> > >> > >> > >> On 10/04/2012 06:18 PM, David Hernandez wrote: > >>> Here is the output from the command you mentioned: > >>> [root at addicks ~]# subscription-manager list --installed > >>> +-------------------------------------------+ > >>> Installed Product Status > >>> +-------------------------------------------+ > >>> Product Name: Red Hat Enterprise Linux Server > >>> Product ID: 69 > >>> Version: 6.3 > >>> Arch: x86_64 > >>> Status: Not Subscribed > >>> Starts: > >>> Expires: > >> > >> Hi, > >> > >> Your machine does not have a valid RHEL baseos subscription, which > >> explains why you cannot download Swift via yum install commands. > >> > >> You will need to get either a purchased RHEL subscription or a RHEL > >> 30-day evaluation license, I believe. > >> > >> I've cc'd Gerry Riveros from our marketing team, he might be able to > >> help you further with issues here. > >> > >> A few other comments below. > >> > >>> Product Name: Red Hat OpenStack > >>> Product ID: 191 > >>> Version: Essex > >>> Arch: x86_64 > >>> Status: Subscribed > >>> Starts: 09/10/2012 > >>> Expires: 09/10/2013 > >>> > >>> [root at addicks ~]# > >>> > >>> I am able to access the OpenStack Preview repository but the problem is > >>> that the RedHat OpenStack Preview Getting Started Guide made no > mention > >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon > >>> but not Swift. It appears that the Preview doesn't include Swift. Is > >>> this true? > >> > >> The preview does include swift. The docs don't mention it because at > >> the time when we put together that documentation, we didn't have guides > >> yet for Swift or Quantum. We will be updating the guide for Folsom to > >> include both of those components. > >> > >> You should be able to see the list of packages directly on the RHN site > >> even if your machine cannot access the packages due to the missing RHEL > >> entitlement. > >> > >> I think this url should show the package list: > >> _https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988_ > >> > >> Cheers, > >> > >> Perry > >> > >>> Regards. > >>> *David Hernandez* > >>> > >>> Contractor / HPSS > >>> IBM Global Business Services - US Federal > >>> 12301 Kurland Dr Suite 300 > >>> Houston, TX 77034-4812 > >>> Mobile 713-444-5755 > >>> > >>> > >>> > >>> From: Perry Myers > >>> To: David Hernandez/Houston/Contr/IBM at IBMUS > >>> Cc: rhos-list at redhat.com, Andrew Cathrow , > >>> Gerry Riveros > >>> Date: 10/03/2012 05:24 PM > >>> Subject: Re: [rhos-list] Redhat OpenStack Swift > >>> > ------------------------------------------------------------------------ > >>> > >>> > >>> > >>> On 10/03/2012 10:57 PM, David Hernandez wrote: > >>>> Hello. > >>>> > >>>> I subscribed to the RedHat OpenStack Preview in order to install a > test > >>>> instance of Swift (Object Server). I wanted to build an All-In-One > >>>> instance similar to the Ubuntu Swift-All-In-One version. However, > once > >>>> I downloaded the OpenStack packages I found that Swift was not > included > >>>> in the release. Is it possible to get a RedHat version of OpenStack > >>>> Swift? I tried installing the RedHat packages by following the Fedora > >>>> instructions in the Ubuntu SAIO document but was unable to find all of > >>>> the required packages in the RedHat OpenStack repository. > >>> > >>> There are some earlier threads on rhos-list that may be worth taking a > >>> look at. > >>> > >>> What people seem to be hitting is the requirement that in order to > >>> download packages from the RHOS RHN repository, you must have a valid > >>> subscription applied for RHEL to your host. > >>> > >>> Take a look at this thread: > >>> > _https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html_ > >>> > >>> And let me know what the output of the commands are. It should > point us > >>> in the correct direction to explain why you cannot access the packages. > >>> > >>> Perry > >>> > >>> > >> > >> > > > > > > > > ----- Message from David Hernandez on Thu, 18 Oct > 2012 13:42:41 -0500 ----- > *To:* > > Perry Myers > *Subject:* > > Re: [rhos-list] Redhat OpenStack Swift > > > > OK. Here is where I am on the Swift install. > > * I uninstalled Swift on my server. I started over with only the > following packages installed on my server: > > > [swift at addicks swift]$ grep openstack /tmp/yum-installed.log > openstack-keystone.noarch 2012.1.1-1.el6 > @rhel-server-ost-6-preview-rpms > openstack-utils.noarch 2012.1-2.el6 > @rhel-server-ost-6-preview-rpms > > * I also had the python 2.6.6 installed on my server: At this point > there was no python-netifaces or python-nose installed which the > Swift All In One documentation says to install. > * I then ran 'yum install openstack-swift'. It installed one > dependency, python-netifaces: > > > Dependencies Resolved > > ================================================================================ > Package Arch Version Repository Size > ================================================================================ > Installing: > openstack-swift noarch 1.4.8-5.el6 rhel-server-ost-6-preview-rpms > 257 k > Installing for dependencies: > python-netifaces x86_64 0.5-1.el6 rhel-server-ost-6-preview-rpms > 12 k > > Transaction Summary > ================================================================================ > > * I then continued following the instructions in the Swift All in One > install guide. I got the code and setup the test environment. I > got the code from _https://github.com/openstack/swift.git_ Here are > the commands I followed: > > > Check out the swift repo with git clone > _https://github.com/openstack/swift.git_ > > Build a development installation of swift, for example: cd ~/swift; sudo > python setup.py develop > > Check out the python-swiftclient repo with git clone > _https://github.com/openstack/python-swiftclient.git_ > > Build a development installation of python-swiftclient, for example: cd > ~/python-swiftclient; sudo python setup.py develop > > * I ran the 'remakerings'. It ran with no errors. > * I then ran the unittests in ~/swift/.unitests. It came back with > the following error: > > > [swift at addicks swift]$ cd ~/swift; ./.unittests > ./.unittests: line 4: nosetests: command not found > > * I then did a yum listing of all available python-nose packages > available: > > > python-nose.noarch 0.11.3-2.el5 epel > python26-nose.noarch 0.11.1-3.el5 epel > > * I am not able to install either packages. > > python-nose requires python(abi) = 2.4 > python26-nose require python 2.6.8 and is also incompatible with python > 2.6.6. > > * I'm not sure why I can't install python-nose now since it did > install originally. Perhaps I should start all over with a clean > install of RHEL5.7 > * Question: Do I have to pass the unittests and functiontests before > I can assume I have a good install? > > Please advise. > > Regards. > David Hernandez > > > > > > > > > > > * > David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Gerry > Riveros > Date: 10/17/2012 04:55 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/17/2012 12:06 PM, David Hernandez wrote: > > Hello Perry. > > > > I followed your instructions and went ahead with the configuration > > according to the Swift All In One 1.7.5-dev documentation and when I ran > > the unittests I encountered numerous errors. Unfortunately, I didn't > > save the error log but the errors indicated that python was looking for > > Swift version 1.7.5. I assumed that the version of Python that I > > downloaded was incompatible with my Swift version so I decided to > > uninstall Swift and to reinstall it. Unfortunately, now that I have > > uninstalled it no longer shows as available in Subscription Manager. > > Please tell me what I need to do to reset my subscription so that I can > > redownload it. > > Hi, > > The version of swift included in the RHOS Essex Preview is 1.4.8, which > should work with Python 2.6.6 (which is what is included in RHEL 6.3) > > Where did you get Swift 1.7.5 from? If you're looking to use the RHOS > stuff, you should just stick to yum installing the packages, as the > packages in the RHN repo will be the right versions to work on top of > RHEL 6.3 > > As an aside, when we release Folsom packages for the RHOS Preview (in a > few weeks), Swift will be updated to (iirc) 1.7.x. > > As for resetting subscriptions, you should just be able to run: > subscription-manager unsubscribe --serial=XXXX > > Or you could also just run: > subscription-manager unregister > > and then re-register the machine, and resubscribe to the appropriate > pools (one for RHEL and one for RHOS) > > If after following the unregister/register/subscribe process, you still > can't access the RPMs, it might be an issue with RHN itself. But let's > start with that process. Please provide output of all of the commands > you ran in your next email, so I can follow the exact process you're using. > > Perry > > > > > Thanks. > > *David Hernandez* > > > > Contractor / HPSS > > IBM Global Business Services - US Federal > > 12301 Kurland Dr Suite 300 > > Houston, TX 77034-4812 > > Mobile 713-444-5755 > > > > > > > > From: Perry Myers > > To: David Hernandez/Houston/Contr/IBM at IBMUS > > Cc: Gerry Riveros , Derek Higgins > > , Mark McLoughlin > > Date: 10/11/2012 06:43 PM > > Subject: Re: [rhos-list] Redhat OpenStack Swift > > ------------------------------------------------------------------------ > > > > > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: > >> Hello. > >> > >> I now have a 30 day eval subscription to RHEL. > >> Account Number : 1642885 > >> Contract Number : 10005190 > >> > >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux > >> Server, (4 sockets) (Unlimited guests) Evaluation > >> Quantity : 1 > >> Service Dates : 08-OCT-12 through 06-NOV-12 > >> > >> > >> However, please let me restate the issue I am having with RedHat > >> OpenStack Preview. > >> > >> In the email I got from RH regarding my OpenStack Preview subscription, > >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. > >> > >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, > >> there is an Introduction chapter and subsequent chapters cover the > >> installation of Keystone (Identity), Glance (Images), Nove (Compute), > >> and Horizon (Dashboard). > >> > >> There is no chapter covering the installation of Swift (Object Storage). > > > > That is correct. We only had documentation resources available to > > create documentation for the other services. So while Swift is indeed > > part of the RHOS Essex Preview, it is lacking documentation. > > > > We are planning top update the documentation when we update the Preview > > to Folsom. At that time, the docs will include both Swift and Quantum > > (which was also missing from the Essex Preview docs) > > > > So to reiterate: Swift is there, and usable in the Essex Preview. It > > just does not have documentation yet. > > > >> I have a document that I got from the OpenStack website entitled SAIO - > >> Swift All In One - Instructions for setting up a development VM. > >> _http://docs.openstack.org/developer/swift/development_saio.html_ > >> > >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 > >> LTS server. However, there are also instructions for doing the install > >> on Fedora. I used the Fedora instructions but wasn't able to install > >> all of the components. I am not able to install python-mock. Do you > >> know where I can find python-mock or do you know where I can get > >> instructions for installing RedHat OpenStack Swift? > > > > The instructions for installing Swift on Fedora should be similar enough > > to installing Swift on RHEL that it should just work without any issues. > > > > However, there are some dependency differences between Fedora and RHOS. > > python-mock is not a dependency in the RHOS version of Swift > > > > Once you have the repositories enabled, you should simply be able to do: > > > > yum install openstack-swift > > > > And it will pull in all of the needed dependencies. There shouldn't be > > a need to independently install each python package independently. > > > >> > > > ==================================================================================================== > >> Package Arch Version Repository > > Size > >> > > > ==================================================================================================== > >> Installing: > >> openstack-swift noarch 1.4.8-4.el6 > > rhel-server-ost-6-preview-rpms 241 k > >> Installing for dependencies: > >> python-configobj noarch 4.6.0-3.el6 > > rhel-6-server-rpms 182 k > >> python-eventlet noarch 0.9.16-5.el6 > > rhel-server-ost-6-preview-rpms 256 k > >> python-greenlet x86_64 0.3.1-7.el6 > > rhel-server-ost-6-preview-rpms 22 k > >> python-netifaces x86_64 0.5-1.el6 > > rhel-server-ost-6-preview-rpms 12 k > >> python-paste noarch 1.7.4-1.el6 > > rhel-6-server-rpms 757 k > >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > > rhel-server-ost-6-preview-rpms 47 k > >> python-webob1.0 noarch 1.0.8-3.el6 > > rhel-server-ost-6-preview-rpms 189 k > >> pyxattr x86_64 0.5.0-1.el6 > > rhel-server-ost-6-preview-rpms 24 k > >> > >> Transaction Summary > >> > > > ==================================================================================================== > >> Install 9 Package(s) > > > > Would you mind if I moved this thread to the rhos-list mailing list? I > > am certain there are other users of the preview who would find this > > information useful (especially the part about the Swift documentation > > coming for the Folsom Preview update) > > > > Thanks, > > > > Perry > > > >> Regards. > >> *David Hernandez* > >> > >> Contractor / HPSS > >> IBM Global Business Services - US Federal > >> 12301 Kurland Dr Suite 300 > >> Houston, TX 77034-4812 > >> Mobile 713-444-5755 > >> > >> > >> > >> From: Perry Myers > >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros > >> > >> Date: 10/05/2012 04:30 AM > >> Subject: Re: [rhos-list] Redhat OpenStack Swift > >> ------------------------------------------------------------------------ > >> > >> > >> > >> On 10/04/2012 06:18 PM, David Hernandez wrote: > >>> Here is the output from the command you mentioned: > >>> [root at addicks ~]# subscription-manager list --installed > >>> +-------------------------------------------+ > >>> Installed Product Status > >>> +-------------------------------------------+ > >>> Product Name: Red Hat Enterprise Linux Server > >>> Product ID: 69 > >>> Version: 6.3 > >>> Arch: x86_64 > >>> Status: Not Subscribed > >>> Starts: > >>> Expires: > >> > >> Hi, > >> > >> Your machine does not have a valid RHEL baseos subscription, which > >> explains why you cannot download Swift via yum install commands. > >> > >> You will need to get either a purchased RHEL subscription or a RHEL > >> 30-day evaluation license, I believe. > >> > >> I've cc'd Gerry Riveros from our marketing team, he might be able to > >> help you further with issues here. > >> > >> A few other comments below. > >> > >>> Product Name: Red Hat OpenStack > >>> Product ID: 191 > >>> Version: Essex > >>> Arch: x86_64 > >>> Status: Subscribed > >>> Starts: 09/10/2012 > >>> Expires: 09/10/2013 > >>> > >>> [root at addicks ~]# > >>> > >>> I am able to access the OpenStack Preview repository but the problem is > >>> that the RedHat OpenStack Preview Getting Started Guide made no > mention > >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon > >>> but not Swift. It appears that the Preview doesn't include Swift. Is > >>> this true? > >> > >> The preview does include swift. The docs don't mention it because at > >> the time when we put together that documentation, we didn't have guides > >> yet for Swift or Quantum. We will be updating the guide for Folsom to > >> include both of those components. > >> > >> You should be able to see the list of packages directly on the RHN site > >> even if your machine cannot access the packages due to the missing RHEL > >> entitlement. > >> > >> I think this url should show the package list: > >> _https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988_ > >> > >> Cheers, > >> > >> Perry > >> > >>> Regards. > >>> *David Hernandez* > >>> > >>> Contractor / HPSS > >>> IBM Global Business Services - US Federal > >>> 12301 Kurland Dr Suite 300 > >>> Houston, TX 77034-4812 > >>> Mobile 713-444-5755 > >>> > >>> > >>> > >>> From: Perry Myers > >>> To: David Hernandez/Houston/Contr/IBM at IBMUS > >>> Cc: rhos-list at redhat.com, Andrew Cathrow , > >>> Gerry Riveros > >>> Date: 10/03/2012 05:24 PM > >>> Subject: Re: [rhos-list] Redhat OpenStack Swift > >>> > ------------------------------------------------------------------------ > >>> > >>> > >>> > >>> On 10/03/2012 10:57 PM, David Hernandez wrote: > >>>> Hello. > >>>> > >>>> I subscribed to the RedHat OpenStack Preview in order to install a > test > >>>> instance of Swift (Object Server). I wanted to build an All-In-One > >>>> instance similar to the Ubuntu Swift-All-In-One version. However, > once > >>>> I downloaded the OpenStack packages I found that Swift was not > included > >>>> in the release. Is it possible to get a RedHat version of OpenStack > >>>> Swift? I tried installing the RedHat packages by following the Fedora > >>>> instructions in the Ubuntu SAIO document but was unable to find all of > >>>> the required packages in the RedHat OpenStack repository. > >>> > >>> There are some earlier threads on rhos-list that may be worth taking a > >>> look at. > >>> > >>> What people seem to be hitting is the requirement that in order to > >>> download packages from the RHOS RHN repository, you must have a valid > >>> subscription applied for RHEL to your host. > >>> > >>> Take a look at this thread: > >>> > _https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html_ > >>> > >>> And let me know what the output of the commands are. It should > point us > >>> in the correct direction to explain why you cannot access the packages. > >>> > >>> Perry > >>> > >>> > >> > >> > > > > > > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list > From dhern at us.ibm.com Fri Oct 19 16:57:36 2012 From: dhern at us.ibm.com (David Hernandez) Date: Fri, 19 Oct 2012 10:57:36 -0600 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: <50817E31.80109@redhat.com> References: <50813F52.7050109@redhat.com> <50817E31.80109@redhat.com> Message-ID: Ok. What I am trying to do is build a single server test instance of Swift, due to hardware constraints. That's why I've been referencing the upstream Swift All in One Dev install guide. I have a version running on Ubuntu but since we are a RedHat shop, it would be preferred to test Swift on a RedHat platform. I am new to Swift and this is the only Swift install document that I have reference so far. I assumed that the unittests, functests and probetests were all part of the install and verification process. Is it correct to assume that a single server instance of Swift is only for upstream development and not something I should be trying to do with RedHat OpenStack? David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 From: Zane Bitter To: David Hernandez/Houston/Contr/IBM at IBMUS Cc: Perry Myers , Derek Higgins , Anthony Liguori/Austin/IBM at IBMUS, rhos-list at redhat.com Date: 10/19/2012 11:23 AM Subject: Re: [rhos-list] Fwd: Re: Redhat OpenStack Swift Hi David, I think the issue is that you are looking at the upstream *developer* documentation, which is quite misleading if you only want to install and use Swift. The upstream *user* documentation is here: http://docs.openstack.org/trunk/openstack-compute/install/yum/content/general-installation-steps-swift.html Note that installing an incomplete development environment that yum is not aware of can leave your system with inconsistent versions of various things, so if you are able to start from a clean system it would be helpful to do so. regards, Zane. On 19/10/12 17:44, David Hernandez wrote: > After reading back through your last email I realized that what you were > saying was that I the only thing I should have to do to have the > complete installation of Swift was to yum install openstack-swift. The > upstream documentation refers to two separate code installation steps > when installing a development environment for Swift > > 1. Yum install of openstack-swift under it's section "Installing > dependencies and the core code." > 2. Check out the swift repo with git clone > https://github.com/openstack/swift.gitand build a development > installation of swift using 'sudo python setup.py develop." > > > It appears to me that both these steps are also required before I can > have a working environment. From what I understand from your last > email, the second step shouldn't be necessary. However, without the > second step I don't have a working environment. Is this second step > addressed in the new Folsom documention? As you can see, my knowledge > of how Swift works is very limited as I know very little about how > Python works. > > Regards. > *David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Anthony > Liguori/Austin/IBM at IBMUS > Date: 10/19/2012 06:54 AM > Subject: Fwd: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > David, > > I've attached the three emails you sent to me recently to this new > thread, because I would like to keep the other engineers helping with > the RHOS Preview support informed on things > > Please don't remove the other engineers from the cc list when responding > to emails on this thread. > > You do not need to download swift from the upstream git repository. The > reason the upstream documentation mentions this step is because those > docs are for upstream. All you need to do to get/use swift for the RHOS > Preview is to yum install the openstack-swift package. > > Also, I would prefer to have discussions on the community support list > (rhos-list at redhat.com). The purpose of that list is so that we can (as > a community of customers and Red Hat folks) help each other out. > Emailing me directly will always be less efficient than engaging with > the community on that mailing list since my responses personally may be > delayed (due to travel, etc). Emailing the list should result in a much > quicker response time, as there are many engineers monitoring that list. > > Derek, perhaps it would help here if you could provide David with a > preview of the Swift documentation for RHOS Folsom that you've been > working on. If you can get him that, then he can just ignore the > upstream documentation. > > (Also, I've included Anthony L. from the LTC to keep him in the loop on > folks from IBM using the RHOS Preview just as a point of coordination) > > Cheers, > > Perry > > > ----- Message from David Hernandez on Thu, 18 Oct > 2012 11:16:56 -0500 ----- > *To:* > > Perry Myers > *Subject:* > > Re: [rhos-list] Redhat OpenStack Swift > > > > Perry. > > Ok, I was able to reinstall OpenStack Swift. I used the command 'yum > install openstack-swift'. It also installed the dependency > python-netifaces. > > I am going through the Swift All in One install document and I am at the > section titled "Getting the code and setting up test environment". Here > is the command it specifies to check out the Swift repo: > > Check out the swift repo with git clone > _https://github.com/openstack/swift.git_ > > Build a development installation of swift, for example: cd ~/swift; sudo > python setup.py develop > > Check out the python-swiftclient repo with git clone > _https://github.com/openstack/python-swiftclient.git_ > > Build a development installation of python-swiftclient, for example: cd > ~/python-swiftclient; sudo python setup.py develop > > Should I be using a RedHat URL instead of github.com? Maybe this is > where I'm getting incompatible software. > > Regards.* > David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Gerry > Riveros > Date: 10/17/2012 04:55 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/17/2012 12:06 PM, David Hernandez wrote: > > Hello Perry. > > > > I followed your instructions and went ahead with the configuration > > according to the Swift All In One 1.7.5-dev documentation and when I ran > > the unittests I encountered numerous errors. Unfortunately, I didn't > > save the error log but the errors indicated that python was looking for > > Swift version 1.7.5. I assumed that the version of Python that I > > downloaded was incompatible with my Swift version so I decided to > > uninstall Swift and to reinstall it. Unfortunately, now that I have > > uninstalled it no longer shows as available in Subscription Manager. > > Please tell me what I need to do to reset my subscription so that I can > > redownload it. > > Hi, > > The version of swift included in the RHOS Essex Preview is 1.4.8, which > should work with Python 2.6.6 (which is what is included in RHEL 6.3) > > Where did you get Swift 1.7.5 from? If you're looking to use the RHOS > stuff, you should just stick to yum installing the packages, as the > packages in the RHN repo will be the right versions to work on top of > RHEL 6.3 > > As an aside, when we release Folsom packages for the RHOS Preview (in a > few weeks), Swift will be updated to (iirc) 1.7.x. > > As for resetting subscriptions, you should just be able to run: > subscription-manager unsubscribe --serial=XXXX > > Or you could also just run: > subscription-manager unregister > > and then re-register the machine, and resubscribe to the appropriate > pools (one for RHEL and one for RHOS) > > If after following the unregister/register/subscribe process, you still > can't access the RPMs, it might be an issue with RHN itself. But let's > start with that process. Please provide output of all of the commands > you ran in your next email, so I can follow the exact process you're using. > > Perry > > > > > Thanks. > > *David Hernandez* > > > > Contractor / HPSS > > IBM Global Business Services - US Federal > > 12301 Kurland Dr Suite 300 > > Houston, TX 77034-4812 > > Mobile 713-444-5755 > > > > > > > > From: Perry Myers > > To: David Hernandez/Houston/Contr/IBM at IBMUS > > Cc: Gerry Riveros , Derek Higgins > > , Mark McLoughlin > > Date: 10/11/2012 06:43 PM > > Subject: Re: [rhos-list] Redhat OpenStack Swift > > ------------------------------------------------------------------------ > > > > > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: > >> Hello. > >> > >> I now have a 30 day eval subscription to RHEL. > >> Account Number : 1642885 > >> Contract Number : 10005190 > >> > >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux > >> Server, (4 sockets) (Unlimited guests) Evaluation > >> Quantity : 1 > >> Service Dates : 08-OCT-12 through 06-NOV-12 > >> > >> > >> However, please let me restate the issue I am having with RedHat > >> OpenStack Preview. > >> > >> In the email I got from RH regarding my OpenStack Preview subscription, > >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. > >> > >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, > >> there is an Introduction chapter and subsequent chapters cover the > >> installation of Keystone (Identity), Glance (Images), Nove (Compute), > >> and Horizon (Dashboard). > >> > >> There is no chapter covering the installation of Swift (Object Storage). > > > > That is correct. We only had documentation resources available to > > create documentation for the other services. So while Swift is indeed > > part of the RHOS Essex Preview, it is lacking documentation. > > > > We are planning top update the documentation when we update the Preview > > to Folsom. At that time, the docs will include both Swift and Quantum > > (which was also missing from the Essex Preview docs) > > > > So to reiterate: Swift is there, and usable in the Essex Preview. It > > just does not have documentation yet. > > > >> I have a document that I got from the OpenStack website entitled SAIO - > >> Swift All In One - Instructions for setting up a development VM. > >> _http://docs.openstack.org/developer/swift/development_saio.html_ > >> > >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 > >> LTS server. However, there are also instructions for doing the install > >> on Fedora. I used the Fedora instructions but wasn't able to install > >> all of the components. I am not able to install python-mock. Do you > >> know where I can find python-mock or do you know where I can get > >> instructions for installing RedHat OpenStack Swift? > > > > The instructions for installing Swift on Fedora should be similar enough > > to installing Swift on RHEL that it should just work without any issues. > > > > However, there are some dependency differences between Fedora and RHOS. > > python-mock is not a dependency in the RHOS version of Swift > > > > Once you have the repositories enabled, you should simply be able to do: > > > > yum install openstack-swift > > > > And it will pull in all of the needed dependencies. There shouldn't be > > a need to independently install each python package independently. > > > >> > > > ==================================================================================================== > >> Package Arch Version Repository > > Size > >> > > > ==================================================================================================== > >> Installing: > >> openstack-swift noarch 1.4.8-4.el6 > > rhel-server-ost-6-preview-rpms 241 k > >> Installing for dependencies: > >> python-configobj noarch 4.6.0-3.el6 > > rhel-6-server-rpms 182 k > >> python-eventlet noarch 0.9.16-5.el6 > > rhel-server-ost-6-preview-rpms 256 k > >> python-greenlet x86_64 0.3.1-7.el6 > > rhel-server-ost-6-preview-rpms 22 k > >> python-netifaces x86_64 0.5-1.el6 > > rhel-server-ost-6-preview-rpms 12 k > >> python-paste noarch 1.7.4-1.el6 > > rhel-6-server-rpms 757 k > >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > > rhel-server-ost-6-preview-rpms 47 k > >> python-webob1.0 noarch 1.0.8-3.el6 > > rhel-server-ost-6-preview-rpms 189 k > >> pyxattr x86_64 0.5.0-1.el6 > > rhel-server-ost-6-preview-rpms 24 k > >> > >> Transaction Summary > >> > > > ==================================================================================================== > >> Install 9 Package(s) > > > > Would you mind if I moved this thread to the rhos-list mailing list? I > > am certain there are other users of the preview who would find this > > information useful (especially the part about the Swift documentation > > coming for the Folsom Preview update) > > > > Thanks, > > > > Perry > > > >> Regards. > >> *David Hernandez* > >> > >> Contractor / HPSS > >> IBM Global Business Services - US Federal > >> 12301 Kurland Dr Suite 300 > >> Houston, TX 77034-4812 > >> Mobile 713-444-5755 > >> > >> > >> > >> From: Perry Myers > >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros > >> > >> Date: 10/05/2012 04:30 AM > >> Subject: Re: [rhos-list] Redhat OpenStack Swift > >> ------------------------------------------------------------------------ > >> > >> > >> > >> On 10/04/2012 06:18 PM, David Hernandez wrote: > >>> Here is the output from the command you mentioned: > >>> [root at addicks ~]# subscription-manager list --installed > >>> +-------------------------------------------+ > >>> Installed Product Status > >>> +-------------------------------------------+ > >>> Product Name: Red Hat Enterprise Linux Server > >>> Product ID: 69 > >>> Version: 6.3 > >>> Arch: x86_64 > >>> Status: Not Subscribed > >>> Starts: > >>> Expires: > >> > >> Hi, > >> > >> Your machine does not have a valid RHEL baseos subscription, which > >> explains why you cannot download Swift via yum install commands. > >> > >> You will need to get either a purchased RHEL subscription or a RHEL > >> 30-day evaluation license, I believe. > >> > >> I've cc'd Gerry Riveros from our marketing team, he might be able to > >> help you further with issues here. > >> > >> A few other comments below. > >> > >>> Product Name: Red Hat OpenStack > >>> Product ID: 191 > >>> Version: Essex > >>> Arch: x86_64 > >>> Status: Subscribed > >>> Starts: 09/10/2012 > >>> Expires: 09/10/2013 > >>> > >>> [root at addicks ~]# > >>> > >>> I am able to access the OpenStack Preview repository but the problem is > >>> that the RedHat OpenStack Preview Getting Started Guide made no > mention > >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon > >>> but not Swift. It appears that the Preview doesn't include Swift. Is > >>> this true? > >> > >> The preview does include swift. The docs don't mention it because at > >> the time when we put together that documentation, we didn't have guides > >> yet for Swift or Quantum. We will be updating the guide for Folsom to > >> include both of those components. > >> > >> You should be able to see the list of packages directly on the RHN site > >> even if your machine cannot access the packages due to the missing RHEL > >> entitlement. > >> > >> I think this url should show the package list: > >> _https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988_ > >> > >> Cheers, > >> > >> Perry > >> > >>> Regards. > >>> *David Hernandez* > >>> > >>> Contractor / HPSS > >>> IBM Global Business Services - US Federal > >>> 12301 Kurland Dr Suite 300 > >>> Houston, TX 77034-4812 > >>> Mobile 713-444-5755 > >>> > >>> > >>> > >>> From: Perry Myers > >>> To: David Hernandez/Houston/Contr/IBM at IBMUS > >>> Cc: rhos-list at redhat.com, Andrew Cathrow , > >>> Gerry Riveros > >>> Date: 10/03/2012 05:24 PM > >>> Subject: Re: [rhos-list] Redhat OpenStack Swift > >>> > ------------------------------------------------------------------------ > >>> > >>> > >>> > >>> On 10/03/2012 10:57 PM, David Hernandez wrote: > >>>> Hello. > >>>> > >>>> I subscribed to the RedHat OpenStack Preview in order to install a > test > >>>> instance of Swift (Object Server). I wanted to build an All-In-One > >>>> instance similar to the Ubuntu Swift-All-In-One version. However, > once > >>>> I downloaded the OpenStack packages I found that Swift was not > included > >>>> in the release. Is it possible to get a RedHat version of OpenStack > >>>> Swift? I tried installing the RedHat packages by following the Fedora > >>>> instructions in the Ubuntu SAIO document but was unable to find all of > >>>> the required packages in the RedHat OpenStack repository. > >>> > >>> There are some earlier threads on rhos-list that may be worth taking a > >>> look at. > >>> > >>> What people seem to be hitting is the requirement that in order to > >>> download packages from the RHOS RHN repository, you must have a valid > >>> subscription applied for RHEL to your host. > >>> > >>> Take a look at this thread: > >>> > _https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html_ > >>> > >>> And let me know what the output of the commands are. It should > point us > >>> in the correct direction to explain why you cannot access the packages. > >>> > >>> Perry > >>> > >>> > >> > >> > > > > > > > > ----- Message from David Hernandez on Thu, 18 Oct > 2012 12:12:06 -0500 ----- > *To:* > > Perry Myers > *Subject:* > > Re: [rhos-list] Redhat OpenStack Swift > > > > Perry. > > I went ahead and ran commands to check out the swift repo using > _https://github.com/openstack/swift.git_and noticed that in the output > that Swift 1.7.5 was being referenced. I am running Python 2.6.6. > > Please see below: > > [swift at addicks ~]$ git clone _https://github.com/openstack/swift.git_ > Initialized empty Git repository in /localhome/swift/swift/.git/ > remote: Counting objects: 15447, done. > remote: Compressing objects: 100% (3657/3657), done. > remote: Total 15447 (delta 11895), reused 14891 (delta 11524) > Receiving objects: 100% (15447/15447), 9.93 MiB | 3.11 MiB/s, done. > Resolving deltas: 100% (11895/11895), done. > [swift at addicks ~]$ cd ~/swift; sudo python setup.py develop > [sudo] password for swift: > running develop > running egg_info > creating swift.egg-info > writing swift.egg-info/PKG-INFO > writing top-level names to swift.egg-info/top_level.txt > writing dependency_links to swift.egg-info/dependency_links.txt > writing entry points to swift.egg-info/entry_points.txt > writing manifest file 'swift.egg-info/SOURCES.txt' > reading manifest file 'swift.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'swift.egg-info/SOURCES.txt' > running build_ext > Creating /usr/lib/python2.6/site-packages/swift.egg-link (link to .)* > swift 1.7.5 is already the active version in easy-install.pth* > Installing swift-account-audit script to /usr/bin > Installing swift-account-auditor script to /usr/bin > Installing swift-account-reaper script to /usr/bin > Installing swift-account-replicator script to /usr/bin > Installing swift-account-server script to /usr/bin > Installing swift-bench script to /usr/bin > Installing swift-bench-client script to /usr/bin > Installing swift-container-auditor script to /usr/bin > Installing swift-container-replicator script to /usr/bin > Installing swift-container-server script to /usr/bin > Installing swift-container-sync script to /usr/bin > Installing swift-container-updater script to /usr/bin > Installing swift-dispersion-populate script to /usr/bin > Installing swift-dispersion-report script to /usr/bin > Installing swift-drive-audit script to /usr/bin > Installing swift-form-signature script to /usr/bin > Installing swift-get-nodes script to /usr/bin > Installing swift-init script to /usr/bin > Installing swift-object-auditor script to /usr/bin > Installing swift-object-expirer script to /usr/bin > Installing swift-object-info script to /usr/bin > Installing swift-object-replicator script to /usr/bin > Installing swift-object-server script to /usr/bin > Installing swift-object-updater script to /usr/bin > Installing swift-oldies script to /usr/bin > Installing swift-orphans script to /usr/bin > Installing swift-proxy-server script to /usr/bin > Installing swift-recon script to /usr/bin > Installing swift-recon-cron script to /usr/bin > Installing swift-ring-builder script to /usr/bin > Installing swift-temp-url script to /usr/bin > > Installed /localhome/swift/swift* > Processing dependencies for swift==1.7.5** > Finished processing dependencies for swift==1.7.5* > > [swift at addicks swift]$ python -V* > Python 2.6.6* > [swift at addicks swift]$ > * > David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Gerry > Riveros > Date: 10/17/2012 04:55 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/17/2012 12:06 PM, David Hernandez wrote: > > Hello Perry. > > > > I followed your instructions and went ahead with the configuration > > according to the Swift All In One 1.7.5-dev documentation and when I ran > > the unittests I encountered numerous errors. Unfortunately, I didn't > > save the error log but the errors indicated that python was looking for > > Swift version 1.7.5. I assumed that the version of Python that I > > downloaded was incompatible with my Swift version so I decided to > > uninstall Swift and to reinstall it. Unfortunately, now that I have > > uninstalled it no longer shows as available in Subscription Manager. > > Please tell me what I need to do to reset my subscription so that I can > > redownload it. > > Hi, > > The version of swift included in the RHOS Essex Preview is 1.4.8, which > should work with Python 2.6.6 (which is what is included in RHEL 6.3) > > Where did you get Swift 1.7.5 from? If you're looking to use the RHOS > stuff, you should just stick to yum installing the packages, as the > packages in the RHN repo will be the right versions to work on top of > RHEL 6.3 > > As an aside, when we release Folsom packages for the RHOS Preview (in a > few weeks), Swift will be updated to (iirc) 1.7.x. > > As for resetting subscriptions, you should just be able to run: > subscription-manager unsubscribe --serial=XXXX > > Or you could also just run: > subscription-manager unregister > > and then re-register the machine, and resubscribe to the appropriate > pools (one for RHEL and one for RHOS) > > If after following the unregister/register/subscribe process, you still > can't access the RPMs, it might be an issue with RHN itself. But let's > start with that process. Please provide output of all of the commands > you ran in your next email, so I can follow the exact process you're using. > > Perry > > > > > Thanks. > > *David Hernandez* > > > > Contractor / HPSS > > IBM Global Business Services - US Federal > > 12301 Kurland Dr Suite 300 > > Houston, TX 77034-4812 > > Mobile 713-444-5755 > > > > > > > > From: Perry Myers > > To: David Hernandez/Houston/Contr/IBM at IBMUS > > Cc: Gerry Riveros , Derek Higgins > > , Mark McLoughlin > > Date: 10/11/2012 06:43 PM > > Subject: Re: [rhos-list] Redhat OpenStack Swift > > ------------------------------------------------------------------------ > > > > > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: > >> Hello. > >> > >> I now have a 30 day eval subscription to RHEL. > >> Account Number : 1642885 > >> Contract Number : 10005190 > >> > >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux > >> Server, (4 sockets) (Unlimited guests) Evaluation > >> Quantity : 1 > >> Service Dates : 08-OCT-12 through 06-NOV-12 > >> > >> > >> However, please let me restate the issue I am having with RedHat > >> OpenStack Preview. > >> > >> In the email I got from RH regarding my OpenStack Preview subscription, > >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. > >> > >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, > >> there is an Introduction chapter and subsequent chapters cover the > >> installation of Keystone (Identity), Glance (Images), Nove (Compute), > >> and Horizon (Dashboard). > >> > >> There is no chapter covering the installation of Swift (Object Storage). > > > > That is correct. We only had documentation resources available to > > create documentation for the other services. So while Swift is indeed > > part of the RHOS Essex Preview, it is lacking documentation. > > > > We are planning top update the documentation when we update the Preview > > to Folsom. At that time, the docs will include both Swift and Quantum > > (which was also missing from the Essex Preview docs) > > > > So to reiterate: Swift is there, and usable in the Essex Preview. It > > just does not have documentation yet. > > > >> I have a document that I got from the OpenStack website entitled SAIO - > >> Swift All In One - Instructions for setting up a development VM. > >> _http://docs.openstack.org/developer/swift/development_saio.html_ > >> > >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 > >> LTS server. However, there are also instructions for doing the install > >> on Fedora. I used the Fedora instructions but wasn't able to install > >> all of the components. I am not able to install python-mock. Do you > >> know where I can find python-mock or do you know where I can get > >> instructions for installing RedHat OpenStack Swift? > > > > The instructions for installing Swift on Fedora should be similar enough > > to installing Swift on RHEL that it should just work without any issues. > > > > However, there are some dependency differences between Fedora and RHOS. > > python-mock is not a dependency in the RHOS version of Swift > > > > Once you have the repositories enabled, you should simply be able to do: > > > > yum install openstack-swift > > > > And it will pull in all of the needed dependencies. There shouldn't be > > a need to independently install each python package independently. > > > >> > > > ==================================================================================================== > >> Package Arch Version Repository > > Size > >> > > > ==================================================================================================== > >> Installing: > >> openstack-swift noarch 1.4.8-4.el6 > > rhel-server-ost-6-preview-rpms 241 k > >> Installing for dependencies: > >> python-configobj noarch 4.6.0-3.el6 > > rhel-6-server-rpms 182 k > >> python-eventlet noarch 0.9.16-5.el6 > > rhel-server-ost-6-preview-rpms 256 k > >> python-greenlet x86_64 0.3.1-7.el6 > > rhel-server-ost-6-preview-rpms 22 k > >> python-netifaces x86_64 0.5-1.el6 > > rhel-server-ost-6-preview-rpms 12 k > >> python-paste noarch 1.7.4-1.el6 > > rhel-6-server-rpms 757 k > >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > > rhel-server-ost-6-preview-rpms 47 k > >> python-webob1.0 noarch 1.0.8-3.el6 > > rhel-server-ost-6-preview-rpms 189 k > >> pyxattr x86_64 0.5.0-1.el6 > > rhel-server-ost-6-preview-rpms 24 k > >> > >> Transaction Summary > >> > > > ==================================================================================================== > >> Install 9 Package(s) > > > > Would you mind if I moved this thread to the rhos-list mailing list? I > > am certain there are other users of the preview who would find this > > information useful (especially the part about the Swift documentation > > coming for the Folsom Preview update) > > > > Thanks, > > > > Perry > > > >> Regards. > >> *David Hernandez* > >> > >> Contractor / HPSS > >> IBM Global Business Services - US Federal > >> 12301 Kurland Dr Suite 300 > >> Houston, TX 77034-4812 > >> Mobile 713-444-5755 > >> > >> > >> > >> From: Perry Myers > >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros > >> > >> Date: 10/05/2012 04:30 AM > >> Subject: Re: [rhos-list] Redhat OpenStack Swift > >> ------------------------------------------------------------------------ > >> > >> > >> > >> On 10/04/2012 06:18 PM, David Hernandez wrote: > >>> Here is the output from the command you mentioned: > >>> [root at addicks ~]# subscription-manager list --installed > >>> +-------------------------------------------+ > >>> Installed Product Status > >>> +-------------------------------------------+ > >>> Product Name: Red Hat Enterprise Linux Server > >>> Product ID: 69 > >>> Version: 6.3 > >>> Arch: x86_64 > >>> Status: Not Subscribed > >>> Starts: > >>> Expires: > >> > >> Hi, > >> > >> Your machine does not have a valid RHEL baseos subscription, which > >> explains why you cannot download Swift via yum install commands. > >> > >> You will need to get either a purchased RHEL subscription or a RHEL > >> 30-day evaluation license, I believe. > >> > >> I've cc'd Gerry Riveros from our marketing team, he might be able to > >> help you further with issues here. > >> > >> A few other comments below. > >> > >>> Product Name: Red Hat OpenStack > >>> Product ID: 191 > >>> Version: Essex > >>> Arch: x86_64 > >>> Status: Subscribed > >>> Starts: 09/10/2012 > >>> Expires: 09/10/2013 > >>> > >>> [root at addicks ~]# > >>> > >>> I am able to access the OpenStack Preview repository but the problem is > >>> that the RedHat OpenStack Preview Getting Started Guide made no > mention > >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon > >>> but not Swift. It appears that the Preview doesn't include Swift. Is > >>> this true? > >> > >> The preview does include swift. The docs don't mention it because at > >> the time when we put together that documentation, we didn't have guides > >> yet for Swift or Quantum. We will be updating the guide for Folsom to > >> include both of those components. > >> > >> You should be able to see the list of packages directly on the RHN site > >> even if your machine cannot access the packages due to the missing RHEL > >> entitlement. > >> > >> I think this url should show the package list: > >> _https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988_ > >> > >> Cheers, > >> > >> Perry > >> > >>> Regards. > >>> *David Hernandez* > >>> > >>> Contractor / HPSS > >>> IBM Global Business Services - US Federal > >>> 12301 Kurland Dr Suite 300 > >>> Houston, TX 77034-4812 > >>> Mobile 713-444-5755 > >>> > >>> > >>> > >>> From: Perry Myers > >>> To: David Hernandez/Houston/Contr/IBM at IBMUS > >>> Cc: rhos-list at redhat.com, Andrew Cathrow , > >>> Gerry Riveros > >>> Date: 10/03/2012 05:24 PM > >>> Subject: Re: [rhos-list] Redhat OpenStack Swift > >>> > ------------------------------------------------------------------------ > >>> > >>> > >>> > >>> On 10/03/2012 10:57 PM, David Hernandez wrote: > >>>> Hello. > >>>> > >>>> I subscribed to the RedHat OpenStack Preview in order to install a > test > >>>> instance of Swift (Object Server). I wanted to build an All-In-One > >>>> instance similar to the Ubuntu Swift-All-In-One version. However, > once > >>>> I downloaded the OpenStack packages I found that Swift was not > included > >>>> in the release. Is it possible to get a RedHat version of OpenStack > >>>> Swift? I tried installing the RedHat packages by following the Fedora > >>>> instructions in the Ubuntu SAIO document but was unable to find all of > >>>> the required packages in the RedHat OpenStack repository. > >>> > >>> There are some earlier threads on rhos-list that may be worth taking a > >>> look at. > >>> > >>> What people seem to be hitting is the requirement that in order to > >>> download packages from the RHOS RHN repository, you must have a valid > >>> subscription applied for RHEL to your host. > >>> > >>> Take a look at this thread: > >>> > _https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html_ > >>> > >>> And let me know what the output of the commands are. It should > point us > >>> in the correct direction to explain why you cannot access the packages. > >>> > >>> Perry > >>> > >>> > >> > >> > > > > > > > > ----- Message from David Hernandez on Thu, 18 Oct > 2012 13:42:41 -0500 ----- > *To:* > > Perry Myers > *Subject:* > > Re: [rhos-list] Redhat OpenStack Swift > > > > OK. Here is where I am on the Swift install. > > * I uninstalled Swift on my server. I started over with only the > following packages installed on my server: > > > [swift at addicks swift]$ grep openstack /tmp/yum-installed.log > openstack-keystone.noarch 2012.1.1-1.el6 > @rhel-server-ost-6-preview-rpms > openstack-utils.noarch 2012.1-2.el6 > @rhel-server-ost-6-preview-rpms > > * I also had the python 2.6.6 installed on my server: At this point > there was no python-netifaces or python-nose installed which the > Swift All In One documentation says to install. > * I then ran 'yum install openstack-swift'. It installed one > dependency, python-netifaces: > > > Dependencies Resolved > > ================================================================================ > Package Arch Version Repository Size > ================================================================================ > Installing: > openstack-swift noarch 1.4.8-5.el6 rhel-server-ost-6-preview-rpms > 257 k > Installing for dependencies: > python-netifaces x86_64 0.5-1.el6 rhel-server-ost-6-preview-rpms > 12 k > > Transaction Summary > ================================================================================ > > * I then continued following the instructions in the Swift All in One > install guide. I got the code and setup the test environment. I > got the code from _https://github.com/openstack/swift.git_ Here are > the commands I followed: > > > Check out the swift repo with git clone > _https://github.com/openstack/swift.git_ > > Build a development installation of swift, for example: cd ~/swift; sudo > python setup.py develop > > Check out the python-swiftclient repo with git clone > _https://github.com/openstack/python-swiftclient.git_ > > Build a development installation of python-swiftclient, for example: cd > ~/python-swiftclient; sudo python setup.py develop > > * I ran the 'remakerings'. It ran with no errors. > * I then ran the unittests in ~/swift/.unitests. It came back with > the following error: > > > [swift at addicks swift]$ cd ~/swift; ./.unittests > ./.unittests: line 4: nosetests: command not found > > * I then did a yum listing of all available python-nose packages > available: > > > python-nose.noarch 0.11.3-2.el5 epel > python26-nose.noarch 0.11.1-3.el5 epel > > * I am not able to install either packages. > > python-nose requires python(abi) = 2.4 > python26-nose require python 2.6.8 and is also incompatible with python > 2.6.6. > > * I'm not sure why I can't install python-nose now since it did > install originally. Perhaps I should start all over with a clean > install of RHEL5.7 > * Question: Do I have to pass the unittests and functiontests before > I can assume I have a good install? > > Please advise. > > Regards. > David Hernandez > > > > > > > > > > > * > David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins > , Mark McLoughlin , Gerry > Riveros > Date: 10/17/2012 04:55 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/17/2012 12:06 PM, David Hernandez wrote: > > Hello Perry. > > > > I followed your instructions and went ahead with the configuration > > according to the Swift All In One 1.7.5-dev documentation and when I ran > > the unittests I encountered numerous errors. Unfortunately, I didn't > > save the error log but the errors indicated that python was looking for > > Swift version 1.7.5. I assumed that the version of Python that I > > downloaded was incompatible with my Swift version so I decided to > > uninstall Swift and to reinstall it. Unfortunately, now that I have > > uninstalled it no longer shows as available in Subscription Manager. > > Please tell me what I need to do to reset my subscription so that I can > > redownload it. > > Hi, > > The version of swift included in the RHOS Essex Preview is 1.4.8, which > should work with Python 2.6.6 (which is what is included in RHEL 6.3) > > Where did you get Swift 1.7.5 from? If you're looking to use the RHOS > stuff, you should just stick to yum installing the packages, as the > packages in the RHN repo will be the right versions to work on top of > RHEL 6.3 > > As an aside, when we release Folsom packages for the RHOS Preview (in a > few weeks), Swift will be updated to (iirc) 1.7.x. > > As for resetting subscriptions, you should just be able to run: > subscription-manager unsubscribe --serial=XXXX > > Or you could also just run: > subscription-manager unregister > > and then re-register the machine, and resubscribe to the appropriate > pools (one for RHEL and one for RHOS) > > If after following the unregister/register/subscribe process, you still > can't access the RPMs, it might be an issue with RHN itself. But let's > start with that process. Please provide output of all of the commands > you ran in your next email, so I can follow the exact process you're using. > > Perry > > > > > Thanks. > > *David Hernandez* > > > > Contractor / HPSS > > IBM Global Business Services - US Federal > > 12301 Kurland Dr Suite 300 > > Houston, TX 77034-4812 > > Mobile 713-444-5755 > > > > > > > > From: Perry Myers > > To: David Hernandez/Houston/Contr/IBM at IBMUS > > Cc: Gerry Riveros , Derek Higgins > > , Mark McLoughlin > > Date: 10/11/2012 06:43 PM > > Subject: Re: [rhos-list] Redhat OpenStack Swift > > ------------------------------------------------------------------------ > > > > > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: > >> Hello. > >> > >> I now have a 30 day eval subscription to RHEL. > >> Account Number : 1642885 > >> Contract Number : 10005190 > >> > >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux > >> Server, (4 sockets) (Unlimited guests) Evaluation > >> Quantity : 1 > >> Service Dates : 08-OCT-12 through 06-NOV-12 > >> > >> > >> However, please let me restate the issue I am having with RedHat > >> OpenStack Preview. > >> > >> In the email I got from RH regarding my OpenStack Preview subscription, > >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. > >> > >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, > >> there is an Introduction chapter and subsequent chapters cover the > >> installation of Keystone (Identity), Glance (Images), Nove (Compute), > >> and Horizon (Dashboard). > >> > >> There is no chapter covering the installation of Swift (Object Storage). > > > > That is correct. We only had documentation resources available to > > create documentation for the other services. So while Swift is indeed > > part of the RHOS Essex Preview, it is lacking documentation. > > > > We are planning top update the documentation when we update the Preview > > to Folsom. At that time, the docs will include both Swift and Quantum > > (which was also missing from the Essex Preview docs) > > > > So to reiterate: Swift is there, and usable in the Essex Preview. It > > just does not have documentation yet. > > > >> I have a document that I got from the OpenStack website entitled SAIO - > >> Swift All In One - Instructions for setting up a development VM. > >> _http://docs.openstack.org/developer/swift/development_saio.html_ > >> > >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 > >> LTS server. However, there are also instructions for doing the install > >> on Fedora. I used the Fedora instructions but wasn't able to install > >> all of the components. I am not able to install python-mock. Do you > >> know where I can find python-mock or do you know where I can get > >> instructions for installing RedHat OpenStack Swift? > > > > The instructions for installing Swift on Fedora should be similar enough > > to installing Swift on RHEL that it should just work without any issues. > > > > However, there are some dependency differences between Fedora and RHOS. > > python-mock is not a dependency in the RHOS version of Swift > > > > Once you have the repositories enabled, you should simply be able to do: > > > > yum install openstack-swift > > > > And it will pull in all of the needed dependencies. There shouldn't be > > a need to independently install each python package independently. > > > >> > > > ==================================================================================================== > >> Package Arch Version Repository > > Size > >> > > > ==================================================================================================== > >> Installing: > >> openstack-swift noarch 1.4.8-4.el6 > > rhel-server-ost-6-preview-rpms 241 k > >> Installing for dependencies: > >> python-configobj noarch 4.6.0-3.el6 > > rhel-6-server-rpms 182 k > >> python-eventlet noarch 0.9.16-5.el6 > > rhel-server-ost-6-preview-rpms 256 k > >> python-greenlet x86_64 0.3.1-7.el6 > > rhel-server-ost-6-preview-rpms 22 k > >> python-netifaces x86_64 0.5-1.el6 > > rhel-server-ost-6-preview-rpms 12 k > >> python-paste noarch 1.7.4-1.el6 > > rhel-6-server-rpms 757 k > >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > > rhel-server-ost-6-preview-rpms 47 k > >> python-webob1.0 noarch 1.0.8-3.el6 > > rhel-server-ost-6-preview-rpms 189 k > >> pyxattr x86_64 0.5.0-1.el6 > > rhel-server-ost-6-preview-rpms 24 k > >> > >> Transaction Summary > >> > > > ==================================================================================================== > >> Install 9 Package(s) > > > > Would you mind if I moved this thread to the rhos-list mailing list? I > > am certain there are other users of the preview who would find this > > information useful (especially the part about the Swift documentation > > coming for the Folsom Preview update) > > > > Thanks, > > > > Perry > > > >> Regards. > >> *David Hernandez* > >> > >> Contractor / HPSS > >> IBM Global Business Services - US Federal > >> 12301 Kurland Dr Suite 300 > >> Houston, TX 77034-4812 > >> Mobile 713-444-5755 > >> > >> > >> > >> From: Perry Myers > >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros > >> > >> Date: 10/05/2012 04:30 AM > >> Subject: Re: [rhos-list] Redhat OpenStack Swift > >> ------------------------------------------------------------------------ > >> > >> > >> > >> On 10/04/2012 06:18 PM, David Hernandez wrote: > >>> Here is the output from the command you mentioned: > >>> [root at addicks ~]# subscription-manager list --installed > >>> +-------------------------------------------+ > >>> Installed Product Status > >>> +-------------------------------------------+ > >>> Product Name: Red Hat Enterprise Linux Server > >>> Product ID: 69 > >>> Version: 6.3 > >>> Arch: x86_64 > >>> Status: Not Subscribed > >>> Starts: > >>> Expires: > >> > >> Hi, > >> > >> Your machine does not have a valid RHEL baseos subscription, which > >> explains why you cannot download Swift via yum install commands. > >> > >> You will need to get either a purchased RHEL subscription or a RHEL > >> 30-day evaluation license, I believe. > >> > >> I've cc'd Gerry Riveros from our marketing team, he might be able to > >> help you further with issues here. > >> > >> A few other comments below. > >> > >>> Product Name: Red Hat OpenStack > >>> Product ID: 191 > >>> Version: Essex > >>> Arch: x86_64 > >>> Status: Subscribed > >>> Starts: 09/10/2012 > >>> Expires: 09/10/2013 > >>> > >>> [root at addicks ~]# > >>> > >>> I am able to access the OpenStack Preview repository but the problem is > >>> that the RedHat OpenStack Preview Getting Started Guide made no > mention > >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon > >>> but not Swift. It appears that the Preview doesn't include Swift. Is > >>> this true? > >> > >> The preview does include swift. The docs don't mention it because at > >> the time when we put together that documentation, we didn't have guides > >> yet for Swift or Quantum. We will be updating the guide for Folsom to > >> include both of those components. > >> > >> You should be able to see the list of packages directly on the RHN site > >> even if your machine cannot access the packages due to the missing RHEL > >> entitlement. > >> > >> I think this url should show the package list: > >> _https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988_ > >> > >> Cheers, > >> > >> Perry > >> > >>> Regards. > >>> *David Hernandez* > >>> > >>> Contractor / HPSS > >>> IBM Global Business Services - US Federal > >>> 12301 Kurland Dr Suite 300 > >>> Houston, TX 77034-4812 > >>> Mobile 713-444-5755 > >>> > >>> > >>> > >>> From: Perry Myers > >>> To: David Hernandez/Houston/Contr/IBM at IBMUS > >>> Cc: rhos-list at redhat.com, Andrew Cathrow , > >>> Gerry Riveros > >>> Date: 10/03/2012 05:24 PM > >>> Subject: Re: [rhos-list] Redhat OpenStack Swift > >>> > ------------------------------------------------------------------------ > >>> > >>> > >>> > >>> On 10/03/2012 10:57 PM, David Hernandez wrote: > >>>> Hello. > >>>> > >>>> I subscribed to the RedHat OpenStack Preview in order to install a > test > >>>> instance of Swift (Object Server). I wanted to build an All-In-One > >>>> instance similar to the Ubuntu Swift-All-In-One version. However, > once > >>>> I downloaded the OpenStack packages I found that Swift was not > included > >>>> in the release. Is it possible to get a RedHat version of OpenStack > >>>> Swift? I tried installing the RedHat packages by following the Fedora > >>>> instructions in the Ubuntu SAIO document but was unable to find all of > >>>> the required packages in the RedHat OpenStack repository. > >>> > >>> There are some earlier threads on rhos-list that may be worth taking a > >>> look at. > >>> > >>> What people seem to be hitting is the requirement that in order to > >>> download packages from the RHOS RHN repository, you must have a valid > >>> subscription applied for RHEL to your host. > >>> > >>> Take a look at this thread: > >>> > _https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html_ > >>> > >>> And let me know what the output of the commands are. It should > point us > >>> in the correct direction to explain why you cannot access the packages. > >>> > >>> Perry > >>> > >>> > >> > >> > > > > > > > > > _______________________________________________ > rhos-list mailing list > rhos-list at redhat.com > https://www.redhat.com/mailman/listinfo/rhos-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From apevec at redhat.com Fri Oct 19 17:12:21 2012 From: apevec at redhat.com (Alan Pevec) Date: Fri, 19 Oct 2012 19:12:21 +0200 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: References: <50813F52.7050109@redhat.com> <50817E31.80109@redhat.com> Message-ID: <508189F5.30008@redhat.com> On 10/19/2012 06:57 PM, David Hernandez wrote: > Ok. What I am trying to do is build a single server test instance > of Swift, due to hardware constraints. That's why I've been > referencing the upstream Swift All in One Dev install guide. Here are all-in-one instructions using Swift RPMs (F17 is Essex, the same as RHOS Essex Preview) https://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17#Configure_swift_with_keystone > I assumed that the unittests, functests and probetests were all part > of the install and verification process. No, those are really for development only. There might be some testcases in Tempest (https://github.com/openstack/tempest - openstack integration test suite) appropriate for burn testing Swift. If there are not, it's the right place to contribute them! > Is it correct to assume that a single server instance of Swift is > only for upstream development and not something I should be trying > to do with RedHat OpenStack? You can still try AIO with RHOS packages, but it's definitely not recommended for production. Cheers, Alan From zaitcev at redhat.com Fri Oct 19 23:44:29 2012 From: zaitcev at redhat.com (Pete Zaitcev) Date: Fri, 19 Oct 2012 17:44:29 -0600 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: <508189F5.30008@redhat.com> References: <50813F52.7050109@redhat.com> <50817E31.80109@redhat.com> <508189F5.30008@redhat.com> Message-ID: <20121019174429.4d38b14e@lembas.zaitcev.lan> On Fri, 19 Oct 2012 19:12:21 +0200 Alan Pevec wrote: > > Is it correct to assume that a single server instance of Swift is > > only for upstream development and not something I should be trying > > to do with RedHat OpenStack? > > You can still try AIO with RHOS packages, but it's definitely not > recommended for production. Quite right. I would also add that SAIO takes work to extend later, although usually it has the correct replication numbers. It's easier to start with multinode in VMs and move them to hardware. Port numbers don't need to change, partitions are mounted where they should, you can have mount checks enabled, and rsync gets excercised. So start with 5 VMs (1 proxy, 4 nodes). SAIO is mostly useful for testing by "downstream" developers, like those writing webapps with Swift backend. -- Pete From dhern at us.ibm.com Thu Oct 25 20:34:39 2012 From: dhern at us.ibm.com (David Hernandez) Date: Thu, 25 Oct 2012 15:34:39 -0500 Subject: [rhos-list] Redhat OpenStack Swift In-Reply-To: <507F293E.3040400@redhat.com> References: <506CBB02.2040105@redhat.com> <506EA89F.1070300@redhat.com> <5077596D.5000006@redhat.com> <507F293E.3040400@redhat.com> Message-ID: Hello. After receiving the documentation for Fedora Essex and the preview for Fulsom I decided to start over with a fresh OS install. After installing RHEL6.3 I tried the following: [root at addicks ~]# subscription-manager list --available No available subscription pools to list [root at addicks ~]# subscription-manager register This system is already registered. Use --force to override [root at addicks ~]# subscription-manager list --available No available subscription pools to list [root at addicks ~]# subscription-manager list --consumed +-------------------------------------------+ Consumed Product Subscriptions +-------------------------------------------+ Product Name: Red Hat OpenStack Contract Number: 3207840 Account Number: 1642885 Serial Number: 8082644921388259941 Active: True Quantity Used: 1 Service Level: None Service Type : None Begins: 09/10/2012 Expires: 09/10/2013 I unsubscribed and unregistered my server;and then, re-registered my server and subscribed to the pool. BTW, I was subscribed to a 30 day RHEL6 eval license but it is no longer showing when I use the subscription-manager command. [root at addicks yum.repos.d]# subscription-manager unsubscribe --all [root at addicks yum.repos.d]# subscription-manager unregister System has been un-registered. [root at addicks yum.repos.d]# subscription-manager register Username: davidjhe Password: The system has been registered with id: 24fac15f-59e8-4fba-8e14-2426cfbbd7b5 [root at addicks yum.repos.d]# subscription-manager list --available +-------------------------------------------+ Available Subscriptions +-------------------------------------------+ Product Name: Red Hat Essex Tech Preview Product Id: SER0406 Pool Id: 8a85f98439a09bb60139b797c9e325ff Quantity: 99 Service Level: None Service Type: None Multi-Entitlement: No Expires: 09/10/2013 Machine Type: physical [root at addicks yum.repos.d]# subscription-manager subscribe --pool=8a85f98439a09bb60139b797c9e325ff Successfully consumed a subscription from the pool with id 8a85f98439a09bb60139b797c9e325ff. [root at addicks yum.repos.d]# yum install openstack-utils dnsmasq-utils Loaded plugins: product-id, refresh-packagekit, subscription-manager Updating certificate-based repositories. rhel-source | 1.2 kB 00:00 rhel-source/primary | 942 kB 00:00 rhel-source 3972/3972 rhel-source-beta | 1.3 kB 00:00 rhel-source-beta/primary | 214 B 00:00 Setting up Install Process No package openstack-utils available. No package dnsmasq-utils available. Error: Nothing to do [root at addicks yum.repos.d]# Please advise. David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 From: Perry Myers To: David Hernandez/Houston/Contr/IBM at IBMUS, Derek Higgins , Mark McLoughlin , Gerry Riveros Date: 10/17/2012 04:55 PM Subject: Re: [rhos-list] Redhat OpenStack Swift On 10/17/2012 12:06 PM, David Hernandez wrote: > Hello Perry. > > I followed your instructions and went ahead with the configuration > according to the Swift All In One 1.7.5-dev documentation and when I ran > the unittests I encountered numerous errors. Unfortunately, I didn't > save the error log but the errors indicated that python was looking for > Swift version 1.7.5. I assumed that the version of Python that I > downloaded was incompatible with my Swift version so I decided to > uninstall Swift and to reinstall it. Unfortunately, now that I have > uninstalled it no longer shows as available in Subscription Manager. > Please tell me what I need to do to reset my subscription so that I can > redownload it. Hi, The version of swift included in the RHOS Essex Preview is 1.4.8, which should work with Python 2.6.6 (which is what is included in RHEL 6.3) Where did you get Swift 1.7.5 from? If you're looking to use the RHOS stuff, you should just stick to yum installing the packages, as the packages in the RHN repo will be the right versions to work on top of RHEL 6.3 As an aside, when we release Folsom packages for the RHOS Preview (in a few weeks), Swift will be updated to (iirc) 1.7.x. As for resetting subscriptions, you should just be able to run: subscription-manager unsubscribe --serial=XXXX Or you could also just run: subscription-manager unregister and then re-register the machine, and resubscribe to the appropriate pools (one for RHEL and one for RHOS) If after following the unregister/register/subscribe process, you still can't access the RPMs, it might be an issue with RHN itself. But let's start with that process. Please provide output of all of the commands you ran in your next email, so I can follow the exact process you're using. Perry > Thanks. > *David Hernandez* > > Contractor / HPSS > IBM Global Business Services - US Federal > 12301 Kurland Dr Suite 300 > Houston, TX 77034-4812 > Mobile 713-444-5755 > > > > From: Perry Myers > To: David Hernandez/Houston/Contr/IBM at IBMUS > Cc: Gerry Riveros , Derek Higgins > , Mark McLoughlin > Date: 10/11/2012 06:43 PM > Subject: Re: [rhos-list] Redhat OpenStack Swift > ------------------------------------------------------------------------ > > > > On 10/11/2012 07:10 PM, David Hernandez wrote: >> Hello. >> >> I now have a 30 day eval subscription to RHEL. >> Account Number : 1642885 >> Contract Number : 10005190 >> >> Item Description : 30 Day Self-Supported Red Hat Enterprise Linux >> Server, (4 sockets) (Unlimited guests) Evaluation >> Quantity : 1 >> Service Dates : 08-OCT-12 through 06-NOV-12 >> >> >> However, please let me restate the issue I am having with RedHat >> OpenStack Preview. >> >> In the email I got from RH regarding my OpenStack Preview subscription, >> it referred me to the Red Hat OpenStack Preivew Getting Started Guide. >> >> In the guide, Getting Started with OpenStack Essex Preview Edition 0, >> there is an Introduction chapter and subsequent chapters cover the >> installation of Keystone (Identity), Glance (Images), Nove (Compute), >> and Horizon (Dashboard). >> >> There is no chapter covering the installation of Swift (Object Storage). > > That is correct. We only had documentation resources available to > create documentation for the other services. So while Swift is indeed > part of the RHOS Essex Preview, it is lacking documentation. > > We are planning top update the documentation when we update the Preview > to Folsom. At that time, the docs will include both Swift and Quantum > (which was also missing from the Essex Preview docs) > > So to reiterate: Swift is there, and usable in the Essex Preview. It > just does not have documentation yet. > >> I have a document that I got from the OpenStack website entitled SAIO - >> Swift All In One - Instructions for setting up a development VM. >> http://docs.openstack.org/developer/swift/development_saio.html >> >> The instructions describe installing Swift-All-in-One on Ubuntu 10.04 >> LTS server. However, there are also instructions for doing the install >> on Fedora. I used the Fedora instructions but wasn't able to install >> all of the components. I am not able to install python-mock. Do you >> know where I can find python-mock or do you know where I can get >> instructions for installing RedHat OpenStack Swift? > > The instructions for installing Swift on Fedora should be similar enough > to installing Swift on RHEL that it should just work without any issues. > > However, there are some dependency differences between Fedora and RHOS. > python-mock is not a dependency in the RHOS version of Swift > > Once you have the repositories enabled, you should simply be able to do: > > yum install openstack-swift > > And it will pull in all of the needed dependencies. There shouldn't be > a need to independently install each python package independently. > >> > ==================================================================================================== >> Package Arch Version Repository > Size >> > ==================================================================================================== >> Installing: >> openstack-swift noarch 1.4.8-4.el6 > rhel-server-ost-6-preview-rpms 241 k >> Installing for dependencies: >> python-configobj noarch 4.6.0-3.el6 > rhel-6-server-rpms 182 k >> python-eventlet noarch 0.9.16-5.el6 > rhel-server-ost-6-preview-rpms 256 k >> python-greenlet x86_64 0.3.1-7.el6 > rhel-server-ost-6-preview-rpms 22 k >> python-netifaces x86_64 0.5-1.el6 > rhel-server-ost-6-preview-rpms 12 k >> python-paste noarch 1.7.4-1.el6 > rhel-6-server-rpms 757 k >> python-paste-deploy1.5 noarch 1.5.0-5.el6 > rhel-server-ost-6-preview-rpms 47 k >> python-webob1.0 noarch 1.0.8-3.el6 > rhel-server-ost-6-preview-rpms 189 k >> pyxattr x86_64 0.5.0-1.el6 > rhel-server-ost-6-preview-rpms 24 k >> >> Transaction Summary >> > ==================================================================================================== >> Install 9 Package(s) > > Would you mind if I moved this thread to the rhos-list mailing list? I > am certain there are other users of the preview who would find this > information useful (especially the part about the Swift documentation > coming for the Folsom Preview update) > > Thanks, > > Perry > >> Regards. >> *David Hernandez* >> >> Contractor / HPSS >> IBM Global Business Services - US Federal >> 12301 Kurland Dr Suite 300 >> Houston, TX 77034-4812 >> Mobile 713-444-5755 >> >> >> >> From: Perry Myers >> To: David Hernandez/Houston/Contr/IBM at IBMUS, Gerry Riveros >> >> Date: 10/05/2012 04:30 AM >> Subject: Re: [rhos-list] Redhat OpenStack Swift >> ------------------------------------------------------------------------ >> >> >> >> On 10/04/2012 06:18 PM, David Hernandez wrote: >>> Here is the output from the command you mentioned: >>> [root at addicks ~]# subscription-manager list --installed >>> +-------------------------------------------+ >>> Installed Product Status >>> +-------------------------------------------+ >>> Product Name: Red Hat Enterprise Linux Server >>> Product ID: 69 >>> Version: 6.3 >>> Arch: x86_64 >>> Status: Not Subscribed >>> Starts: >>> Expires: >> >> Hi, >> >> Your machine does not have a valid RHEL baseos subscription, which >> explains why you cannot download Swift via yum install commands. >> >> You will need to get either a purchased RHEL subscription or a RHEL >> 30-day evaluation license, I believe. >> >> I've cc'd Gerry Riveros from our marketing team, he might be able to >> help you further with issues here. >> >> A few other comments below. >> >>> Product Name: Red Hat OpenStack >>> Product ID: 191 >>> Version: Essex >>> Arch: x86_64 >>> Status: Subscribed >>> Starts: 09/10/2012 >>> Expires: 09/10/2013 >>> >>> [root at addicks ~]# >>> >>> I am able to access the OpenStack Preview repository but the problem is >>> that the RedHat OpenStack Preview Getting Started Guide made no mention >>> of OpenStack Swift, It references Keystone, Glance, Nova and Horizon >>> but not Swift. It appears that the Preview doesn't include Swift. Is >>> this true? >> >> The preview does include swift. The docs don't mention it because at >> the time when we put together that documentation, we didn't have guides >> yet for Swift or Quantum. We will be updating the guide for Folsom to >> include both of those components. >> >> You should be able to see the list of packages directly on the RHN site >> even if your machine cannot access the packages due to the missing RHEL >> entitlement. >> >> I think this url should show the package list: >> https://rhn.redhat.com/rhn/channels/PackageList.do?cid=14988 >> >> Cheers, >> >> Perry >> >>> Regards. >>> *David Hernandez* >>> >>> Contractor / HPSS >>> IBM Global Business Services - US Federal >>> 12301 Kurland Dr Suite 300 >>> Houston, TX 77034-4812 >>> Mobile 713-444-5755 >>> >>> >>> >>> From: Perry Myers >>> To: David Hernandez/Houston/Contr/IBM at IBMUS >>> Cc: rhos-list at redhat.com, Andrew Cathrow , >>> Gerry Riveros >>> Date: 10/03/2012 05:24 PM >>> Subject: Re: [rhos-list] Redhat OpenStack Swift >>> ------------------------------------------------------------------------ >>> >>> >>> >>> On 10/03/2012 10:57 PM, David Hernandez wrote: >>>> Hello. >>>> >>>> I subscribed to the RedHat OpenStack Preview in order to install a test >>>> instance of Swift (Object Server). I wanted to build an All-In-One >>>> instance similar to the Ubuntu Swift-All-In-One version. However, once >>>> I downloaded the OpenStack packages I found that Swift was not included >>>> in the release. Is it possible to get a RedHat version of OpenStack >>>> Swift? I tried installing the RedHat packages by following the Fedora >>>> instructions in the Ubuntu SAIO document but was unable to find all of >>>> the required packages in the RedHat OpenStack repository. >>> >>> There are some earlier threads on rhos-list that may be worth taking a >>> look at. >>> >>> What people seem to be hitting is the requirement that in order to >>> download packages from the RHOS RHN repository, you must have a valid >>> subscription applied for RHEL to your host. >>> >>> Take a look at this thread: >>> https://www.redhat.com/archives/rhos-list/2012-September/msg00066.html >>> >>> And let me know what the output of the commands are. It should point us >>> in the correct direction to explain why you cannot access the packages. >>> >>> Perry >>> >>> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dhern at us.ibm.com Fri Oct 26 20:18:52 2012 From: dhern at us.ibm.com (David Hernandez) Date: Fri, 26 Oct 2012 15:18:52 -0500 Subject: [rhos-list] Fwd: Re: Redhat OpenStack Swift In-Reply-To: <5081BEE2.7060709@redhat.com> References: <50813F52.7050109@redhat.com> <5081BEE2.7060709@redhat.com> Message-ID: Thanks for the documentation. With Perry Myers' help getting my subscriptions reset and the Folsom preview documentation I was able to finally get Swift installed and running on my RHEL6.3 server. I configured my Swift storage using the loopback device described in the Folsom Swift install document. I would now like to replace the loopback device with a filesystem supplied by IBM's HPSS storage system. This filesystem is called VFS and is POSIX compliant and supports extended attributes. This filesystem is one namespace that will have 6 different mount points, each pointing to a different directory in the namespace for each of the six filesystems that the loopback device is currently providing. The only constraint with the filesystem is that it only supports ASCII data. Does this sound feasible and if so, what do I need to do in order to make the change? Here is how I plan to proceed: Delete any objects and containers currently on the devices. Stop the Swift services (if necessary.) Unmount the loopback devices. Mount the VFS filesytem using the /srv/node/zXdX as mount points Restart the Swift services (if necessary.) Regards. David Hernandez Contractor / HPSS IBM Global Business Services - US Federal 12301 Kurland Dr Suite 300 Houston, TX 77034-4812 Mobile 713-444-5755 From: Derek Higgins To: David Hernandez/Houston/Contr/IBM at IBMUS Cc: Perry Myers , Derek Higgins , Mark McLoughlin , Anthony Liguori/Austin/IBM at IBMUS Date: 10/19/2012 03:58 PM Subject: Re: Fwd: Re: [rhos-list] Redhat OpenStack Swift On 10/19/2012 12:53 PM, Perry Myers wrote: > > Derek, perhaps it would help here if you could provide David with a > preview of the Swift documentation for RHOS Folsom that you've been > working on. If you can get him that, then he can just ignore the > upstream documentation. Hi David, attached is a preview version documentation explaining how to use our packages to install swift. Unfortunately it has yet to be converted to a more visually pleasing format. It should provide you with all that is needed for a swift all in one using our packages. You are probably the first person to use it so if you notice any problems in it let me know An alternative you may want to try is the installer[1], you can follow the instructions in the README file, but only enable swift in ans.txt, like below. CONFIG_GLANCE_INSTALL=n CONFIG_NOVA_INSTALL=n CONFIG_DASHBOARD_INSTALL=n CONFIG_SWIFT_INSTALL=y CONFIG_CLIENT_INSTALL=y thanks, Derek. https://github.com/derekhiggins/os-installer [attachment "swiftdocs.txt" deleted by David Hernandez/Houston/Contr/IBM] -------------- next part -------------- An HTML attachment was scrubbed... URL: From pmyers at redhat.com Fri Oct 26 21:08:35 2012 From: pmyers at redhat.com (Perry Myers) Date: Fri, 26 Oct 2012 17:08:35 -0400 Subject: [rhos-list] Update on RHOS Preview Message-ID: <508AFBD3.4010908@redhat.com> Hi, Wanted to update folks participating in the Preview on our current status with respect to both Essex and Folsom. Last week, we released several errata based on the upstream stable branch releases for Quantum, Keystone and Horizon. The specific errata are visible here: http://rhn.redhat.com/errata/RHBA-2012-1377.html https://rhn.redhat.com/errata/RHSA-2012-1378.html https://rhn.redhat.com/errata/RHSA-2012-1380.html These were based on the 2012.1.2 stable branch releases. We are also in progress updating several packages to the 2012.1.3 stable branch releases, and expect these updates to be pushed out soon. The team is currently working on preparing the RHOS Preview to be updated to the Folsom release which was released upstream on Sep 27th. Today there was a focused test day using the EPEL versions of Folsom packages on top of RHEL 6.3. The packages are available here: http://repos.fedorapeople.org/repos/openstack/openstack-folsom/epel-6/ After we assess the results of the testing, we'll determine if there is additional stabilization to be done or if we can push these packages into EPEL6. >From there, we're working on updating the RHOS Preview to Folsom, and we expect that sometime in November, we'll have these ready for people to begin consuming. As you're using the Essex Preview, please do raise any issues you find on the mailing list and also feel free to file bugs. You can file bugs directly against the RHOS Preview here: https://bugzilla.redhat.com/enter_bug.cgi?product=Red+Hat+OpenStack And you can see other bugs that have been filed (either by us internally or other external people) here: https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&product=Red+Hat+OpenStack Cheers and thanks for participating in the Preview! Perry