[autohelp] Simple neutron handling

* Only keep the core projects (neutron and neutron-*aas)
* Fix the installation of addition packages

Change-Id: If98405b17fe94c428812047a406c21dcf54394c3
This commit is contained in:
Gauvain Pocentek 2015-12-03 20:52:18 +01:00
parent 66acf4f037
commit 54d05080e6
4 changed files with 4 additions and 102 deletions

View File

@ -170,8 +170,9 @@ if [ "$FAST" -eq 0 ] ; then
get_project $project get_project $project
( (
cd $SOURCESDIR/$project pushd $SOURCESDIR/$project
find $project -name "*.pyc" -delete module=$(echo $project | tr - _ )
find $module -name "*.pyc" -delete
GIT_CMD="git show-ref --verify --quiet refs/heads/$BRANCH" GIT_CMD="git show-ref --verify --quiet refs/heads/$BRANCH"
if $GIT_CMD; then if $GIT_CMD; then
git checkout $BRANCH git checkout $BRANCH
@ -180,6 +181,7 @@ if [ "$FAST" -eq 0 ] ; then
fi fi
pip install -rrequirements.txt -rtest-requirements.txt pip install -rrequirements.txt -rtest-requirements.txt
python setup.py install python setup.py install
popd
if [ -e extra_repos/$project-$RELEASE.txt ]; then if [ -e extra_repos/$project-$RELEASE.txt ]; then
while read extra; do while read extra; do

View File

@ -6,16 +6,6 @@ designate.api.v1.extensions.touch
glance.contrib.plugins.artifacts_sample.setup glance.contrib.plugins.artifacts_sample.setup
glance.contrib.plugins.image_artifact.setup glance.contrib.plugins.image_artifact.setup
manila.db.migrations.alembic.env manila.db.migrations.alembic.env
neutron.plugins.ml2.drivers.cisco.nexus.type_nexus_vxlan
networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions
networking_cisco.plugins.ml2.drivers.cisco.n1kv.mech_cisco_n1kv
networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_client
networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_db
networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_ext_driver
networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_models
networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_sync
networking_cisco.plugins.ml2.drivers.cisco.n1kv.network_profile_service
networking_cisco.plugins.ml2.drivers.cisco.n1kv.policy_profile_service
trove.guestagent.datastore.experimental.postgresql.manager trove.guestagent.datastore.experimental.postgresql.manager
trove.guestagent.datastore.experimental.postgresql.service.database trove.guestagent.datastore.experimental.postgresql.service.database
trove.guestagent.datastore.experimental.postgresql.service.root trove.guestagent.datastore.experimental.postgresql.service.root

View File

@ -1,33 +1,3 @@
dragonflow
kuryr
neutron-fwaas neutron-fwaas
neutron-lbaas neutron-lbaas
neutron-vpnaas neutron-vpnaas
networking-6wind
networking-ale-omniswitch
networking-arista
networking-bagpipe
networking-bgpvpn
networking-brocade
networking-calico
networking-cisco
networking-edge-vpn
networking-fujitsu
networking-hyperv
networking-infoblox
networking-l2gw
networking-midonet
networking-mlnx
networking-nec
networking-odl
networking-ofagent
networking-onos
networking-ovn
networking-ovs-dpdk
networking-plumgrid
networking-powervm
networking-sfc
networking-vsphere
networking-zvm
octavia
vmware-nsx

View File

@ -1,60 +0,0 @@
ryu
# lbaas
kemptech-openstack-lbaas >= 1.0.2
a10-neutron-lbaas
neutron_radware_lbaas
neutron_radware_lbaas_v2
# for vmware
-e git+https://git.openstack.org/openstack/nova.git#egg=nova
# for a bunch of plugins
-e git+https://git.openstack.org/openstack/neutron.git@master#egg=neutron
-e git+https://git.openstack.org/openstack/neutron-fwaas.git@master#egg=neutron-fwaas
-e git+https://git.openstack.org/openstack/neutron-lbaas.git@master#egg=neutron-lbaas
-e git+https://git.openstack.org/openstack/neutron-vpnaas.git@master#egg=neutron-vpnaas
# for cisco
-e git+https://github.com/noironetworks/apicapi.git@master#egg=apicapi
pika
# for dragonflow
etcd
# for midonet
-e git+https://github.com/midonet/python-midonetclient.git@master#egg=midonetclient
# for neutron
-e git+https://github.com/nuagenetworks/nuage-openstack-neutron.git@master#egg=nuage
# for powervm
-e git+https://github.com/pypowervm/pypowervm.git@master#egg=pypowervm
# for octavia
pyroute2
-e git+https://git.openstack.org/openstack/networking-6wind.git#egg=networking-6wind
-e git+https://git.openstack.org/openstack/networking-ale-omniswitch.git#egg=networking-ale-omniswitch
-e git+https://git.openstack.org/openstack/networking-arista.git#egg=networking-arista
-e git+https://git.openstack.org/openstack/networking-bagpipe.git#egg=networking-bagpipe
#-e git+https://git.openstack.org/openstack/networking-bgpvpn.git#egg=networking-bgpvpn
-e git+https://git.openstack.org/openstack/networking-brocade.git#egg=networking-brocade
-e git+https://git.openstack.org/openstack/networking-calico.git#egg=networking-calico
-e git+https://git.openstack.org/openstack/networking-cisco.git#egg=networking-cisco
-e git+https://git.openstack.org/openstack/networking-edge-vpn.git#egg=networking-edge-vpn
-e git+https://git.openstack.org/openstack/networking-fujitsu.git#egg=networking-fujitsu
-e git+https://git.openstack.org/openstack/networking-hyperv.git#egg=networking-hyperv
-e git+https://git.openstack.org/openstack/networking-infoblox.git#egg=networking-infoblox
-e git+https://git.openstack.org/openstack/networking-l2gw.git#egg=networking-l2gw
#-e git+https://git.openstack.org/openstack/networking-lenovo.git#egg=networking-lenovo
-e git+https://git.openstack.org/openstack/networking-midonet.git#egg=networking-midonet
-e git+https://git.openstack.org/openstack/networking-mlnx.git#egg=networking-mlnx
-e git+https://git.openstack.org/openstack/networking-nec.git#egg=networking-nec
-e git+https://git.openstack.org/openstack/networking-odl.git#egg=networking-odl
-e git+https://git.openstack.org/openstack/networking-ofagent.git#egg=networking-ofagent
-e git+https://git.openstack.org/openstack/networking-onos.git#egg=networking-onos
-e git+https://git.openstack.org/openstack/networking-ovn.git#egg=networking-ovn
-e git+https://git.openstack.org/openstack/networking-ovs-dpdk.git#egg=networking-ovs-dpdk
-e git+https://git.openstack.org/openstack/networking-plumgrid.git#egg=networking-plumgrid
-e git+https://git.openstack.org/openstack/networking-powervm.git#egg=networking-powervm
-e git+https://git.openstack.org/openstack/networking-sfc.git#egg=networking-sfc
-e git+https://git.openstack.org/openstack/networking-vsphere.git#egg=networking-vsphere
-e git+https://git.openstack.org/openstack/networking-zvm.git#egg=networking-zvm
-e git+https://git.openstack.org/openstack/octavia.git#egg=octavia
-e git+https://git.openstack.org/openstack/vmware-nsx.git#egg=vmware-nsx