X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Ftemplates%2Frobot.json;h=e361c805764785cfeb5dd9fd377ebb5a325f495a;hb=b8d6c13f439fda647aeb7a0064e3862562513cd4;hp=a20eefbdcaf51fafba252c157b4714fb5d505b2f;hpb=28e129ff50707866b4ad418acda19205462586f7;p=releng%2Fbuilder.git diff --git a/packer/templates/robot.json b/packer/templates/robot.json index a20eefbdc..e361c8057 100644 --- a/packer/templates/robot.json +++ b/packer/templates/robot.json @@ -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 }, @@ -30,7 +28,7 @@ "region": "DFW", "ssh_username": "{{user `public_cloud_user`}}", "image_name": "{{user `distro`}} - robot - {{isotime \"20060102-1504\"}}", - "source_image_name": "{{user `public_base_image`}}", + "source_image": "{{user `public_base_image`}}", "flavor": "general1-1", "networks": [ "{{user `public_network`}}" @@ -60,6 +58,7 @@ "scripts": [ "provision/baseline.sh", "provision/robot.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"