Add vnf, tag create & Associate Plugins 61/30461/7
authorKumar Rishabh <shailrishabh@gmail.com>
Tue, 14 Mar 2017 19:32:11 +0000 (01:02 +0530)
committerKumar Rishabh <shailrishabh@gmail.com>
Thu, 16 Mar 2017 02:38:12 +0000 (08:08 +0530)
commit0ddfff32a990dda5a487229641aa189161f3d25a
tree5448523a516b1c9efd932c9be96ebe832aab7a47
parenta18c846020f2833ed887f6a44ef602a73bfe88a6
Add vnf, tag create & Associate Plugins

Adds support for accessing database, plugin to create tags and
vnfs and make association between them. Also adds autocomplete feature
to vnf-tag association.

Change-Id: Id55f998df68ae5e6e6fd298c6393b3500777468a
Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
28 files changed:
utils/test/vnfcatalogue/VNF_Catalogue/README.md
utils/test/vnfcatalogue/VNF_Catalogue/app.js
utils/test/vnfcatalogue/VNF_Catalogue/database.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/package.json
utils/test/vnfcatalogue/VNF_Catalogue/public/3rd_party/typeahead.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/public/javascripts/global.js
utils/test/vnfcatalogue/VNF_Catalogue/public/javascripts/mode_edit.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/public/javascripts/search_results.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/public/stylesheets/project_profile.css [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/public/stylesheets/search_form.css [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/public/stylesheets/search_projects.css
utils/test/vnfcatalogue/VNF_Catalogue/public/stylesheets/style.css
utils/test/vnfcatalogue/VNF_Catalogue/public/uploads/logo.png [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/routes/add_project.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/routes/add_tag.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/routes/project_profile.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/routes/search_projects.js
utils/test/vnfcatalogue/VNF_Catalogue/routes/search_tag.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/routes/search_vnf.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/routes/vnf_tag_association.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/add_project.jade [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/index.jade
utils/test/vnfcatalogue/VNF_Catalogue/views/layout.jade
utils/test/vnfcatalogue/VNF_Catalogue/views/project_profile.jade [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/search.jade [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/views/search_projects.jade
utils/test/vnfcatalogue/VNF_Catalogue/views/vnf_tag_association.jade [new file with mode: 0644]
utils/test/vnfcatalogue/helpers/migrate.js