Update Pin RS centos7 image to working version
[releng/builder.git] / packer / templates / mininet.json
index 180975b7519a6921142c2ade68eafdb38700c891..702f5be15b6206791927f0832cee935e0c9a4c22 100644 (file)
@@ -7,7 +7,6 @@
     "public_tenant": null,
     "public_user": null,
     "public_pass": null,
-
     "private_base_image": null,
     "private_network": null,
     "private_cloud_user": null,
@@ -15,7 +14,6 @@
     "private_tenant": null,
     "private_user": null,
     "private_pass": null,
-
     "distro": null,
     "cloud_user_data": null
   },
@@ -60,6 +58,7 @@
       "scripts": [
         "provision/baseline.sh",
         "provision/mininet.sh",
+        "provision/system_reseal_local_env.sh",
         "provision/system_reseal.sh"
       ],
       "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"