This commit is contained in:
@@ -178,7 +178,7 @@ def main():
|
|||||||
|
|
||||||
ovf = "%s-%s.ovf" % (build_data['build_name'], data['TYPED_VERSION'])
|
ovf = "%s-%s.ovf" % (build_data['build_name'], data['TYPED_VERSION'])
|
||||||
mf = "%s-%s.mf" % (build_data['build_name'], data['TYPED_VERSION'])
|
mf = "%s-%s.mf" % (build_data['build_name'], data['TYPED_VERSION'])
|
||||||
ova = "%s-%s.ova" % (build_data['build_name'], data['TYPED_VERSION'])
|
ova = "%s-%s-%s.ova" % (build_data['build_name'], data['TYPED_VERSION'], "debug")
|
||||||
|
|
||||||
# Create OVF
|
# Create OVF
|
||||||
create_ovf(ovf, data, ovf_template)
|
create_ovf(ovf, data, ovf_template)
|
||||||
|
|||||||
@@ -221,7 +221,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"password": "{{user `password`}}",
|
"password": "{{user `password`}}",
|
||||||
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c 'usermod -L {{user `ssh_username`}} && {{user `shutdown_command`}}'",
|
"shutdown_command": "echo '{{user `ssh_password`}}' | sudo -S -E sh -c '{{user `shutdown_command`}}'",
|
||||||
"ssh_password": "{{user `ssh_password`}}",
|
"ssh_password": "{{user `ssh_password`}}",
|
||||||
"ssh_timeout": "4h",
|
"ssh_timeout": "4h",
|
||||||
"ssh_username": "{{user `ssh_username`}}",
|
"ssh_username": "{{user `ssh_username`}}",
|
||||||
|
|||||||
Reference in New Issue
Block a user