This is part of the migration from devstack-centos7 to centos-7 dibs.
Change-Id: Ib504a67f2086897d42384d9c1a4cc58f5af9ed8d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
From time to time we see network connectivity issues from instances
to various destinations. Particularly negative impact occurs if jobs
can't reach the main git mirror, since they pretty much all need to
check it for updates to whatever repo(s) they use. It's helpful, in
these instances, to be able to provide traceroutes from the affected
instances so that our providers can diagnose potential issues within
their networks.
Change-Id: Ide9db3673bbbe25de246b33907908376e99895fd
Prepare for the removal of devstack-centos7. We are also using
bindep-fallback.txt in dibs[1].
[1] http://nodepool.openstack.org/dib.centos-7.log
Change-Id: I0c30547a63d02fe34b1d3a3a1aa54fde7c2d143c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
These _temporary_ changes should allow sahara-tests-release to:
- create a new, orphan branch where to push a series of (imported)
commits from another repositories;
- push a merge commit from the said orphan branch to master for proper
review;
- disable the tests from being executed (exception: the required basic
tests).
The first draft of the complete plan was outlined here:
http://lists.openstack.org/pipermail/openstack-dev/2016-March/089929.html
Change-Id: I72b8e0b777573fb8249c052ecfbfd213bcc87a93
When we removed the restrict memory grub stuff because hpcloud was no
longer in use we also removed the configuration updates that set the
grub timeout to 0. This can save many seconds per instance boot purely
waiting for grub to timeout and continue booting the host.
Change-Id: I2d79ec4ebd55f927d868e06c8f00cf50f34f3b92
This job picks up whatever is in global-requirements in a
specific branch and files reviews in projects that need
an update. So this should run on all branches, not just
master. This was broken in the following change:
Iefec39861421a77643e0c06acc36689ac863e2ef
Change-Id: I731eee2b23cf3d0ba6ff37c4f501d285f020fdb1
We have no jobs using devstack-trusty images anymore, so we can remove
the images from nodepool.
Change-Id: I6f1755414944440922c77b5fe0d702f2cb0044c7
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
For Kolla project, icehouse, juno, and kilo have all been removed
as branches from the repository.
This is housecleaning to remove them from the accessbot.
Change-Id: Ib0d1d699bfe32952bfb63461c7c38ee5a0aed893
We are in the process of retiring the devstack-centos7 image. Moving
the non-voting jobs will allow us to smoke test the centos-7 dib
before moving on to voting jobs.
Change-Id: Icbe24ea402be06254b710e504cd2a5f5743876b0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
It looks like I missconfigured the new test job in commit f90d35885e
The following error occured:
The /opt/stack/new/apr project was not found;
if this is a gate job, add the project to the
$PROJECTS variable in the job definition.
die 534 'Cloning not allowed in this configuration'
Apparently the correct structure is:
export PROJECTS="openstack/$project-name $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin $project-name $repo-URL
This patch changes this accordingly.
Change-Id: I265026ff146bd0a16b3aae5361124c5ce147d9c6
We'll be using this to validate our puppet manifests for
system-config.
Change-Id: If3e0bbb40759954d67030a81a13c8200c457aaf7
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
The content from the openstack-ansible-os_swift_sync repository has
been merged into the openstack-ansible-os_swift repository and is
therefore no longer needed.
This patch implements the retirement of the os_swift_sync
repository from gate testing as per [1].
[1] http://docs.openstack.org/infra/manual/drivers.html#retiring-a-project
Change-Id: I7e44cff8302dfcedc4ca93dbcd862c50ac860cf4
Currently this is causing our accessbot changes to fail,
because when hitting that redirection the check hangs until
it times out. Renaming accessbot and gerritbot to properly
reflect the new name of the channel.
Change-Id: I89097ae0dbacc16bf5e94c1df75f81087d6f9404