From 62e0ccc399df0a02c288c176cc869b30756997ba Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 13 Jun 2013 10:13:55 -0700 Subject: [PATCH] Rename moniker to designate. Change-Id: Ie50b89a33a39b45816469c8b2fb00cf2d6df20de Reviewed-on: https://review.openstack.org/32929 Tested-by: Jenkins Reviewed-by: Clark Boylan Reviewed-by: Jeremy Stanley Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: James E. Blair --- .../files/gerritbot_channel_config.yaml | 4 +- .../files/update_gerrit_users.py | 4 +- .../{moniker.config => designate.config} | 8 +-- ...t.config => python-designateclient.config} | 8 +-- .../jenkins_job_builder/config/projects.yaml | 4 +- .../files/zuul/layout-dev.yaml | 20 +++---- .../openstack_project/files/zuul/layout.yaml | 52 +++++++++---------- .../templates/review.projects.yaml.erb | 4 +- 8 files changed, 52 insertions(+), 52 deletions(-) rename modules/openstack_project/files/gerrit/acls/stackforge/{moniker.config => designate.config} (53%) rename modules/openstack_project/files/gerrit/acls/stackforge/{python-monikerclient.config => python-designateclient.config} (53%) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 0a79c0dcb2..fd47e5e1cd 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -104,8 +104,8 @@ openstack-dns: - change-merged - x-vrif-minus-2 projects: - - stackforge/moniker - - stackforge/python-monikerclient + - stackforge/designate + - stackforge/python-designateclient branches: - master diff --git a/modules/launchpad_sync/files/update_gerrit_users.py b/modules/launchpad_sync/files/update_gerrit_users.py index d917934155..f8f19c5c81 100755 --- a/modules/launchpad_sync/files/update_gerrit_users.py +++ b/modules/launchpad_sync/files/update_gerrit_users.py @@ -281,8 +281,8 @@ class Sync(object): 'stackforge/diskimage-builder', 'stackforge/libra', 'stackforge/marconi', - 'stackforge/moniker', - 'stackforge/python-monikerclient', + 'stackforge/designate', + 'stackforge/python-designateclient', 'stackforge/python-reddwarfclient', 'stackforge/reddwarf', 'stackforge/reddwarf-integration', diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/moniker.config b/modules/openstack_project/files/gerrit/acls/stackforge/designate.config similarity index 53% rename from modules/openstack_project/files/gerrit/acls/stackforge/moniker.config rename to modules/openstack_project/files/gerrit/acls/stackforge/designate.config index f73795efaf..8cce4c222d 100644 --- a/modules/openstack_project/files/gerrit/acls/stackforge/moniker.config +++ b/modules/openstack_project/files/gerrit/acls/stackforge/designate.config @@ -1,11 +1,11 @@ [access "refs/*"] owner = group Administrators [access "refs/heads/*"] - label-Code-Review = -2..+2 group moniker-core - label-Approved = +0..+1 group moniker-core + label-Code-Review = -2..+2 group designate-core + label-Approved = +0..+1 group designate-core [access "refs/tags/*"] - create = group moniker-milestone - pushTag = group moniker-milestone + create = group designate-milestone + pushTag = group designate-milestone [receive] requireChangeId = true requireContributorAgreement = true diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/python-monikerclient.config b/modules/openstack_project/files/gerrit/acls/stackforge/python-designateclient.config similarity index 53% rename from modules/openstack_project/files/gerrit/acls/stackforge/python-monikerclient.config rename to modules/openstack_project/files/gerrit/acls/stackforge/python-designateclient.config index f73795efaf..8cce4c222d 100644 --- a/modules/openstack_project/files/gerrit/acls/stackforge/python-monikerclient.config +++ b/modules/openstack_project/files/gerrit/acls/stackforge/python-designateclient.config @@ -1,11 +1,11 @@ [access "refs/*"] owner = group Administrators [access "refs/heads/*"] - label-Code-Review = -2..+2 group moniker-core - label-Approved = +0..+1 group moniker-core + label-Code-Review = -2..+2 group designate-core + label-Approved = +0..+1 group designate-core [access "refs/tags/*"] - create = group moniker-milestone - pushTag = group moniker-milestone + create = group designate-milestone + pushTag = group designate-milestone [receive] requireChangeId = true requireContributorAgreement = true diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index ef5f0e5015..ace5fa6275 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -667,7 +667,7 @@ - project: - name: moniker + name: designate github-org: stackforge node: precise tarball-site: tarballs.openstack.org @@ -714,7 +714,7 @@ - project: - name: python-monikerclient + name: python-designateclient github-org: stackforge node: precise tarball-site: tarballs.openstack.org diff --git a/modules/openstack_project/files/zuul/layout-dev.yaml b/modules/openstack_project/files/zuul/layout-dev.yaml index 9e0471ac99..ea8d9ddade 100644 --- a/modules/openstack_project/files/zuul/layout-dev.yaml +++ b/modules/openstack_project/files/zuul/layout-dev.yaml @@ -489,19 +489,19 @@ projects: - gate-marconi-python26 - gate-marconi-python27 - - name: stackforge/moniker + - name: stackforge/designate check: - - gate-moniker-pyflakes - - gate-moniker-pep8 - - gate-moniker-python26 - - gate-moniker-python27 + - gate-designate-pyflakes + - gate-designate-pep8 + - gate-designate-python26 + - gate-designate-python27 - - name: stackforge/python-monikerclient + - name: stackforge/python-designateclient check: - - gate-python-monikerclient-pyflakes - - gate-python-monikerclient-pep8 - - gate-python-monikerclient-python26 - - gate-python-monikerclient-python27 + - gate-python-designateclient-pyflakes + - gate-python-designateclient-pep8 + - gate-python-designateclient-python26 + - gate-python-designateclient-python27 - name: stackforge/bufunfa check: diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 40adcde61c..d8c3a0648d 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1196,43 +1196,43 @@ projects: - gate-marconi-python26 - gate-marconi-python27 - - name: stackforge/moniker + - name: stackforge/designate check: - - gate-moniker-pep8 - - gate-moniker-python26 - - gate-moniker-python27 + - gate-designate-pep8 + - gate-designate-python26 + - gate-designate-python27 gate: - - gate-moniker-pep8 - - gate-moniker-python26 - - gate-moniker-python27 + - gate-designate-pep8 + - gate-designate-python26 + - gate-designate-python27 post: - - hook-moniker-rtfd - - moniker-coverage - - moniker-branch-tarball + - hook-designate-rtfd + - designate-coverage + - designate-branch-tarball pre-release: - - moniker-tarball + - designate-tarball release: - - moniker-tarball: - - moniker-pypi-upload + - designate-tarball: + - designate-pypi-upload - - name: stackforge/python-monikerclient + - name: stackforge/python-designateclient check: - - gate-python-monikerclient-pep8 - - gate-python-monikerclient-python26 - - gate-python-monikerclient-python27 + - gate-python-designateclient-pep8 + - gate-python-designateclient-python26 + - gate-python-designateclient-python27 gate: - - gate-python-monikerclient-pep8 - - gate-python-monikerclient-python26 - - gate-python-monikerclient-python27 + - gate-python-designateclient-pep8 + - gate-python-designateclient-python26 + - gate-python-designateclient-python27 post: - - hook-python-monikerclient-rtfd - - python-monikerclient-coverage - - python-monikerclient-branch-tarball + - hook-python-designateclient-rtfd + - python-designateclient-coverage + - python-designateclient-branch-tarball pre-release: - - python-monikerclient-tarball + - python-designateclient-tarball release: - - python-monikerclient-tarball: - - python-monikerclient-pypi-upload + - python-designateclient-tarball: + - python-designateclient-pypi-upload - name: stackforge/bindep check: diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index fcfd45275e..99a0b56703 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -126,11 +126,11 @@ - project: stackforge/libra - project: stackforge/python-libraclient - project: stackforge/marconi -- project: stackforge/moniker +- project: stackforge/designate - project: stackforge/billingstack upstream: git://github.com/billingstack/billingstack description: Billing software -- project: stackforge/python-monikerclient +- project: stackforge/python-designateclient - project: stackforge/python-reddwarfclient - project: stackforge/reddwarf - project: stackforge/reddwarf-integration