summaryrefslogtreecommitdiffstats
path: root/vnfcatalogue/helpers
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28Add docker-compose files and requirementsKumar Rishabh1-4/+4
This adds docker-compose file to define a multi-container vnf_catalogue service alongwith helper service to migrate the schema. Requires docker-compose installation To run :: docker-compose up The webapp by default would be accessible at ip_address:3000 Change-Id: I32daf7f76fb1d82116545187395cd96535c94541 Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
2017-03-17Merge "Add vnf, tag create & Associate Plugins"Morgan Richomme1-2/+2
2017-03-16Add vnf, tag create & Associate PluginsKumar Rishabh1-2/+2
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>
2017-03-15Add support for enum & expand vnf_catalogue schemaKumar Rishabh2-1/+15
Adds support for enum and expands the vnf_catalogue schema. Change-Id: Ifa2be1a01ad8e12f5f34d6472976f2a862189d48 Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
2017-02-03Added helper scriptsKumar Rishabh3-0/+151
Helper scripts to migrate schema for the mysql database. Change-Id: Id598c398318967a117a4dbaa3dc21eab22b24d68 Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>