From 656acff48dfba2f2945a3baf8d696007b8229200 Mon Sep 17 00:00:00 2001 From: Shubham Mishra Date: Tue, 3 Nov 2020 14:43:08 +0530 Subject: Add image builder for testvnf using packer tool Signed-off-by: Shubham Mishra Change-Id: I76b25903bdd328c9dbaeaa6041f114f8e2b8dccf --- tools/md-testvnf/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/md-testvnf/config.json (limited to 'tools/md-testvnf/config.json') 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": "" +} -- cgit 1.2.3-korg