Re: [OpenStack-Infra] Boston 2017 Summit dinner

2017-05-04 Thread Ricardo Carrillo Cruz
Monday works better for me, thanks Paul!

2017-05-04 17:30 GMT+02:00 Paul Belanger :

> On Thu, May 04, 2017 at 10:45:36AM -0400, Paul Belanger wrote:
> > On Thu, Apr 27, 2017 at 08:47:58PM -0400, Paul Belanger wrote:
> > > Greetings!
> > >
> > > Its that time where we all try to figure out when and where to meet up
> for some
> > > dinner and drinks in Boston. While I haven't figure out a place to eat
> > > (suggestion most welcome), maybe we can decide which night to go out.
> > >
> > > As a reminder, the summit schedule has 2 events this year that people
> may also
> > > be attending:
> > >
> > >   Mon 8, 6:00pm - 7:30pm - Marketplace Mixer
> > >   Tue 9, 7:00pm - 10:00pm - StackCity Boston at Fenway Park
> > >
> > > Please take a moment to reply, and which day may be better for you.
> > >
> > >   Sunday: Yes
> > >   Monday: Yes
> > >   Tuesday: No
> > >   Wednesday: Yes
> > >   Thursday: No
> > >
> > > And, if you have a resturant in mind, please share.
> > >
> > Looks like Sunday might be our best day? Is there any objection on maybe
> having
> > some early dinner and drinks that day?
> >
> > Since nobody has suggested a location, I am going to attempt
> reservations at
> > http://thesaltypig.com/ @ 5pm.
> >
> Okay, some changes. I had a few people reach out to me, new date and time
> is
> 8:00pm on Monday for http://thesaltypig.com/.
>
> I suggest maybe we meet at the summit mixer and walk over to the restaurant
> together.
>
> Expect an email on Monday for an exact location to meet.
>
> -PB
>
> ___
> OpenStack-Infra mailing list
> OpenStack-Infra@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
>
___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Re: [OpenStack-Infra] Boston 2017 Summit dinner

2017-05-04 Thread Paul Belanger
On Thu, May 04, 2017 at 10:45:36AM -0400, Paul Belanger wrote:
> On Thu, Apr 27, 2017 at 08:47:58PM -0400, Paul Belanger wrote:
> > Greetings!
> > 
> > Its that time where we all try to figure out when and where to meet up for 
> > some
> > dinner and drinks in Boston. While I haven't figure out a place to eat
> > (suggestion most welcome), maybe we can decide which night to go out.
> > 
> > As a reminder, the summit schedule has 2 events this year that people may 
> > also
> > be attending:
> > 
> >   Mon 8, 6:00pm - 7:30pm - Marketplace Mixer
> >   Tue 9, 7:00pm - 10:00pm - StackCity Boston at Fenway Park
> > 
> > Please take a moment to reply, and which day may be better for you.
> > 
> >   Sunday: Yes
> >   Monday: Yes
> >   Tuesday: No
> >   Wednesday: Yes
> >   Thursday: No
> > 
> > And, if you have a resturant in mind, please share.
> > 
> Looks like Sunday might be our best day? Is there any objection on maybe 
> having
> some early dinner and drinks that day?
> 
> Since nobody has suggested a location, I am going to attempt reservations at
> http://thesaltypig.com/ @ 5pm.
> 
Okay, some changes. I had a few people reach out to me, new date and time is
8:00pm on Monday for http://thesaltypig.com/.

I suggest maybe we meet at the summit mixer and walk over to the restaurant
together.

Expect an email on Monday for an exact location to meet.

-PB

___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Re: [OpenStack-Infra] [openstack-infra] [jenkins-job-builder] run `jenkins-jobs test` failed

2017-05-04 Thread Mikhail Medvedev
On Thu, May 4, 2017 at 4:56 AM,   wrote:
>
> Hi folks,
>
> I use "puppet-jenkins" to setuped a jenkins node, and then run the command
> `jenkins-jobs test /etc/jenkins_jobs/config/`
>
> to parser the jobs which are from the "project-config/jenkins/jobs".
>
> But it raised a error, here is the log:
>
> Does anyone know how to resolve the issue? Do I need to install some tools?
>
> Thanks for help~
>
>
> INFO:jenkins_jobs.local_yaml:Including file 'include/run-project-guide.sh'
> from path '.'
>
> WARNING:root:logrotate is deprecated on jenkins>=1.637, use the property
> build-discarder on newer jenkins instead
>
> Traceback (most recent call last):
>
>   File "/usr/local/bin/jenkins-jobs", line 10, in <module>
>
> sys.exit(main())
>
>   File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line
> 191, in main
>
> execute(options, config)
>
>   File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line
> 380, in execute
>
> n_workers=1)
>
>   File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/builder.py",
> line 350, in update_jobs
>
> self.parser.generateXML()
>
>   File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line
> 342, in generateXML
>
> self.xml_jobs.append(self.getXMLForJob(job))
>
>   File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line
> 352, in getXMLForJob
>
> self.gen_xml(xml, data)
>
>   File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line
> 359, in gen_xml
>
> module.gen_xml(self, xml, data)
>
>   File
> "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/modules/publishers.py",
> line 6158, in gen_xml
>
> self.registry.dispatch('publisher', parser, publishers, action)
>
>   File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/registry.py",
> line 249, in dispatch
>
> format(name, component_type))
>
> jenkins_jobs.errors.JenkinsJobsException: Unknown entry point or macro 'afs'
> for component type: 'publisher'.
>

The problem is exactly what it says it is - jjb can not find a
publisher macro named 'afs'. If you look into project-config/tox.ini
's testenv:jjb section, you'll see that it does 'pip install -U
jenkins/modules/jjb_afs', which I assume installs the missing macro.
So you can either install that missing macro, or you can remove all
uses of the macro from you configuration.

A more important question is why you want to use
project-config/jenkins jobs as is for your deployment of Jenknis? It
is a configuration specific to OpenStack Infra. You would be better
off starting with a small subset of jobs you are interested in using.

---
Mikhail Medvedev (mmedvede)Now there is another question
IBM

___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Re: [OpenStack-Infra] Boston 2017 Summit dinner

2017-05-04 Thread Paul Belanger
On Thu, Apr 27, 2017 at 08:47:58PM -0400, Paul Belanger wrote:
> Greetings!
> 
> Its that time where we all try to figure out when and where to meet up for 
> some
> dinner and drinks in Boston. While I haven't figure out a place to eat
> (suggestion most welcome), maybe we can decide which night to go out.
> 
> As a reminder, the summit schedule has 2 events this year that people may also
> be attending:
> 
>   Mon 8, 6:00pm - 7:30pm - Marketplace Mixer
>   Tue 9, 7:00pm - 10:00pm - StackCity Boston at Fenway Park
> 
> Please take a moment to reply, and which day may be better for you.
> 
>   Sunday: Yes
>   Monday: Yes
>   Tuesday: No
>   Wednesday: Yes
>   Thursday: No
> 
> And, if you have a resturant in mind, please share.
> 
Looks like Sunday might be our best day? Is there any objection on maybe having
some early dinner and drinks that day?

Since nobody has suggested a location, I am going to attempt reservations at
http://thesaltypig.com/ @ 5pm.

-PB

___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Re: [OpenStack-Infra] [openstack-infra] [jenkins-job-builder]  run `jenkins-jobs test` failed

2017-05-04 Thread Trinath Somanchi
Do you want to try, 
https://lists.opendaylight.org/pipermail/integration-dev/2015-June/003397.html

Also, check the job configuration.


Thanks,
Trinath Somanchi.

Digital Networking | NXP – Hyderabad – INDIA.
Email: trinath.soman...@nxp.com
Mobile: +91 9866235130 | Off: +91 4033504051


From: dong.wenj...@zte.com.cn [mailto:dong.wenj...@zte.com.cn]
Sent: Thursday, May 04, 2017 3:27 PM
To: openstack-infra@lists.openstack.org
Subject: [OpenStack-Infra] [openstack-infra] [jenkins-job-builder]  run 
`jenkins-jobs test` failed




Hi folks,

I use "puppet-jenkins" to setuped a jenkins node, and then run the command 
`jenkins-jobs test /etc/jenkins_jobs/config/`

to parser the jobs which are from the "project-config/jenkins/jobs".

But it raised a error, here is the log:

Does anyone know how to resolve the issue? Do I need to install some tools?

Thanks for help~



INFO:jenkins_jobs.local_yaml:Including file 'include/run-project-guide.sh' from 
path '.'

WARNING:root:logrotate is deprecated on jenkins>=1.637, use the property 
build-discarder on newer jenkins instead

Traceback (most recent call last):

  File "/usr/local/bin/jenkins-jobs", line 10, in <module>

sys.exit(main())

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line 191, 
in main

execute(options, config)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line 380, 
in execute

n_workers=1)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/builder.py", line 
350, in update_jobs

self.parser.generateXML()

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
342, in generateXML

self.xml_jobs.append(self.getXMLForJob(job))

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
352, in getXMLForJob

self.gen_xml(xml, data)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
359, in gen_xml

module.gen_xml(self, xml, data)

  File 
"/usr/local/lib/python2.7/dist-packages/jenkins_jobs/modules/publishers.py", 
line 6158, in gen_xml

self.registry.dispatch('publisher', parser, publishers, action)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/registry.py", line 
249, in dispatch

format(name, component_type))

jenkins_jobs.errors.JenkinsJobsException: Unknown entry point or macro 'afs' 
for component type: 'publisher'.



BR,

dwj










___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Re: [OpenStack-Infra] Boston 2017 Summit dinner

2017-05-04 Thread Colleen Murphy
On Fri, Apr 28, 2017 at 2:47 AM, Paul Belanger 
wrote:

> Greetings!
>
> Its that time where we all try to figure out when and where to meet up for
> some
> dinner and drinks in Boston. While I haven't figure out a place to eat
> (suggestion most welcome), maybe we can decide which night to go out.
>
> As a reminder, the summit schedule has 2 events this year that people may
> also
> be attending:
>
>   Mon 8, 6:00pm - 7:30pm - Marketplace Mixer
>   Tue 9, 7:00pm - 10:00pm - StackCity Boston at Fenway Park
>
> Please take a moment to reply, and which day may be better for you.
>
> Would love to attend this, thanks for organizing it.

Sunday: Yes
Monday: maybe (maybe after the mixer?)
Tuesday: Yes-ish
Wednesday: No
Thursday: Yes

Colleen
___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

[OpenStack-Infra] [openstack-infra] [jenkins-job-builder]  run `jenkins-jobs test` failed

2017-05-04 Thread dong.wenjuan
Hi folks,

I use "puppet-jenkins" to setuped a jenkins node, and then run the command 
`jenkins-jobs test /etc/jenkins_jobs/config/`

to parser the jobs which are from the "project-config/jenkins/jobs".

But it raised a error, here is the log:

Does anyone know how to resolve the issue? Do I need to install some tools?

Thanks for help~




INFO:jenkins_jobs.local_yaml:Including file 'include/run-project-guide.sh' from 
path '.'

WARNING:root:logrotate is deprecated on jenkins>=1.637, use the property 
build-discarder on newer jenkins instead

Traceback (most recent call last):

  File "/usr/local/bin/jenkins-jobs", line 10, in <module>

sys.exit(main())

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line 191, 
in main

execute(options, config)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/cmd.py", line 380, 
in execute

n_workers=1)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/builder.py", line 
350, in update_jobs

self.parser.generateXML()

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
342, in generateXML

self.xml_jobs.append(self.getXMLForJob(job))

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
352, in getXMLForJob

self.gen_xml(xml, data)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/parser.py", line 
359, in gen_xml

module.gen_xml(self, xml, data)

  File 
"/usr/local/lib/python2.7/dist-packages/jenkins_jobs/modules/publishers.py", 
line 6158, in gen_xml

self.registry.dispatch('publisher', parser, publishers, action)

  File "/usr/local/lib/python2.7/dist-packages/jenkins_jobs/registry.py", line 
249, in dispatch

format(name, component_type))

jenkins_jobs.errors.JenkinsJobsException: Unknown entry point or macro 'afs' 
for component type: 'publisher'.




BR,

dwj___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra