You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by em...@apache.org on 2017/05/01 22:23:51 UTC

[02/13] incubator-ariatosca git commit: ARIA-145 deploying CLI config file at installation

ARIA-145 deploying CLI config file at installation


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f73c121a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f73c121a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/f73c121a

Branch: refs/heads/ARIA-139-attributes
Commit: f73c121a3d74c5fd08ec71de194b0646f5949e5e
Parents: 1321d27
Author: Ran Ziv <ra...@gigaspaces.com>
Authored: Thu Apr 20 15:00:30 2017 +0300
Committer: Ran Ziv <ra...@gigaspaces.com>
Committed: Thu Apr 20 15:00:30 2017 +0300

----------------------------------------------------------------------
 setup.py | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f73c121a/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index b64453a..c0ad75b 100644
--- a/setup.py
+++ b/setup.py
@@ -127,6 +127,9 @@ setup(
                            include=['{0}*'.format(name) for name in _EXTENSION_NAMES]),
     package_dir=dict((name, '{0}/{1}'.format(_EXTENSION_DIR, name)) for name in _EXTENSION_NAMES),
     package_data={
+        'aria': [
+            'cli/config/config_template.yaml'
+        ],
         'aria_extension_tosca': [
             'profiles/tosca-simple-1.0/**',
             'profiles/tosca-simple-nfv-1.0/**',