Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from librenms/update/os
Browse files Browse the repository at this point in the history
Updated to CentOS 7.6 and Ubuntu 18.04.2
  • Loading branch information
laf authored Apr 3, 2019
2 parents 19e9a70 + beca5f2 commit 60c3544
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ You can configure each template to match your requirements by setting the follow

Build a LibreNMS CentOS 7 (NGINX) box with a 10GB hard disk using the VirtualBox provider:

$ packer build -only=virtualbox-iso -var disk_size=10000 centos-7.5-x86_64.json
$ packer build -only=virtualbox-iso -var disk_size=10000 centos-7.6-x86_64.json
26 changes: 13 additions & 13 deletions centos-7.5-x86_64.json → centos-7.6-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
],
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"output_directory": "output-centos-7.5-x86_64-{{build_type}}",
"vm_name": "librenms-centos-7.5-x86_64",
"output_directory": "output-centos-7.6-x86_64-{{build_type}}",
"vm_name": "librenms-centos-7.6-x86_64",
"disk_size": "{{user `disk_size`}}",
"headless": "{{user `headless`}}",
"http_directory": "http",
"boot_wait": "5s",
"boot_command": [
"<esc>",
"<wait>",
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.5/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.6/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
"<enter>"
],
"ssh_timeout": "{{user `ssh_timeout`}}",
Expand All @@ -36,16 +36,16 @@
],
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"output_directory": "output-centos-7.5-x86_64-{{build_type}}",
"vm_name": "librenms-centos-7.5-x86_64",
"output_directory": "output-centos-7.6-x86_64-{{build_type}}",
"vm_name": "librenms-centos-7.6-x86_64",
"disk_size": "{{user `disk_size`}}",
"headless": "{{user `headless`}}",
"http_directory": "http",
"boot_wait": "5s",
"boot_command": [
"<esc>",
"<wait>",
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.5/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.6/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
"<enter>"
],
"ssh_timeout": "{{user `ssh_timeout`}}",
Expand Down Expand Up @@ -80,16 +80,16 @@
],
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"output_directory": "output-centos-7.5-x86_64-{{build_type}}",
"vm_name": "librenms-centos-7.5-x86_64",
"output_directory": "output-centos-7.6-x86_64-{{build_type}}",
"vm_name": "librenms-centos-7.6-x86_64",
"disk_size": "{{user `disk_size`}}",
"headless": "{{user `headless`}}",
"http_directory": "http",
"boot_wait": "5s",
"boot_command": [
"<esc>",
"<wait>",
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.5/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.6/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
"<enter>"
],
"ssh_timeout": "{{user `ssh_timeout`}}",
Expand Down Expand Up @@ -122,13 +122,13 @@
"SYSLOG_NG={{user `syslog_ng`}}"
],
"scripts": [
"scripts/centos-7.5/repo.sh",
"scripts/centos-7.6/repo.sh",
"scripts/centos/virtualbox.sh",
"scripts/centos/vmware.sh",
"scripts/common/vagrant.sh",
"scripts/common/sshd.sh",
"scripts/centos/locale.sh",
"scripts/centos-7.5/cleanup.sh",
"scripts/centos-7.6/cleanup.sh",
"scripts/centos/librenms.sh",
"scripts/centos/syslog-ng.sh",
"scripts/centos/oxidized.sh",
Expand All @@ -144,9 +144,9 @@
"disk_size": "40960",
"memory": "512",
"headless": "false",
"iso_checksum": "937bf0a7b0932817f84f7230f15ed88911bbbd85c0c958680792b7f8d8f9c1a9",
"iso_checksum": "19d94274ef856c4dfcacb2e7cfe4be73e442a71dd65cc3fb6e46db826040b56e",
"iso_checksum_type": "sha256",
"iso_name": "CentOS-7-x86_64-NetInstall-1804.iso",
"iso_name": "CentOS-7-x86_64-NetInstall-1810.iso",
"iso_path": "iso",
"mirror": "http://mirrors.kernel.org/centos",
"ssh_fullname": "vagrant",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JQ='/usr/bin/env jq'
PACKER='/usr/bin/env packer'
RE='^[0-9]+([.][0-9]+)?$'
FIND='/usr/bin/env find'
IMAGES="centos-7.5-x86_64
IMAGES="centos-7.6-x86_64
ubuntu-18.04-amd64"
BUILDERS="virtualbox-iso"

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ubuntu-18.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"install_vagrant_key": "true",
"iso_checksum": "a5b0ea5918f850124f3d72ef4b85bda82f0fcd02ec721be19c1a6952791c8ee8",
"iso_checksum": "a2cb36dc010d98ad9253ea5ad5a07fd6b409e3412c48f1860536970b073c98f5",
"iso_checksum_type": "sha256",
"iso_name": "ubuntu-18.04.1-server-amd64.iso",
"iso_name": "ubuntu-18.04.2-server-amd64.iso",
"iso_path": "iso",
"mirror": "http://cdimage.ubuntu.com",
"memory": "512",
Expand Down

0 comments on commit 60c3544

Please sign in to comment.