aboutsummaryrefslogtreecommitdiffstats
path: root/docker/vnf/Dockerfile
AgeCommit message (Expand)AuthorFilesLines
2020-10
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools

# In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
try:
    import multiprocessing  # noqa
except ImportError:
    pass

setuptools.setup(
    setup_requires=['pbr>=2.0.0'],
    pbr=True)
g class='inline' src='//seccdn.libravatar.org/avatar/461171f30fb05602c8b20aacb5494fcb?s=13&d=retro' />Cédric Ollivier1-5/+2 2019-07-09Remove functest-tempestCédric Ollivier1-1/+1 2019-05-28Remove PyNacl contraints in FeaturesCédric Ollivier1-0/+1 2019-05-21Avoid running local dnsmasq when testing IMSCédric Ollivier1-1/+1 2019-05-13Update to Python3Cédric Ollivier1-4/+7 2019-04-20Build arm* functest-vnf containers via travis-ciCédric Ollivier1-13/+16 2019-04-20Update all OpenStack refs to opendev.orgCédric Ollivier1-2/+2 2019-03-20Update rest-client for IMS testingCédric Ollivier1-1/+1 2019-03-07Modify the upstream Clearwater Heat filesCédric Ollivier1-3/+3 2019-02-27Ensure boot order in heat_imsCédric Ollivier1-2/+5 2019-02-15Harden upper-constraints.txt operationsCédric Ollivier1-5/+4 2019-02-12Remove go cache dirCédric Ollivier1-1/+1 2019-02-12Select last git commit id from vyos blueprintCédric Ollivier1-1/+1 2019-02-11Update and enable Cloudify-based testcasesCédric Ollivier1-2/+3 2018-11-15Switch to Clearwater Zamin (heat_ims)Cédric Ollivier1-2/+2 2018-10-25Revert "Temporarily switch to collivier/abot_charm"Cédric Ollivier1-1/+1 2018-10-25Temporarily switch to collivier/abot_charmCédric Ollivier1-1/+1 2018-09-24Update Juju to 2.3.9Cédric Ollivier1-1/+1 2018-09-13Update constraints to OpenStack masterCédric Ollivier1-1/+1 2018-09-11Fix godeps commit idCédric Ollivier1-1/+3 2018-09-08Stop cloning when running vyos_vrouterCédric Ollivier1-0/+5 2018-09-03Avoid cloning reposCédric Ollivier1-12/+24 2018-09-02Optimize fetchCédric Ollivier1-5/+5 2018-09-01Allow refs as vnf requirement versionsCédric Ollivier1-3/+9 2018-09-01Avoid downloading git historyCédric Ollivier1-2/+2 2018-08-26Set juju wait versionCédric Ollivier1-1/+2 2018-07-23New Heat IMS testcaseValentin Boucher1-3/+5 2018-07-18Delete the right dir when building functest-vnfCédric Ollivier1-1/+1 2018-06-19Add functest in upper-constraintsCédric Ollivier1-3/+4 2018-06-09Select the right quaff repoCédric Ollivier1-2/+2 2018-06-09Force unf_ext 0.0.7.4Cédric Ollivier1-0/+1 2018-06-09Stop using a forked obsolete repoCédric Ollivier1-4/+9 2018-05-11Install Cloudify descritors in functest-vnfCédric Ollivier1-3/+8 2018-04-12Update to stable/queensCédric Ollivier1-1/+1 2018-03-02Leverage on XtestingCédric Ollivier1-1/+1 2018-02-01Install vEPC dependencies in DockerfileCédric Ollivier1-0/+9 2017-12-11vEPC tests with juju as an VNF managersoumaya1-3/+13