Fixes deployment on CentOS 7.6
[apex.git] / setup.cfg
index ee3105a..4bb9312 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,12 @@
 [metadata]
 name = apex
-summary = A ansible roles and tools for deploying OPNFV
+summary = TripleO based installer for deploying OPNFV
 description-file =
     INFO
 author = Apex Team
 author-email = michapma@redhat.com trozet@redhat.com dradez@redhat.com
 home-page = https://github.com/opnfv/apex
+license =  Apache-2
 classifier =
   License :: OSI Approved :: Apache Software License
   Development Status :: 4 - Beta
@@ -23,19 +24,27 @@ setup-hooks =
 [entry_points]
 console_scripts =
     opnfv-deploy = apex.deploy:main
+    opnfv-clean = apex.clean:main
+    opnfv-pyutil = apex.utils:main
 
 [files]
 packages =
     apex
 data_files =
     share/opnfv-apex/ =
+        build/containers-prepare-parameter.yaml
         build/network-environment.yaml
         build/opnfv-environment.yaml
+        build/upstream-environment.yaml
+        build/kubernetes-environment.yaml
         build/nics-template.yaml.jinja2
         build/csit-environment.yaml
+        build/csit-queens-environment.yaml
+        build/csit-rocky-environment.yaml
         build/virtual-environment.yaml
         build/baremetal-environment.yaml
         build/domain.xml
+        build/build_ovs_nsh.sh
     share/opnfv-apex/ansible = lib/ansible/*
     share/opnfv-apex/config = config/*
     share/opnfv-apex/docs = docs/*