Re: [Openstack] [CI] Mailman and Meetbot Downtime

2013-05-04 Thread Clark Boylan
On Tue, Apr 30, 2013 at 2:33 PM, Clark Boylan clark.boy...@gmail.com wrote:
 Ubuntu Oneiric Ocelot will end of life on May 9, 2013.
 lists.openstack.org and eavesdrop.openstack.org are currently both
 running Oneiric. The Infra team will be moving these services (mailman
 mail lists and meetbot) to new Ubuntu Precise hosts on May 4, 2013 from
 1600-1700 UTC.

 During this time period meetbot may not log IRC channels and mailman
 may not send and receive mail.  Remote systems should queue mail
 addressed to mailing lists during the downtime, so no messages should
 be lost.

 If you have any questions or concerns let us know.

 Thanks,
 Clark Boylan

This work has been completed. lists.openstack.org and
eavesdrop.openstack.org are back in service.

Clark

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [CI] Mailman and Meetbot Downtime

2013-04-30 Thread Clark Boylan
Ubuntu Oneiric Ocelot will end of life on May 9, 2013.
lists.openstack.org and eavesdrop.openstack.org are currently both
running Oneiric. The Infra team will be moving these services (mailman
mail lists and meetbot) to new Ubuntu Precise hosts on May 4, 2013 from
1600-1700 UTC.

During this time period meetbot may not log IRC channels and mailman
may not send and receive mail.  Remote systems should queue mail
addressed to mailing lists during the downtime, so no messages should
be lost.

If you have any questions or concerns let us know.

Thanks,
Clark Boylan

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cannot install Cinder doc successfully

2013-01-18 Thread Clark Boylan
On Fri, Jan 18, 2013 at 1:39 AM, Razique Mahroua
razique.mahr...@gmail.comwrote:

 Check all the Requires there :)
 http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html

 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 18 janv. 2013 à 10:03, harryxiyou harryxi...@gmail.com a écrit :

 On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou harryxi...@gmail.com wrote:



 On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua 
 razique.mahr...@gmail.com
 wrote:


 Hi,



 Hi Razique,


 is python-paramiko installed on your box?


 After i installed python-paramiko, i get the following errors.


 $ make
 sphinx-build -b html -d build/doctrees   source build/html
 Making output directory...
 Running Sphinx v1.1.3

 Extension error:
 Could not import extension ext.cinder_autodoc (exception: No module named
 eventlet)

 make: *** [html] error 1

 And i tried install python-eventlet. There is no python-eventlet. What
 should i do?


 I tried '$ sudo pip install eventlet', which has solved this problem.
 But when i execute
 'make' command, i caught following errors.

 $ make
 sphinx-build -b html -d build/doctrees   source build/html
 Running Sphinx v1.1.3

 Extension error:
 Could not import extension ext.cinder_autodoc (exception: No module
 named webob.exc)

 PS: I have tried 'pip install' and 'sudo apt-get install' commands.


 --
 Thanks
 Harry Wei



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


The easiest way to build the docs is going to be with tox, `tox -evenv --
python setup.py build_sphinx`. This will install all of the dependencies
for Cinder in a virtualenv then build the documentation in that env (the
dependencies are necessary because Cinder uses autodoc).

Clark
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] need help about jenkins

2012-07-02 Thread Clark Boylan
There was a configuration error when creating the openstack-
common test jobs. They were added to zuul (the tool that tells
Jenkins when and what to test), but the test jobs were not properly
added to Jenkins. This has been corrected and the tests have been
run.

The failures you see for the latest patchset are real errors so you will
want to look at the test results. Once you have corrected these
errors your patch should get through Jenkins just fine.

Clark

On Mon, Jul 2, 2012 at 9:05 AM, heut2008 heut2...@gmail.com wrote:
 jenkins still can't work correctly. I have recommit more than once.any
 one who can help check out what wrong with jenkins ? here is  my
 commit   https://review.openstack.org/#/c/9201/.

 2012/7/2 heut2008 heut2...@gmail.com:
 push another patch ,jenkins still can't pass through my commit .

 2012/7/2 Monty Taylor mord...@inaugust.com:
 Hi!

 We were doing some maintenance this afternoon on jenkins and gerrit -
 you were unlucky enough to push right in the middle of that.

 Try amending your commit (git commit --amend) and change the commit
 message a little (put a space after the comma here:
 lp:1019348,update and then run git review again. This will cause a new
 changeset to be uploaded and will re-trigger tests.

 Monty


 On 07/01/2012 01:30 PM, heut2008 wrote:
 Hi,all

 recently,I made a commit push to gerrit ,see
 https://review.openstack.org/#/c/9204/. jenkins always show failed
 ,how can I figure out what's wrong with my commit,or some thing wrong
 with jenkins? thanks in advance:)

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Glance/Swift integration broken (kills devstack)

2012-06-11 Thread Clark Boylan
Doesn't look like swift is in the ENABLED_SERVICES list for
devstack-gate. 
https://github.com/openstack-ci/devstack-gate/blob/master/devstack-vm-gate.sh#L28

Clark

On Mon, Jun 11, 2012 at 4:06 PM, Gabriel Hurley
gabriel.hur...@nebula.com wrote:
 I just thought I'd call out that Glance's swift storage module is currently 
 broken, and apparently this escaped the devstack gate even though devstack 
 actually fails to complete if swift is enabled. Are we not testing with swift 
 in the ENABLED_SERVICES list?

 Bug report here: https://bugs.launchpad.net/devstack/+bug/1011885

 All the best,

     - Gabriel


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Simple voting features added to OpenStack MeetBot

2012-05-01 Thread Clark Boylan
Simple voting features have been added to OpenStack's MeetBot. Once a
meeting is started a meeting chair can start a vote with the
#startvote command. Command format is '#startvote $question $choices'
eg '#startvote should we stop this meeting? yes, no'. Meeting
participants vote using the #vote command eg '#vote yes'. To check
intermediate voting results you can use the #showvote command which
takes no arguments. When done voting a meeting chair ends voting with
the #endvote command (this will add a VOTE item to the meeting
minutes).

Currently there isn't a way to restrict voters. You may vote multiple
times, but only your last vote counts. If no vote choices are given
the defaults are 'Yes' and 'No'.

Have fun with it and hopefully it doesn't break :)

Clark Boylan

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp