diff options
author | Shubham Mishra <shivam828787@gmail.com> | 2020-11-03 14:43:08 +0530 |
---|---|---|
committer | Shubham Mishra <shivam828787@gmail.com> | 2020-11-03 14:58:07 +0530 |
commit | 656acff48dfba2f2945a3baf8d696007b8229200 (patch) | |
tree | bacd96e80c7811ad008b36ae8c287c4e7a3450ed /tools/md-testvnf/config.json | |
parent | 605102bb6a8a3b48f0c66d817614eec0ef42e017 (diff) |
Add image builder for testvnf using packer tool
Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
Change-Id: I76b25903bdd328c9dbaeaa6041f114f8e2b8dccf
Diffstat (limited to 'tools/md-testvnf/config.json')
-rw-r--r-- | tools/md-testvnf/config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/md-testvnf/config.json b/tools/md-testvnf/config.json new file mode 100644 index 00000000..fcfbf0cc --- /dev/null +++ b/tools/md-testvnf/config.json @@ -0,0 +1,11 @@ +{ + "username": "", + "password": "", + "networks" : "", + "source_image": "", + "flavor": "", + "domain_name": "", + "floating_ip_network" : "", + + "ssh_path": "" +} |