Shawn Heisey
2013-Jan-30 01:21 UTC
[Gluster-users] New version of UFO - is there a new HOWTO?
I just installed glusterfs-swift 3.3.1 on a couple of Fedora 18 servers. This is based on swift 1.7.4 and has keystone in the config. I had experimented with the one based on swift 1.4.8 and tempauth and had some problems with it. The HOWTO I can find is still for the old one. Is there an updated one? I would also need to find some instructions on setting up keystone from scratch for use with gluster-swift. Thanks, Shawn
Kaleb Keithley
2013-Jan-30 03:43 UTC
[Gluster-users] New version of UFO - is there a new HOWTO?
3.3.1-8 in f18 still uses tempauth. ----- Original Message ----- From: "Shawn Heisey" <gluster at elyograg.org> To: gluster-users at gluster.org Sent: Tuesday, January 29, 2013 8:21:11 PM Subject: [Gluster-users] New version of UFO - is there a new HOWTO? I just installed glusterfs-swift 3.3.1 on a couple of Fedora 18 servers. This is based on swift 1.7.4 and has keystone in the config. I had experimented with the one based on swift 1.4.8 and tempauth and had some problems with it. The HOWTO I can find is still for the old one. Is there an updated one? I would also need to find some instructions on setting up keystone from scratch for use with gluster-swift. Thanks, Shawn _______________________________________________ Gluster-users mailing list Gluster-users at gluster.org http://supercolony.gluster.org/mailman/listinfo/gluster-users
Shawn Heisey
2013-Jan-30 04:02 UTC
[Gluster-users] New version of UFO - is there a new HOWTO?
This is in the proxy-server.conf file: [pipeline:main] pipeline = healthcheck cache authtoken keystone proxy-server One thing to note: I was not able to install glusterfs-ufo - it has config file conflicts with the other packages - one of which (glusterfs-swift) it actually depends on. Does the -ufo package have the config file with tempauth? Thanks, Shawn On 1/29/2013 8:43 PM, Kaleb Keithley wrote:> 3.3.1-8 in f18 still uses tempauth. > > ----- Original Message ----- > From: "Shawn Heisey" <gluster at elyograg.org> > To: gluster-users at gluster.org > Sent: Tuesday, January 29, 2013 8:21:11 PM > Subject: [Gluster-users] New version of UFO - is there a new HOWTO? > > I just installed glusterfs-swift 3.3.1 on a couple of Fedora 18 servers. > This is based on swift 1.7.4 and has keystone in the config. I had > experimented with the one based on swift 1.4.8 and tempauth and had some > problems with it. The HOWTO I can find is still for the old one. Is > there an updated one? > > I would also need to find some instructions on setting up keystone from > scratch for use with gluster-swift. > > Thanks, > Shawn > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users
Kaleb S. KEITHLEY
2013-Jan-30 13:37 UTC
[Gluster-users] New version of UFO - is there a new HOWTO?
On 01/29/2013 11:02 PM, Shawn Heisey wrote:> This is in the proxy-server.conf file: > > [pipeline:main] > pipeline = healthcheck cache authtoken keystone proxy-serverproxy-server.conf-gluster has tempauth. That comes from the gluster-ufo rpm. Keystone auth is coming in a future release. Soon hopefully And yes, the conflict between glusterfs-ufo and glusterfs-swift-* is a bug. You can work around it with: % yumdownloader glusterfs-ufo % rpm -i --force glustefs-ufo-3.3.1-8.fc18.noarch.rpm> > One thing to note: I was not able to install glusterfs-ufo - it has > config file conflicts with the other packages - one of which > (glusterfs-swift) it actually depends on. Does the -ufo package have > the config file with tempauth? > > Thanks, > Shawn > > On 1/29/2013 8:43 PM, Kaleb Keithley wrote: >> 3.3.1-8 in f18 still uses tempauth. >> >> ----- Original Message ----- >> From: "Shawn Heisey" <gluster at elyograg.org> >> To: gluster-users at gluster.org >> Sent: Tuesday, January 29, 2013 8:21:11 PM >> Subject: [Gluster-users] New version of UFO - is there a new HOWTO? >> >> I just installed glusterfs-swift 3.3.1 on a couple of Fedora 18 servers. >> This is based on swift 1.7.4 and has keystone in the config. I had >> experimented with the one based on swift 1.4.8 and tempauth and had some >> problems with it. The HOWTO I can find is still for the old one. Is >> there an updated one? >> >> I would also need to find some instructions on setting up keystone from >> scratch for use with gluster-swift. >> >> Thanks, >> Shawn >> _______________________________________________ >> Gluster-users mailing list >> Gluster-users at gluster.org >> http://supercolony.gluster.org/mailman/listinfo/gluster-users >> _______________________________________________ >> Gluster-users mailing list >> Gluster-users at gluster.org >> http://supercolony.gluster.org/mailman/listinfo/gluster-users > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users-- Kaleb
Kaleb Keithley
2013-Jan-31 19:36 UTC
[Gluster-users] New version of UFO - is there a new HOWTO?
Not sure if you saw this in #gluster on IRC.
The other work-around for F18 is to delete
/etc/swift/{account,container,object}-server.conf before starting UFO.
With that my UFO set-up works as it did in F17.
----- Original Message -----
From: "Kaleb S. KEITHLEY" <kkeithle at redhat.com>
On 01/29/2013 11:02 PM, Shawn Heisey wrote:> This is in the proxy-server.conf file:
>
> [pipeline:main]
> pipeline = healthcheck cache authtoken keystone proxy-server
proxy-server.conf-gluster has tempauth. That comes from the gluster-ufo
rpm. Keystone auth is coming in a future release. Soon hopefully
And yes, the conflict between glusterfs-ufo and glusterfs-swift-* is a
bug. You can work around it with:
% yumdownloader glusterfs-ufo
% rpm -i --force glustefs-ufo-3.3.1-8.fc18.noarch.rpm
>
> One thing to note: I was not able to install glusterfs-ufo - it has
> config file conflicts with the other packages - one of which
> (glusterfs-swift) it actually depends on. Does the -ufo package have
> the config file with tempauth?
>
> Thanks,
> Shawn
>
> On 1/29/2013 8:43 PM, Kaleb Keithley wrote:
>> 3.3.1-8 in f18 still uses tempauth.
>>
>> ----- Original Message -----
>> From: "Shawn Heisey" <gluster at elyograg.org>
>> To: gluster-users at gluster.org
>> Sent: Tuesday, January 29, 2013 8:21:11 PM
>> Subject: [Gluster-users] New version of UFO - is there a new HOWTO?
>>
>> I just installed glusterfs-swift 3.3.1 on a couple of Fedora 18
servers.
>> This is based on swift 1.7.4 and has keystone in the config. I had
>> experimented with the one based on swift 1.4.8 and tempauth and had
some
>> problems with it. The HOWTO I can find is still for the old one. Is
>> there an updated one?
>>
>> I would also need to find some instructions on setting up keystone from
>> scratch for use with gluster-swift.
>>
>> Thanks,
>> Shawn
>> _______________________________________________
>> Gluster-users mailing list
>> Gluster-users at gluster.org
>> http://supercolony.gluster.org/mailman/listinfo/gluster-users
>> _______________________________________________
>> Gluster-users mailing list
>> Gluster-users at gluster.org
>> http://supercolony.gluster.org/mailman/listinfo/gluster-users
>
> _______________________________________________
> Gluster-users mailing list
> Gluster-users at gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
--
Kaleb
_______________________________________________
Gluster-users mailing list
Gluster-users at gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users
Shawn Heisey
2013-Jan-31 22:23 UTC
[Gluster-users] New version of UFO - is there a new HOWTO?
On 1/31/2013 12:36 PM, Kaleb Keithley wrote:> Not sure if you saw this in #gluster on IRC. > > The other work-around for F18 is to delete /etc/swift/{account,container,object}-server.conf before starting UFO. > > With that my UFO set-up works as it did in F17.Still no joy. http://fpaste.org/SOYM/ Same thing happens if I remove all the packages, get rid of /etc/swift, and reinstall. I can confirm that the file referenced in the last part of the paste (/etc/swift/object.ring.gz) did not exist at any point. A previous installation of 3.3.1-2 on F17 has both .builder and .ring.gz files. http://fpaste.org/jIm5/ Thanks, Shawn
Shawn Heisey
2013-Feb-01 21:03 UTC
[Gluster-users] New version of UFO - is there a new HOWTO?
On 1/31/2013 3:23 PM, Shawn Heisey wrote:> On 1/31/2013 12:36 PM, Kaleb
Keithley wrote:
>> Not sure if you saw this in #gluster on IRC.
>>
>> The other work-around for F18 is to delete
>> /etc/swift/{account,container,object}-server.conf before starting UFO.
>>
>> With that my UFO set-up works as it did in F17.
>
> Still no joy.
>
> http://fpaste.org/SOYM/
>
> Same thing happens if I remove all the packages, get rid of /etc/swift,
> and reinstall. I can confirm that the file referenced in the last part
> of the paste (/etc/swift/object.ring.gz) did not exist at any point. A
> previous installation of 3.3.1-2 on F17 has both .builder and .ring.gz
> files.
>
> http://fpaste.org/jIm5/
I have also now tried it on the latest CentOS with the same result. I
must be doing something wrong, which is why I had hoped for a new HOWTO.
Thanks,
Shawn