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
|
- change-merged
|
||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
|
- stackforge/murano
|
||||||
- stackforge/murano-agent
|
- stackforge/murano-agent
|
||||||
- stackforge/murano-api
|
|
||||||
- stackforge/murano-conductor
|
- stackforge/murano-conductor
|
||||||
- stackforge/murano-dashboard
|
- stackforge/murano-dashboard
|
||||||
- stackforge/murano-deployment
|
- stackforge/murano-deployment
|
||||||
|
@ -17,18 +17,18 @@
|
|||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_TIMEOUT=60
|
export DEVSTACK_GATE_TIMEOUT=60
|
||||||
export ENABLED_SERVICES=murano,murano-api,murano-engine,tempest
|
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/murano-dashboard $PROJECTS"
|
||||||
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
|
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
|
||||||
|
|
||||||
function pre_test_hook {
|
function pre_test_hook {
|
||||||
cd /opt/stack/new/murano-api/functionaltests
|
cd /opt/stack/new/murano/functionaltests
|
||||||
./pre_test_hook.sh
|
./pre_test_hook.sh
|
||||||
}
|
}
|
||||||
export -f pre_test_hook
|
export -f pre_test_hook
|
||||||
|
|
||||||
function post_test_hook {
|
function post_test_hook {
|
||||||
cd /opt/stack/new/murano-api/functionaltests
|
cd /opt/stack/new/murano/functionaltests
|
||||||
./post_test_hook.sh
|
./post_test_hook.sh
|
||||||
}
|
}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: murano-api
|
name: murano
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
node: bare-precise
|
node: bare-precise
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
@ -713,14 +713,12 @@
|
|||||||
upstream: git://github.com/rakhmerov/mistral-extra.git
|
upstream: git://github.com/rakhmerov/mistral-extra.git
|
||||||
acl-config: /home/gerrit2/acls/stackforge/mistral.config
|
acl-config: /home/gerrit2/acls/stackforge/mistral.config
|
||||||
- project: stackforge/MRaaS
|
- project: stackforge/MRaaS
|
||||||
|
- project: stackforge/murano
|
||||||
|
upstream: git://github.com/Mirantis/murano-api.git
|
||||||
- project: stackforge/murano-agent
|
- project: stackforge/murano-agent
|
||||||
group: murano
|
group: murano
|
||||||
upstream: git://github.com/Mirantis/murano-agent.git
|
upstream: git://github.com/Mirantis/murano-agent.git
|
||||||
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
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
|
- project: stackforge/murano-common
|
||||||
group: murano
|
group: murano
|
||||||
upstream: git://github.com/sergmelikyan/murano-common.git
|
upstream: git://github.com/sergmelikyan/murano-common.git
|
||||||
|
@ -530,7 +530,7 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-python-muranoclient-python33
|
- name: gate-python-muranoclient-python33
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-murano-api-requirements
|
- name: gate-murano-requirements
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-python-muranoclient-requirements
|
- name: gate-python-muranoclient-requirements
|
||||||
voting: false
|
voting: false
|
||||||
@ -3961,21 +3961,21 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- noop
|
- noop
|
||||||
|
|
||||||
- name: stackforge/murano-api
|
- name: stackforge/murano
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
check:
|
check:
|
||||||
- gate-murano-api-requirements
|
- gate-murano-requirements
|
||||||
- gate-murano-devstack-dsvm
|
- gate-murano-devstack-dsvm
|
||||||
post:
|
post:
|
||||||
- murano-api-branch-tarball
|
- murano-branch-tarball
|
||||||
- hook-murano-api-rtfd
|
- hook-murano-rtfd
|
||||||
pre-release:
|
pre-release:
|
||||||
- murano-api-tarball
|
- murano-tarball
|
||||||
- hook-murano-api-rtfd
|
- hook-murano-rtfd
|
||||||
release:
|
release:
|
||||||
- murano-api-tarball
|
- murano-tarball
|
||||||
- hook-murano-api-rtfd
|
- hook-murano-rtfd
|
||||||
|
|
||||||
- name: stackforge/murano-common
|
- name: stackforge/murano-common
|
||||||
check:
|
check:
|
||||||
|
Loading…
Reference in New Issue
Block a user