-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Base Box `nat-xenial` | ||
Base Box `bionic` | ||
====================== | ||
|
||
This box builds a NAT'd Ubuntu Xenial RH or Peer based on configuration settings. | ||
This box builds an Ubuntu Bionic RH or Peer based on configuration settings. | ||
|
||
Unless stated otherwise all machine architectures are amd64. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"output": "vagrant-subutai-{{user `vm_name`}}-hyperv-{{user `version`}}.box", | ||
"vagrantfile_template": ".\\xenial\\hyperv\\Vagrantfile" | ||
} | ||
"vagrantfile_template": ".\\bionic\\hyperv\\Vagrantfile" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"output": "vagrant-subutai-{{user `vm_name`}}-libvirt-{{user `version`}}.box", | ||
"vagrantfile_template": "{{user `base_dir`}}/xenial/libvirt/branch/Vagrantfile", | ||
"vagrantfile_template": "{{user `base_dir`}}/bionic/libvirt/branch/Vagrantfile", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"output": "vagrant-subutai-{{user `vm_name`}}-parallels-{{user `version`}}.box", | ||
"vagrantfile_template": "{{user `base_dir`}}/xenial/parallels/branch/Vagrantfile", | ||
"vagrantfile_template": "{{user `base_dir`}}/bionic/parallels/branch/Vagrantfile", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"output": "vagrant-subutai-{{user `vm_name`}}-virtualbox-{{user `version`}}.box", | ||
"vagrantfile_template": "{{user `base_dir`}}/xenial/virtualbox/branch/Vagrantfile", | ||
"vagrantfile_template": "{{user `base_dir`}}/bionic/virtualbox/branch/Vagrantfile", | ||
"include": [ | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"output": "vagrant-subutai-{{user `vm_name`}}-vmware-{{user `version`}}.box", | ||
"vagrantfile_template": "{{user `base_dir`}}/xenial/vmware/branch/Vagrantfile", | ||
"vagrantfile_template": "{{user `base_dir`}}/bionic/vmware/branch/Vagrantfile", | ||
} |