Hi Folks,
We have the Cloud Test Day coming up on 10/20. I know we have a "how to test" page - is someone going to be making a specific list of test and accompanying matrices, and possibly fleshing out wiki test cases, for the test day?
I'd like to have all of the test day stuff consolidated by Monday evening, Tuesday at the latest, into one wiki page. Everyone else (EC2, Aeolus, HekaFS) seems to be on track, just wanted to check in and see what the OpenStack plans were.
https://fedoraproject.org/wiki/Test_Day:2011-10-20_Cloud_SIG_Test_Day
^^ Page where everything will be consolidated - there are some examples of matrices, etc. listed in the page.
Can someone fill us in on the status/plans?
-Robyn
On 10/14/2011 09:35 PM, Robyn Bergeron wrote:
Hi Folks,
We have the Cloud Test Day coming up on 10/20. I know we have a "how to test" page - is someone going to be making a specific list of test and accompanying matrices, and possibly fleshing out wiki test cases, for the test day?
I'd like to have all of the test day stuff consolidated by Monday evening, Tuesday at the latest, into one wiki page. Everyone else (EC2, Aeolus, HekaFS) seems to be on track, just wanted to check in and see what the OpenStack plans were.
https://fedoraproject.org/wiki/Test_Day:2011-10-20_Cloud_SIG_Test_Day
^^ Page where everything will be consolidated - there are some examples of matrices, etc. listed in the page.
Can someone fill us in on the status/plans?
Mark McLoughlin and I plan to work on the wiki on Monday.
cheers, Pádraig.
On Fri, 2011-10-14 at 23:36 +0100, Pádraig Brady wrote:
On 10/14/2011 09:35 PM, Robyn Bergeron wrote:
Hi Folks,
We have the Cloud Test Day coming up on 10/20. I know we have a "how to test" page - is someone going to be making a specific list of test and accompanying matrices, and possibly fleshing out wiki test cases, for the test day?
I'd like to have all of the test day stuff consolidated by Monday evening, Tuesday at the latest, into one wiki page. Everyone else (EC2, Aeolus, HekaFS) seems to be on track, just wanted to check in and see what the OpenStack plans were.
https://fedoraproject.org/wiki/Test_Day:2011-10-20_Cloud_SIG_Test_Day
^^ Page where everything will be consolidated - there are some examples of matrices, etc. listed in the page.
Can someone fill us in on the status/plans?
Mark McLoughlin and I plan to work on the wiki on Monday.
I've started fleshing it out here:
https://fedoraproject.org/wiki/Test_Day:2011-10-20_OpenStack_Test_Day
I figured it was best to split it out since I expect us to have a bunch of test cases. Will link to it from Cloud_SIG_Test_Day
Cheers, Mark.
2011/10/17 Mark McLoughlin markmc@redhat.com:
On Fri, 2011-10-14 at 23:36 +0100, Pádraig Brady wrote:
On 10/14/2011 09:35 PM, Robyn Bergeron wrote:
Hi Folks,
We have the Cloud Test Day coming up on 10/20. I know we have a "how to test" page - is someone going to be making a specific list of test and accompanying matrices, and possibly fleshing out wiki test cases, for the test day?
I'd like to have all of the test day stuff consolidated by Monday evening, Tuesday at the latest, into one wiki page. Everyone else (EC2, Aeolus, HekaFS) seems to be on track, just wanted to check in and see what the OpenStack plans were.
https://fedoraproject.org/wiki/Test_Day:2011-10-20_Cloud_SIG_Test_Day
^^ Page where everything will be consolidated - there are some examples of matrices, etc. listed in the page.
Can someone fill us in on the status/plans?
Mark McLoughlin and I plan to work on the wiki on Monday.
I've started fleshing it out here:
https://fedoraproject.org/wiki/Test_Day:2011-10-20_OpenStack_Test_Day
I figured it was best to split it out since I expect us to have a bunch of test cases. Will link to it from Cloud_SIG_Test_Day
Cool. thank you :)
Cheers, Mark.
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
On 10/17/2011 05:49 AM, Mark McLoughlin wrote:
On Fri, 2011-10-14 at 23:36 +0100, Pádraig Brady wrote:
On 10/14/2011 09:35 PM, Robyn Bergeron wrote:
Hi Folks,
We have the Cloud Test Day coming up on 10/20. I know we have a "how to test" page - is someone going to be making a specific list of test and accompanying matrices, and possibly fleshing out wiki test cases, for the test day?
I'd like to have all of the test day stuff consolidated by Monday evening, Tuesday at the latest, into one wiki page. Everyone else (EC2, Aeolus, HekaFS) seems to be on track, just wanted to check in and see what the OpenStack plans were.
https://fedoraproject.org/wiki/Test_Day:2011-10-20_Cloud_SIG_Test_Day
^^ Page where everything will be consolidated - there are some examples of matrices, etc. listed in the page.
Can someone fill us in on the status/plans?
Mark McLoughlin and I plan to work on the wiki on Monday.
I've started fleshing it out here:
https://fedoraproject.org/wiki/Test_Day:2011-10-20_OpenStack_Test_Day
I figured it was best to split it out since I expect us to have a bunch of test cases. Will link to it from Cloud_SIG_Test_Day
I worked on this a bit more this afternoon and added content to some more test cases as I went through the tests myself.
One interesting note is that I've done all of my testing in a virtual machine so far, thanks to a tip from pbrady. You just have to add "--libvirt_type=qemu" to /etc/nova/nova.conf. I also made sure to note this in the instructions for the first test case that will fail if you don't set this option (launching an instance).
keystone is completely horked at this point. I need to get python-passlib packaged and added to keystone as runtime Requires, before it's even remotely usable. Ideally, passlib also could use pybcrypt and a couple other libs that also aren't packaged yet (but are optional). Ugh.
-- Matt Domsch Technology Strategist Dell | Office of the CTO
On 10/17/2011 08:36 PM, Matt_Domsch@Dell.com wrote:
keystone is completely horked at this point. I need to get python-passlib packaged and added to keystone as runtime Requires, before it's even remotely usable. Ideally, passlib also could use pybcrypt and a couple other libs that also aren't packaged yet (but are optional). Ugh.
So, not to poke you with a stick here or anything, just curious (and also, sticks are sharp, and dangerous!) - is that on the menu for the next week before freeze? Or even before test day?
-r
-- Matt Domsch Technology Strategist Dell | Office of the CTO _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
On Mon, Oct 17, 2011 at 10:53:38PM -0500, Robyn Bergeron wrote:
On 10/17/2011 08:36 PM, Matt_Domsch@Dell.com wrote:
keystone is completely horked at this point. I need to get python-passlib packaged and added to keystone as runtime Requires, before it's even remotely usable. Ideally, passlib also could use pybcrypt and a couple other libs that also aren't packaged yet (but are optional). Ugh.
So, not to poke you with a stick here or anything, just curious (and also, sticks are sharp, and dangerous!) - is that on the menu for the next week before freeze? Or even before test day?
I think we can work around the problem for the test day with some documentation. Folks would have to 'pip install passlib' manually, which isn't ideal. It would be tight to get even the simple passlib package done, approved, built and in the tree before Thursday, but I can try.
On Tue, 2011-10-18 at 07:38 -0500, Matt Domsch wrote:
On Mon, Oct 17, 2011 at 10:53:38PM -0500, Robyn Bergeron wrote:
On 10/17/2011 08:36 PM, Matt_Domsch@Dell.com wrote:
keystone is completely horked at this point. I need to get
python-passlib packaged and added to keystone as runtime Requires, before it's even remotely usable. Ideally, passlib also could use pybcrypt and a couple other libs that also aren't packaged yet (but are optional). Ugh.
So, not to poke you with a stick here or anything, just curious (and also, sticks are sharp, and dangerous!) - is that on the menu for the next week before freeze? Or even before test day?
I think we can work around the problem for the test day with some documentation. Folks would have to 'pip install passlib' manually, which isn't ideal. It would be tight to get even the simple passlib package done, approved, built and in the tree before Thursday, but I can try.
For folks not on IRC, Matt has a package review of passlib pending here:
https://bugzilla.redhat.com/746976
Cheers, Mark.
On Tue, 2011-10-18 at 16:04 +0100, Mark McLoughlin wrote:
On Tue, 2011-10-18 at 07:38 -0500, Matt Domsch wrote:
On Mon, Oct 17, 2011 at 10:53:38PM -0500, Robyn Bergeron wrote:
On 10/17/2011 08:36 PM, Matt_Domsch@Dell.com wrote:
keystone is completely horked at this point. I need to get
python-passlib packaged and added to keystone as runtime Requires, before it's even remotely usable. Ideally, passlib also could use pybcrypt and a couple other libs that also aren't packaged yet (but are optional). Ugh.
So, not to poke you with a stick here or anything, just curious (and also, sticks are sharp, and dangerous!) - is that on the menu for the next week before freeze? Or even before test day?
I think we can work around the problem for the test day with some documentation. Folks would have to 'pip install passlib' manually, which isn't ideal. It would be tight to get even the simple passlib package done, approved, built and in the tree before Thursday, but I can try.
For folks not on IRC, Matt has a package review of passlib pending here:
I've reviewed and approved this now.
Matt, Robert - since we want this for the test day, let me know if you can't do the import today and I'll do it
Cheers, Mark.