OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
This commit is contained in:
OpenDev Sysadmins 2019-04-19 19:52:39 +00:00
parent bcdf8c5905
commit 91ad8515e4
3 changed files with 27 additions and 27 deletions

View File

@ -1,5 +1,5 @@
[gerrit] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/stx-config.git project=starlingx/config.git
defaultbranch=f/keystone-db defaultbranch=f/keystone-db

View File

@ -55,9 +55,9 @@
Run py27 test for sysinv Run py27 test for sysinv
nodeset: ubuntu-xenial nodeset: ubuntu-xenial
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
- openstack/stx-integ - starlingx/integ
files: files:
- sysinv/sysinv/* - sysinv/sysinv/*
vars: vars:
@ -71,9 +71,9 @@
Run py35 test for sysinv Run py35 test for sysinv
nodeset: ubuntu-xenial nodeset: ubuntu-xenial
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
- openstack/stx-integ - starlingx/integ
files: files:
- sysinv/sysinv/* - sysinv/sysinv/*
vars: vars:
@ -97,9 +97,9 @@
description: | description: |
Run pylint test for sysinv Run pylint test for sysinv
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
- openstack/stx-integ - starlingx/integ
files: files:
- sysinv/sysinv/* - sysinv/sysinv/*
vars: vars:
@ -121,8 +121,8 @@
parent: tox parent: tox
description: Run py27 tests for controllerconfig description: Run py27 tests for controllerconfig
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
files: files:
- controllerconfig/* - controllerconfig/*
vars: vars:
@ -134,8 +134,8 @@
parent: tox parent: tox
description: Run pylint tests for controllerconfig description: Run pylint tests for controllerconfig
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
files: files:
- controllerconfig/* - controllerconfig/*
vars: vars:
@ -157,7 +157,7 @@
parent: tox parent: tox
description: Run pylint tests for configutilities description: Run pylint tests for configutilities
required-projects: required-projects:
- openstack/stx-update - starlingx/update
files: files:
- configutilities/* - configutilities/*
vars: vars:
@ -169,9 +169,9 @@
parent: stx-devstack-base parent: stx-devstack-base
timeout: 7800 timeout: 7800
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
- openstack/stx-integ - starlingx/integ
vars: vars:
tox_envlist: functional tox_envlist: functional
devstack_services: devstack_services:
@ -204,9 +204,9 @@
files: files:
- sysinv/cgts-client/* - sysinv/cgts-client/*
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
- openstack/stx-integ - starlingx/integ
vars: vars:
tox_envlist: py27 tox_envlist: py27
tox_extra_args: -c sysinv/cgts-client/cgts-client/tox.ini tox_extra_args: -c sysinv/cgts-client/cgts-client/tox.ini
@ -230,9 +230,9 @@
files: files:
- sysinv/cgts-client/* - sysinv/cgts-client/*
required-projects: required-projects:
- openstack/stx-update - starlingx/update
- openstack/stx-fault - starlingx/fault
- openstack/stx-integ - starlingx/integ
vars: vars:
tox_envlist: pylint tox_envlist: pylint
tox_extra_args: -c sysinv/cgts-client/cgts-client/tox.ini tox_extra_args: -c sysinv/cgts-client/cgts-client/tox.ini

View File

@ -1,5 +1,5 @@
# Job cloned from: # Job cloned from:
# https://github.com/openstack-infra/openstack-zuul-jobs/blob/master/playbooks/legacy/puppet-lint/run.yaml # https://github.com/openstack/openstack-zuul-jobs/blob/master/playbooks/legacy/puppet-lint/run.yaml
# to install gem and puppet-lint in Zuul operating enviroment, # to install gem and puppet-lint in Zuul operating enviroment,
# before running puppet-lint within the tox.ini file. The only # before running puppet-lint within the tox.ini file. The only
# modification to this job is to not run puppet-lint here. # modification to this job is to not run puppet-lint here.
@ -42,7 +42,7 @@
dest: . dest: .
EOF EOF
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT git://opendev.org $ZUUL_PROJECT
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}' environment: '{{ zuul | zuul_legacy_vars }}'