Helm charts for supporting clustering in ODL
[integration/packaging.git] / packer / templates / virtualbox.json
index 516b6771e49372f0a4401d9229f9d55404955390..61c63b02b16b6476430a21a6752ca15ce4b863cc 100644 (file)
@@ -4,7 +4,6 @@
         "os_name": null,
         "os_version": null,
         "guest_os_type": null,
-        "rpm_repo_file": null,
         "rpm_repo_url": null,
         "iso_urls": null,
         "iso_checksum": null
@@ -16,7 +15,7 @@
             "iso_urls": "{{ user `iso_urls` }}",
             "iso_checksum": "{{ user `iso_checksum` }}",
             "iso_checksum_type": "sha256",
-            "headless": "false",
+            "headless": "true",
             "ssh_username": "vagrant",
             "ssh_password": "vagrant",
             "ssh_wait_timeout": "30m",
@@ -48,6 +47,7 @@
                 "provision/config_virtualbox_{{ user `os_name`}}.sh",
                 "provision/config_vagrant.sh",
                 "provision/config_ansible_{{ user `os_name`}}.sh",
+                "provision/update_{{ user `os_name`}}.sh",
                 "provision/cleanup_{{ user `os_name`}}.sh",
                 "provision/minimize.sh"
             ]
@@ -57,8 +57,7 @@
             "playbook_file": "provision/install_odl.yml",
             "extra_arguments": [
                 "--extra-vars",
-                "\"rpm_repo_file={{ user `rpm_repo_file` }}",
-                "rpm_repo_url={{ user `rpm_repo_url` }}\""
+                "\"rpm_repo_url={{ user `rpm_repo_url` }}\""
             ]
         }
     ],