Rename murano-api repo to murano
Murano is moving to the common approach of using single server side repo. Change-Id: I0c3484264e0b0be46a2b3669129b01e303c7c87e
This commit is contained in:
parent
9b26f18aaa
commit
d9ebc2a173
@ -302,8 +302,8 @@ murano:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/murano
|
||||
- stackforge/murano-agent
|
||||
- stackforge/murano-api
|
||||
- stackforge/murano-conductor
|
||||
- stackforge/murano-dashboard
|
||||
- stackforge/murano-deployment
|
||||
|
@ -17,18 +17,18 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export ENABLED_SERVICES=murano,murano-api,murano-engine,tempest
|
||||
export PROJECTS="stackforge/murano-api $PROJECTS"
|
||||
export PROJECTS="stackforge/murano $PROJECTS"
|
||||
export PROJECTS="stackforge/murano-dashboard $PROJECTS"
|
||||
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
|
||||
|
||||
function pre_test_hook {
|
||||
cd /opt/stack/new/murano-api/functionaltests
|
||||
cd /opt/stack/new/murano/functionaltests
|
||||
./pre_test_hook.sh
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/murano-api/functionaltests
|
||||
cd /opt/stack/new/murano/functionaltests
|
||||
./post_test_hook.sh
|
||||
}
|
||||
export -f post_test_hook
|
||||
|
@ -71,7 +71,7 @@
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: murano-api
|
||||
name: murano
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -713,14 +713,12 @@
|
||||
upstream: git://github.com/rakhmerov/mistral-extra.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/mistral.config
|
||||
- project: stackforge/MRaaS
|
||||
- project: stackforge/murano
|
||||
upstream: git://github.com/Mirantis/murano-api.git
|
||||
- project: stackforge/murano-agent
|
||||
group: murano
|
||||
upstream: git://github.com/Mirantis/murano-agent.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||
- project: stackforge/murano-api
|
||||
group: murano
|
||||
upstream: git://github.com/Mirantis/murano-api.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||
- project: stackforge/murano-common
|
||||
group: murano
|
||||
upstream: git://github.com/sergmelikyan/murano-common.git
|
||||
|
@ -530,7 +530,7 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-python-muranoclient-python33
|
||||
voting: false
|
||||
- name: gate-murano-api-requirements
|
||||
- name: gate-murano-requirements
|
||||
voting: false
|
||||
- name: gate-python-muranoclient-requirements
|
||||
voting: false
|
||||
@ -3961,21 +3961,21 @@ projects:
|
||||
gate:
|
||||
- noop
|
||||
|
||||
- name: stackforge/murano-api
|
||||
- name: stackforge/murano
|
||||
template:
|
||||
- name: python-jobs
|
||||
check:
|
||||
- gate-murano-api-requirements
|
||||
- gate-murano-requirements
|
||||
- gate-murano-devstack-dsvm
|
||||
post:
|
||||
- murano-api-branch-tarball
|
||||
- hook-murano-api-rtfd
|
||||
- murano-branch-tarball
|
||||
- hook-murano-rtfd
|
||||
pre-release:
|
||||
- murano-api-tarball
|
||||
- hook-murano-api-rtfd
|
||||
- murano-tarball
|
||||
- hook-murano-rtfd
|
||||
release:
|
||||
- murano-api-tarball
|
||||
- hook-murano-api-rtfd
|
||||
- murano-tarball
|
||||
- hook-murano-rtfd
|
||||
|
||||
- name: stackforge/murano-common
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user