4118 Commits

Author SHA1 Message Date
Monty Taylor
b4b5724a0b Add AFS
I don't really think this needs any further explanation.

Change-Id: I41378bd320c6c6fad2c981d5cc773486af075c41
2014-10-20 15:13:14 -05:00
Jenkins
5dba0f5637 Merge "Clean up bashate failures" 2014-10-20 18:35:44 +00:00
James E. Blair
10c12fe979 Change opt/config to opt/system-config
Move the install location of the git checkout of the config repo
to /opt/system-config to make things more consistent for operators.

Actually moving this on the puppetmaster will be a manual step.

Change-Id: Id9297088ae6c76c02e35414433aae2733f9f639c
2014-10-17 12:14:35 -07:00
Anita Kuno
fdc120f080 Rename config => system-config in the logs/help/tempest files
We are renaming the openstack-infra/config repo to
openstack-infra/system-config. This patch changes the paths in
the tempest help files.

Change-Id: I5edb3e444b554a979d9274b7354ddd8c1b4b9128
2014-10-17 14:43:41 -04:00
Anita Kuno
bc667471d3 Rename config => system-config in pypi.yaml
We are renaming the openstack-infra/config repo to
openstack-infra/system-config. This patch edits the paths in the pypi.yaml
files to reflect the name change.

Change-Id: I40e417d31803d8e47e1558b7783e7216119e898d
2014-10-17 14:25:56 -04:00
Sean Dague
0ae5a809e1 the help files changed from _ to - at some point
However the help message didn't update, so it's harder to find
the source files. This fixes the help urls presented to the user.

Change-Id: I641cee0fe8494ad7ee712b4884e6767cc6ed15e2
2014-10-14 11:04:53 -04:00
Jenkins
de2977363b Merge "Add syslog tag to os-collect-config logs" 2014-10-09 02:39:29 +00:00
Jenkins
284d4ac74a Merge "Fix sudoers.txt.gz incorrect filename in link" 2014-10-08 21:26:40 +00:00
Jenkins
24d13c1ee1 Merge "Add javelin.log to logstash" 2014-10-08 16:09:03 +00:00
Eric Harney
ecf66996d3 Fix sudoers.txt.gz incorrect filename in link
Change-Id: I8975d761a5ad5cd976a025484d1a92a86294a38f
2014-10-08 09:44:29 -04:00
Jenkins
bd2df6c7c3 Merge "refactor of hideci for readability and modularity" 2014-10-07 06:33:51 +00:00
Sean Dague
f160dcf90c refactor of hideci for readability and modularity
This is a refactors the hideci code into much smaller functions,
making the whole thing a bit more readable for fixing this going
forward. This was done in order to add a couple of new features. The
smaller functions should also make this code much easier to review.

After the refactor we now do a top down parsing of all comments in a
review, classifying them as 'is_ci' and 'is_trusted_ci' so that we can
more easily compute the results we want going forward.

In the process a few additional features were added.

1) CI results are only shown for the latest patch set, even if no CI
system has reported on it. This is accomplished via
ci_latest_patchset.

2) If CI system is in merge conflict, that's displayed in the results
box.

3) Test results records are lifted in total to the test results
display panel, and each set of test results includes the date that we
got it from. This means that for patches that get 'rechecked' a lot,
you'll see the whole history of test results on current patch. You
will also be able to quickly realize that the current test results are
older than the last recheck comment.

The UX for part 3 is different, and may need tweaking going forward,
however the merge of results from different runs was creating a lot of
confusion to reviewers, so this errors on the side of more clarity.

Because of the largely inconvenient workflow for development (the fact
that you basically need to copy / paste function definitions into
chrome dev console) this isn't broken up as smaller patches. This
should, hopefully, make future patches much easier on this code
though.

Change-Id: I3f128a449756fd6988f3810863cd1d49c476b0dd
2014-09-30 20:11:54 -04:00
K Jonathan Harker
948aff1f02 Clean up bashate failures
Fix all of the bashate failures.  Also, bashate will install its negative
tests in its virtualenv, so we need to generate a list of files to pass to
bashate that excludes .tox/

Change-Id: I55559bf6137f705aec9a7f277928ad8d4cadc2ca
2014-09-30 12:40:59 -07:00
Anita Kuno
1ca7bb3ba6 Removes zuul/layout-dev.yaml
The file zuul/layout-dev.yaml was moved to the project-config repo.
This copy of the file in config should have been deleted with the
others in commit 1e7874e1eb0c15adc06d0bd10da5a90a26901309 and it
wasn't. There have been no updates to this file since August 5,
2014. This patch deletes zuul/layout-dev.yaml.

Change-Id: I4d6729d289b00b3ce05aa98f27d275b5093b9f00
2014-09-29 17:38:49 -04:00
Anita Kuno
80a80a6a6b Removes content split into project-config
Content from the config repo was split into a new repo,
project-config. This patch deletes the moved content from the
config repo.

Change-Id: Ifa1ae2cb7c23ae48f388b7d57a4c0d0799ef1dc2
Story: 167
2014-09-25 14:12:51 -04:00
Jenkins
1e7874e1eb Merge "Creates a new repo, project-config" 2014-09-25 13:29:22 +00:00
Anita Kuno
11787a748e Creates a new repo, project-config
This patch creates a new repo, openstack-infra/project-config.
This is the first step in the work items to impliment the
spec config-repo-split.

Change-Id: Ibd17035f69501104038d2ec8de0c6e857844cc0e
Story: 167
2014-09-24 22:26:35 -04:00
Jenkins
12c069e667 Merge "Removes redundant jobs from config gate and check" 2014-09-25 02:18:10 +00:00
Jenkins
fb54f64d04 Merge "Project may now be assigned to multiple project groups." 2014-09-25 02:09:49 +00:00
Jenkins
500e40103f Merge "Add experimental zaqar-rally job" 2014-09-25 02:00:08 +00:00
Michael Krotscheck
c175e5a28d Project may now be assigned to multiple project groups.
The group annotation was initially created with the assumption that a
project would be assigned to a single group. Storyboard now supports
multiple project group membership, so the config file needs to be
updated accordingly.

Do not merge before https://review.openstack.org/#/c/111814/

Change-Id: I1b11b6eee7b071592b052d9bbc5b874e49e2ef77
2014-09-24 17:17:55 -07:00
Jenkins
3e89a14462 Merge "UI, automation repos for group based policy project" 2014-09-25 00:16:03 +00:00
Sergey Skripnick
38e65431d1 Add experimental zaqar-rally job
Change-Id: Iacec1929d11fc3eef4a1375c0883152511a8061a
2014-09-25 04:09:21 +04:00
Jenkins
bcf97cecf5 Merge "Add puppet-manila to Stackforge" 2014-09-25 00:05:03 +00:00
Jenkins
7bd65265f6 Merge "Add flame project on StackForge" 2014-09-25 00:02:34 +00:00
Jenkins
ef6886114c Merge "Add puppet-storyboard to storyboard" 2014-09-24 23:59:47 +00:00
Jenkins
b141c627af Merge "Enabling jobs for GBP project" 2014-09-24 23:50:02 +00:00
Jenkins
b77b21bdbf Merge "Disable ironic job for stable/icehouse" 2014-09-24 23:48:08 +00:00
Jenkins
ec256c5107 Merge "add openstack-rating channel to eavesdrop" 2014-09-24 23:44:09 +00:00
Maxime Vidori
a17dfb65a7 Add flame project on StackForge
Flame is an automatic Heat template generator, for a dedicated tenant.

    The project is currently available on github:
    https://github.com/cloudwatt/flame

Change-Id: I188640ff322c996253c48c91849e3952b4f11c77
2014-09-24 23:31:38 +00:00
Jenkins
46c547cddd Merge "Quote hostname in ansible clean workspaces command" 2014-09-24 23:27:29 +00:00
Jenkins
47de7ad3e8 Merge "Cleanup javascript build" 2014-09-24 23:19:14 +00:00
Jenkins
cdb631b7f7 Merge "Packstack changes" 2014-09-24 22:31:35 +00:00
Jenkins
92cefe5185 Merge "Adds cloudbase-init to StackForge" 2014-09-24 22:30:27 +00:00
Jenkins
05f4bd6107 Merge "Run the precise nonha job on tripleo projects" 2014-09-24 22:27:40 +00:00
Jenkins
596c885b59 Merge "Rename osc-functional to osc-dsvm-functional" 2014-09-24 22:25:05 +00:00
Bob Callaway
1de64f2e0a Add puppet-manila to Stackforge
This is the initial request to add puppet-manila to stackforge.

Change-Id: I4244ebc56839d58d89037fe18ec70dbea6b90846
2014-09-24 18:10:44 -04:00
Jenkins
0bbd6aaec8 Merge "Allow nova-core/milestone to rebase nova changes" 2014-09-24 21:48:08 +00:00
Jenkins
f1e4e47fc0 Merge "notification_utils: utility library for OpenStack notifications." 2014-09-24 21:47:07 +00:00
Jenkins
84f10b5e96 Merge "StackTach.v3 Quincy REST API" 2014-09-24 21:46:58 +00:00
Jenkins
37f4b507af Merge "Winchester - A notification event processing library based on persistent streams." 2014-09-24 21:46:49 +00:00
Jenkins
247ee2eced Merge "Timex - A time expressions library" 2014-09-24 21:44:25 +00:00
Jenkins
e358fa1366 Merge "StackDistiller - A notification extraction and transformation library." 2014-09-24 21:44:16 +00:00
Jenkins
70dd6bba3e Merge "Sandbox - DevStack-like dev environment for StackTach.v3" 2014-09-24 21:42:26 +00:00
Jenkins
4f38447e00 Merge "Quince - Quincy-compliant API implementation for StackTach.v3. Supports Winchester." 2014-09-24 21:41:57 +00:00
Jenkins
e22e4a2ad7 Merge "Klugman - cmdline tool and client library for StackTach.v3" 2014-09-24 21:40:08 +00:00
Sumit Naiksatam
7f41d2f54d UI, automation repos for group based policy project
This patch adds UI and automation stackforge repos
required to host code artifacts that complement the
code artifacts in the group based policy server and
client repos.

Change-Id: I17395a046076a2c8a8695f6106b2d0cabdf4fb52
2014-09-24 14:39:56 -07:00
Jenkins
4fb5ff87b3 Merge "Notigen - OpenStack-like notification generator/simulator." 2014-09-24 21:39:19 +00:00
Anita Kuno
12dcbb31ce Removes redundant jobs from config gate and check
With the creation of the new project-config repo, some jobs
that have been running on the config repo become redundant.
Remove the redundant jobs on layout, irc and projects.yaml.

Story: 167

Change-Id: I43410b31cfad0b484842a21af84db6680e7114d1
2014-09-24 17:34:53 -04:00
Steve Martinelli
e2f4d84ca5 Rename osc-functional to osc-dsvm-functional
Currently, the funcitonal tests are not being run since the name
'osc-functional' doesn't have dsvm, which is required for firing
off a devstack related job.

Change-Id: I1700e15ea093677a6d7bd1bed15bef8d0ab9588c
2014-09-24 17:30:51 -04:00