1.10.1 can't handle the oslo pre-release situation, since it has
pip 1.4 which doesn't grok wheels. We only have 1.10.1 on Centos
nodes right now - all the rest of them have 1.11.4 and are working
properly.
Change-Id: I406719e819f80f1bd5203d283d305e13fd2b7351
The fallback value for sysadmins was was admins in some places
and admin in others. However, re: jeblair:
The fallback value for sysadmins should be "[]", which is actually the
default value. Configuring the mail system to send root's mail to an
account called 'admin' which may or may not exist and if it does exist
may send mail to root is not a good idea.
The default of [] will deliver root's mail normally.
Change-Id: Iaeca86ef135b6a3210541618d48caf4058dc7966
Use the same rules for names when pushing resources as we do in
setup_project - transifex does not allow "." in the resource names.
This fixes translation update of projecs like oslo.db.
Change-Id: Idb47c0632ed0771e90d363857bf37fcf28019630
For glance only the propose job was enabled but not the push to
upstream. Use translation-jobs template for glance so that both jobs
are active.
Change-Id: I8c167dc4dcc4d49523c88ea1bae3449fd128cfc7
The neutron functional job appears to require explicit config
to avoid using a tty in invoking sudo.
Change-Id: I3de8fd8039258625e03d0fc78e907c8462431a42
This adds translation jobs for barbican, designate, marconi, oslo.db,
oslo.i18n, oslo.vmware, and olso.messaging.
The repositories have been setup for translation and transifex is also
setup.
Also update common_translation_update.sh since transifex does not allow
"." in names, the projects are setup so that "." gets removed
completely.
Change-Id: I166d7defadcf219cee7320aa6d4f54c2d0a5beaf
TripleO is looking at switching the default of the USE_IRONIC
environment variable from 0 to 1, which means we should also
set it for all jobs, so that when the default changes it doesn't
cause other side effects.
Change-Id: Ifc7c77da2699cae735fc3c2bab452d97d4407941
oslo.utils library is graduating from the oslo-incubator
so it should be imported as a stand-alone project.
Change-Id: I5dbd9dd8ff2cb8d773604ec43230e327ac36d53a
So that pupet doesn't try to do it on its own (parallel processes
could be racy).
Also, make grep quiet when searching for nodes to apply.
Change-Id: I5012278cfd98c7e3d39ca75794ce97366289d7a1
site.pp and groups.pp update for groups portal. To make it alive
we need to do the following preliminary tasks:
- create remote database in trove for groups
- add hiera variables similar to groups-dev
- launch the instance with those manifests
Change-Id: I91d7b35ad9aabc2237d5516918fa6ce8d92ee5af
Add the necessary configuration adjustments to allow
for the common python publishing jobs to be ran when
doc8 is tagged and released.
Change-Id: Iee2a251cea20c2565add6dfd2c746ba95ffc9021
RACK provides the ability that can control OpenStack as program resource with an application.
It enables you to implement a large scale distributed system in a variety of programming languages on OpenStack.
Change-Id: I47977feb28a1c20ddff2946487013c3ac3392f18
Pecan is very regularly held up by bugs that haven't been backported to stable
branches. While checks are still useful to ensure that pecan hasn't
legitimately broken something, the majority of the failures I see are
unrelated issues in the projects themselves (requiring time-consuming
backports).
Change-Id: I0dcab730bd637dc33369f74ba3eb363314025469
The branch selector intended to make sure that the -icehouse and
-havana devstack-gate branchless tests only run on master was also
catching the periodic-.*-havana jobs (and icehouse). Add a negative
match for periodic to that regex.
Change-Id: I35289e80157cf7dac741250932742f75af7b7f55