X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Ftemplates%2Fgbp.json;h=b82f468dafdbbcc90df6776e05a00ab90176ab2b;hb=818eff4aa893baca63130dbc45d85250c70b8c84;hp=52d420adddb1824d059f39efbf1599648c236d27;hpb=6b4cc20fa5c48e706201a902c70c63f9e0520603;p=releng%2Fbuilder.git diff --git a/packer/templates/gbp.json b/packer/templates/gbp.json index 52d420add..b82f468da 100644 --- a/packer/templates/gbp.json +++ b/packer/templates/gbp.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 }, @@ -57,7 +55,9 @@ "provisioners": [ { "type": "shell", - "inline": ["mkdir -p /tmp/packer"] + "inline": [ + "mkdir -p /tmp/packer" + ] }, { "type": "file", @@ -69,6 +69,7 @@ "scripts": [ "provision/baseline.sh", "provision/gbp.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"