Commit Graph

155 Commits

Author SHA1 Message Date
Jeremy Stanley
3d8b647a70 Run most non-sensitive jobs on single-use workers
* doc/source/jjb.rst
* doc/source/stackforge.rst: Update examples to recommend
bare-precise nodes in new job configuration.

* modules/openstack_project/files/jenkins_job_builder/config/*.yaml:
Change the node label for all jobs opreviously using precise to use
bare-precise instead.

* modules/openstack_project/files/zuul/layout.yaml: Get rid of the
transitional matches for setting the single use parameter function
on specific job names and just set it on everything as a default.
Add patterns for jobs which need long-running slaves to apply a
reusable node parameter function instead.

* modules/openstack_project/files/zuul/openstack_functions.py: Add a
parameter function for reusable nodes which refrains from enabling
auto-offline behavior.

* modules/openstack_project/templates/nodepool/nodepool.yaml.erb:
Double the minimum ready bare-precise nodes to accommodate
additional load.

Change-Id: I2a90c5b120a50bb8033c891702185f054ee84d35
2014-02-18 17:50:49 +00:00
Jenkins
e19f9ed7c3 Merge "Update gerrit project rename instructions" 2014-02-14 05:30:50 +00:00
Jeremy Stanley
a01a33a174 No longer grant third-party voting initially
* doc/source/gerrit.rst: Update documentation to reflect that the
External Testing Tools group has been replaced by two new groups
named Third-Party CI and Voting Third-Party CI. New third-party
continuous integration testing service accounts are initially added
to the first group, which allows them to apply verify votes only on
the openstack-dev/sandbox project. Once they have managed to confirm
some stability, they are moved to the second group, which is also
included by the first, so that they may apply verify votes on any
project.

* .../gerrit/acls/openstack-dev/sandbox.config: Apply verify voting
permissions for Third-Party CI group members, and correct review
activity permissions to use the Registered Users group instead of
the long-defunct openstack-cla group.

Change-Id: Ief3fef44df986d868af148787b3c456a98484091
2014-02-07 22:00:28 +00:00
James E. Blair
c1495cdca4 Update gerrit project rename instructions
We have a git farm now rather than a single git server.

And we can remove workspaces with salt.

Change-Id: If7395db9e3809e6589ce07ceef30e1d942362efe
2014-02-07 09:05:27 -08:00
Clark Boylan
0f4b0fae64 Redo slave manifests for clarity and correctness.
The differences between openstack_project::slave,
openstack_project::slave_template, and openstack_project::bare_slave
were not always clear. Keep openstack_project::slave as the default long
running slave manifest, but replace slave_template with a
single_use_slave.pp to make it clear where single use slave config
begins. Add the ability to toggle automatic upgrades and jenkins sudo
rights to this new manifest. Finally, add a more verbose comment to
bare_slave explaining what it is useful for (having a jenkins like slave
host that doesn't need a firewall or ntp or automatic upgrades).

Change-Id: I3989c9e6ad9469f441ca5d3627f7b3b704d8a8da
2014-01-30 10:37:36 -08:00
Monty Taylor
bc794da31e Split config from projects list
The projects list is a common list for devs to interact with. The config
in the list is not, but the config in the list means the file needs to
be in an erb template.

Split the two concerns, similar to zuul. Put the config in a config file
and the project data in a yaml file.

Change-Id: I708b8655b4b1ce377f3b7369e987418c1d72d977
2014-01-28 09:32:09 -08:00
Jenkins
f741cfba5d Merge "Remove link to puppet dashboard" 2014-01-28 00:52:17 +00:00
Jenkins
34b60db4d7 Merge "Add info about browser incompatibility to etherpad.rst" 2014-01-28 00:30:45 +00:00
Jenkins
b38a38e825 Merge "Update the rtfd info now you don't need an id" 2014-01-27 21:49:29 +00:00
Anita Kuno
8b179f8763 Remove link to puppet dashboard
Remove link to puppet dashboard since it is down currently.
Reinstate this link when dashboard is up again.

Also remove link to ci-puppetmaster.openstack.org/
in the navigation since it is not a clickable link.

Change-Id: I8db61b1a7b77c7625502acbdb3b7594f94e6530f
2014-01-23 14:25:39 -05:00
Anita Kuno
f0026fffc6 Add info about browser incompatibility to etherpad.rst
There is a chrome extension that adds empty lines to an etherpad.
We want to note this extension and discourage its use for
consumers of etherpads.

Change-Id: Ib5a8f4edf17f578c0fbd98cb0b124ff37b557584
2014-01-16 13:31:46 -05:00
Joe Gordon
971446f5ab Explicitly document requirements for 3rd party testing
As we are moving towards requiring more and more third party testing, we
should make sure we have a central and explicit list of requirements.
These are the requirements to have a voting third party testing system,
not the requirements of what the system should be running (to count a
driver as fully tested).

Change-Id: Ic1e1cdf9af9cd21e29a0e768d5d78ae4f84108fb
2014-01-16 11:29:48 -05:00
Joshua Hesketh
ef7a3e8cd6 Update the rtfd info now you don't need an id
The update hook for read the docs uses the {name} rather
than the previously provided id.

Change-Id: I6a5eb4ad515c80d639b3a61d79cb2afba52c9e20
2014-01-15 17:43:14 +11:00
James E. Blair
8797736821 Support launching rax performance nodes
And recommend them.

Change-Id: I2a45ef250378604aba72b74b170cec127b18d1be
2013-12-18 20:03:09 +00:00
Jeremy Stanley
5928241f01 Updates to static.o.o volume management docs
* doc/source/static.rst: Stop suggesting to run commands from a root
shell, and increase the recommended cinder volume size to a
tebibyte.

Change-Id: I1e9190d82bdf0ff232ed2b06256c9abba537d184
2013-12-09 17:47:26 +00:00
Jenkins
9516a1fb72 Merge "Fix SmokeStack link to be the ssl version." 2013-11-26 18:11:39 +00:00
Monty Taylor
69cdb6a449 Update projects.yaml for new upstream tracking
jeepyb gets a new upstream tracking syntax in
https://review.openstack.org/#/c/35535/

Switch to use it.

The new syntax will operate via git push, so that changes to upstream
can trigger zuul events.

Change-Id: Ideca999aca0e8583cce9a1227089243216175158
2013-11-26 01:29:05 +00:00
Robert Collins
dd9a25646f Document what it takes to be a check/gate test.
This is my recollection of the consensus from some infra folk on a
train late at night: it's probably wrong, but I wanted something I can
point contributors at.

Change-Id: Ic1ad99335ce41481995322f0ee5daadb08a09c2a
2013-11-25 09:51:17 -08:00
Jenkins
b1a70fa706 Merge "Add note about setting founder to IRC docs" 2013-11-24 16:15:19 +00:00
Elizabeth Krumbach Joseph
6993760a48 Add note about setting founder to IRC docs
Teams need to give openstackinfra access to founder status in their
channel in order for us to add bots, documenting this.

Change-Id: I2946dd5f1b7f54e322fe2843405651335815799f
2013-11-22 14:57:33 -08:00
Dan Prince
2ac41b1241 Fix SmokeStack link to be the ssl version.
Change-Id: I1f4b74f53bdcc3cf0249ecbd80671ff613303f52
2013-11-22 11:14:24 -05:00
Jenkins
4fb292156a Merge "Flush Gerrit caches after fixing E-mail dupes" 2013-11-11 05:18:17 +00:00
Robert Collins
8e5668d8fd Add missing running-your-own hidden toctree.
Change-Id: If642c7e2c96b3e54b55df5f9bd041a7e30304c04
2013-11-11 09:01:27 +13:00
Jeremy Stanley
d854fdcad7 Elaborate on third-party service account requests
* doc/source/third_party.rst: Since we spend some time explaining
this repeatedly, the document must not be clear enough.

Change-Id: I3ff0ac9e3e8411ba62e8a15563e66c376b70268e
2013-10-23 16:47:48 +00:00
Jeremy Stanley
5fc2dacd00 Flush Gerrit caches after fixing E-mail dupes
* doc/source/gerrit.rst: In the section on clearing duplicate E-mail
addresses, note that a cache flush is needed for immediate effect.

Change-Id: I436dfc85f86683ffe90c099f449466db02844a18
2013-10-22 14:54:53 +00:00
Elizabeth Krumbach Joseph
d54f659046 Fix spelling error on infrastructure docs
* index.rst: Fix "infrastrucutre" to say "infrastructure" in last
   paragraph

Change-Id: Ie5ae5f312cb7f64ee2b64e81380d5bf9f0f9076e
2013-10-15 21:37:05 -07:00
Jenkins
744bfd1417 Merge "Adding a Gerrit third-party testing account" 2013-10-12 20:47:58 +00:00
Jeremy Stanley
7bae8b8f8d Adding a Gerrit third-party testing account
* doc/source/gerrit.rst: Quick documentation added for the method by
which a Gerrit administrator can create the sort of account needed
for third-party testing.

Change-Id: Ia7ec399027ad664a43d6084f988ed84ff572ac00
2013-10-12 19:41:27 +00:00
Jenkins
82b1c594f7 Merge "Document how to delete a pad from Etherpad Lite" 2013-10-11 00:20:14 +00:00
Jenkins
1856b3e9ec Merge "Document running custom slaves in ones own infra." 2013-10-10 23:45:49 +00:00
Jenkins
af22ea7328 Merge "Add basic nodepool documentation page" 2013-10-10 23:01:00 +00:00
Jenkins
417d1576fd Merge "Docs on bringing up Jenkins in new infrastructures." 2013-10-08 23:57:53 +00:00
Jenkins
c15d37f0e4 Merge "Document spinning up a derived zuul." 2013-10-08 23:53:58 +00:00
Jenkins
eed9999b1d Merge "Document bootstrapping of Gerrit ACLs." 2013-10-08 23:52:58 +00:00
Elizabeth Krumbach Joseph
d02a712c72 Add basic nodepool documentation page
This initial basic nodepool document provides links to the manifests and
configuration for nodepool so people have a starting point to figure out
how it works, as well as a simple description of its purpose.

Change-Id: I3cc4e59e1e5ba4d62fd16c0da79d75352e9d78f0
2013-10-08 09:58:25 -07:00
Jeremy Stanley
e6ff49bf0d Document how to delete a pad from Etherpad Lite
Change-Id: I83103041725b7f357c3de4e9c1203d52fdbe5379
2013-10-07 17:59:24 +00:00
Robert Collins
ef739f17a2 Better sample jobs.
The actual jobs we have configured now look quite different to the
template folk are advised to use. I think this is more accurate.

Change-Id: I1d94737d8a448d78626633bdef670c4b084c2263
2013-10-03 11:25:20 +13:00
Robert Collins
6e473d6d47 Better recommendations for adding sections.
Adding at the end of files is a guaranteed merge conflict.

Change-Id: I6dceb8fb0ad95c54940c55a023eb9eb088b5ea16
2013-10-03 11:25:20 +13:00
Robert Collins
7373ea61d0 Document running custom slaves in ones own infra.
Change-Id: Ie001f11298d6dc312e681f813e8798150095a766
2013-10-02 10:04:27 +13:00
Robert Collins
2d0c65661a Docs on bringing up Jenkins in new infrastructures.
Change-Id: I81878fa5f8e3bac1b48cdf339dccd977b6e2e6f0
2013-10-02 10:04:27 +13:00
Robert Collins
d25f103891 Document spinning up a derived zuul.
Change-Id: I4055c99910c0a8ca642aafb27bd05087869363ab
2013-10-02 10:04:27 +13:00
Robert Collins
6df6213bf8 Document bootstrapping of Gerrit ACLs.
The prior documentation was incomplete and inconsistent. This works (tested in
an IRC session with clarkb's help).

Change-Id: Ic1d5a51176ccba8b922bcf084d11c0bb0c6ac06a
2013-10-02 10:04:27 +13:00
Thierry Carrez
2b38255f57 Clarify that statusbot requires public messages
Add a doc clarification about statusbot listening to public messages,
rather than private ones.

Change-Id: I62dcf8b0b04af1850bc18b6f3ff86c07e8a4f52c
2013-09-25 16:39:53 +02:00
Jenkins
2925e7c360 Merge "Phase 3 infra bootstrap docs: gerrit." 2013-09-23 21:44:05 +00:00
Jenkins
594079a951 Merge "Document Jenkin slave management." 2013-09-23 21:43:58 +00:00
Jenkins
257ef42107 Merge "Improve Jenkins documentation." 2013-09-23 21:43:50 +00:00
Jenkins
1ac5643116 Merge "Improve Zuul docs." 2013-09-23 21:43:43 +00:00
Jenkins
a3871ba0cd Merge "Document push key acceptance." 2013-09-23 21:43:36 +00:00
Jenkins
b5a7cf8378 Merge "Explain API projects a little." 2013-09-23 21:43:28 +00:00
Jenkins
c84145a93b Merge "Document basic admin hints for jeepyb." 2013-09-23 21:43:21 +00:00