Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PaNOSC
Data Analysis Services
packme
Commits
dda0dc6c
Commit
dda0dc6c
authored
Jan 28, 2020
by
eric pellegrini
Browse files
cleanup manifest and environment files
parent
206e0f56
Changes
5
Hide whitespace changes
Inline
Side-by-side
templates/base-autofs/environment.yml
View file @
dda0dc6c
environment
:
base_image
:
"
base-ntp"
vm_name
:
base-autofs
build_output_directory
:
builds
ssh_username
:
root
templates/base-autofs/manifest.yml
View file @
dda0dc6c
...
...
@@ -4,16 +4,13 @@ packer:
builders
:
-
name
:
qemu
type
:
qemu
vm_name
:
"
{{
environment.vm_name
}}"
boot_command
:
none
iso_checksum_type
:
none
iso_checksum_url
:
none
disk_image
:
True
iso_url
:
"
./builds/{{
environment.base_image
}}-qemu-base/{{
environment.base_image
}}"
ssh_username
:
"
{{
environment.ssh_username
}}"
ssh_password
:
"
{{
environment.root_password
}}"
shutdown_command
:
"
shutdown
-P
now"
output_directory
:
"
{{
environment.build_output_directory
}}/{{
environment.vm_name
}}-qemu-base"
provisioners
:
-
type
:
shell
...
...
templates/base-ill/environment.yml
View file @
dda0dc6c
...
...
@@ -13,4 +13,3 @@ environment:
ssh_username
:
root
user
:
si-admin
user_fullname
:
si-admin
build_output_directory
:
builds
templates/base-ntp/environment.yml
View file @
dda0dc6c
environment
:
base_image
:
base-ill
vm_name
:
ill-ntp
build_output_directory
:
builds
ssh_username
:
root
templates/base-ntp/manifest.yml
View file @
dda0dc6c
...
...
@@ -7,16 +7,13 @@ packer:
builders
:
-
name
:
qemu
type
:
qemu
vm_name
:
"
{{
environment.vm_name
}}"
boot_command
:
none
iso_checksum_type
:
none
iso_checksum_url
:
none
disk_image
:
True
iso_url
:
"
./builds/{{
environment.base_image
}}-qemu-base/{{
environment.base_image
}}"
ssh_username
:
"
{{
environment.ssh_username
}}"
ssh_password
:
"
{{
environment.root_password
}}"
shutdown_command
:
"
shutdown
-P
now"
output_directory
:
"
{{
environment.build_output_directory
}}/{{
environment.vm_name
}}-qemu-base"
provisioners
:
-
type
:
shell
...
...
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