Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
302a3aaa
Commit
302a3aaa
authored
Jul 29, 2016
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packer: Make names consistent with the files and purpose.
parent
a04286c7
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
packer/centos-6.7-vm-boostrap.json
packer/centos-6.7-vm-boostrap.json
+1
-1
packer/centos-7.2-vm-bootstrap.json
packer/centos-7.2-vm-bootstrap.json
+1
-1
packer/debian7-vm-bootstrap.json
packer/debian7-vm-bootstrap.json
+1
-1
packer/debian8-vm-boostrap.json
packer/debian8-vm-boostrap.json
+1
-1
packer/debian8-webrunner-standalone.json
packer/debian8-webrunner-standalone.json
+1
-1
packer/ubuntu-14.04-server-amd64-vm-bootstrap.json
packer/ubuntu-14.04-server-amd64-vm-bootstrap.json
+1
-1
packer/ubuntu-15.04-server-amd64-vm-bootstrap.json
packer/ubuntu-15.04-server-amd64-vm-bootstrap.json
+2
-1
No files found.
packer/centos-6.7-vm-boostrap.json
View file @
302a3aaa
...
...
@@ -9,7 +9,7 @@
"builders"
:
[
{
"name"
:
"centos68-
slapos
"
,
"name"
:
"centos68-
vm-bootstrap
"
,
"type"
:
"qemu"
,
"format"
:
"qcow2"
,
...
...
packer/centos-7.2-vm-bootstrap.json
View file @
302a3aaa
...
...
@@ -9,7 +9,7 @@
"builders"
:
[
{
"name"
:
"centos72-
slapos
"
,
"name"
:
"centos72-
vm-bootstrap
"
,
"type"
:
"qemu"
,
"format"
:
"qcow2"
,
...
...
packer/debian7-vm-bootstrap.json
View file @
302a3aaa
...
...
@@ -9,7 +9,7 @@
"builders"
:
[
{
"name"
:
"debian7-
slapos
"
,
"name"
:
"debian7-
vm-bootstrap
"
,
"type"
:
"qemu"
,
"format"
:
"qcow2"
,
...
...
packer/debian8-vm-boostrap.json
View file @
302a3aaa
...
...
@@ -9,7 +9,7 @@
"builders"
:
[
{
"name"
:
"debian8-
slapos
"
,
"name"
:
"debian8-
vm-bootstrap
"
,
"type"
:
"qemu"
,
"format"
:
"qcow2"
,
...
...
packer/debian8-webrunner-standalone.json
View file @
302a3aaa
...
...
@@ -9,7 +9,7 @@
"builders"
:
[
{
"name"
:
"debian8"
,
"name"
:
"debian8
-webrunner
"
,
"type"
:
"qemu"
,
"format"
:
"qcow2"
,
...
...
packer/ubuntu-14.04-server-amd64-vm-bootstrap.json
View file @
302a3aaa
...
...
@@ -8,7 +8,7 @@
"builders"
:
[
{
"name"
:
"ubuntu-14-04-server-
slapos
"
,
"name"
:
"ubuntu-14-04-server-
vm-bootstrap
"
,
"type"
:
"qemu"
,
"format"
:
"qcow2"
,
...
...
packer/ubuntu-15.04-server-amd64-vm-bootstrap.json
View file @
302a3aaa
...
...
@@ -8,12 +8,13 @@
"builders"
:
[
{
"name"
:
"ubuntu-15-04-server-
slapos
"
,
"name"
:
"ubuntu-15-04-server-
vm-bootstrap
"
,
"type"
:
"qemu"
,
"format"
:
"qcow2"
,
"accelerator"
:
"kvm"
,
"disk_size"
:
"{{ user `disk_size`}}"
,
"headless"
:
true
,
"iso_url"
:
"http://releases.ubuntu.com/15.04/ubuntu-15.04-server-amd64.iso"
,
"iso_checksum"
:
"487f4a81f22f8597503db3d51a1b502e"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment