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

Commit d54a982

Browse files
committed
Updated to CentOS 7.6
1 parent 19e9a70 commit d54a982

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ You can configure each template to match your requirements by setting the follow
2929

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

32-
$ packer build -only=virtualbox-iso -var disk_size=10000 centos-7.5-x86_64.json
32+
$ packer build -only=virtualbox-iso -var disk_size=10000 centos-7.6-x86_64.json

centos-7.5-x86_64.json renamed to centos-7.6-x86_64.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
],
88
"iso_checksum": "{{user `iso_checksum`}}",
99
"iso_checksum_type": "{{user `iso_checksum_type`}}",
10-
"output_directory": "output-centos-7.5-x86_64-{{build_type}}",
11-
"vm_name": "librenms-centos-7.5-x86_64",
10+
"output_directory": "output-centos-7.6-x86_64-{{build_type}}",
11+
"vm_name": "librenms-centos-7.6-x86_64",
1212
"disk_size": "{{user `disk_size`}}",
1313
"headless": "{{user `headless`}}",
1414
"http_directory": "http",
1515
"boot_wait": "5s",
1616
"boot_command": [
1717
"<esc>",
1818
"<wait>",
19-
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.5/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
19+
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.6/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
2020
"<enter>"
2121
],
2222
"ssh_timeout": "{{user `ssh_timeout`}}",
@@ -36,16 +36,16 @@
3636
],
3737
"iso_checksum": "{{user `iso_checksum`}}",
3838
"iso_checksum_type": "{{user `iso_checksum_type`}}",
39-
"output_directory": "output-centos-7.5-x86_64-{{build_type}}",
40-
"vm_name": "librenms-centos-7.5-x86_64",
39+
"output_directory": "output-centos-7.6-x86_64-{{build_type}}",
40+
"vm_name": "librenms-centos-7.6-x86_64",
4141
"disk_size": "{{user `disk_size`}}",
4242
"headless": "{{user `headless`}}",
4343
"http_directory": "http",
4444
"boot_wait": "5s",
4545
"boot_command": [
4646
"<esc>",
4747
"<wait>",
48-
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.5/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
48+
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.6/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
4949
"<enter>"
5050
],
5151
"ssh_timeout": "{{user `ssh_timeout`}}",
@@ -80,16 +80,16 @@
8080
],
8181
"iso_checksum": "{{user `iso_checksum`}}",
8282
"iso_checksum_type": "{{user `iso_checksum_type`}}",
83-
"output_directory": "output-centos-7.5-x86_64-{{build_type}}",
84-
"vm_name": "librenms-centos-7.5-x86_64",
83+
"output_directory": "output-centos-7.6-x86_64-{{build_type}}",
84+
"vm_name": "librenms-centos-7.6-x86_64",
8585
"disk_size": "{{user `disk_size`}}",
8686
"headless": "{{user `headless`}}",
8787
"http_directory": "http",
8888
"boot_wait": "5s",
8989
"boot_command": [
9090
"<esc>",
9191
"<wait>",
92-
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.5/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
92+
"linux inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/centos-7.6/anaconda-ks.cfg biosdevname=0 net.ifnames=0",
9393
"<enter>"
9494
],
9595
"ssh_timeout": "{{user `ssh_timeout`}}",
@@ -122,13 +122,13 @@
122122
"SYSLOG_NG={{user `syslog_ng`}}"
123123
],
124124
"scripts": [
125-
"scripts/centos-7.5/repo.sh",
125+
"scripts/centos-7.6/repo.sh",
126126
"scripts/centos/virtualbox.sh",
127127
"scripts/centos/vmware.sh",
128128
"scripts/common/vagrant.sh",
129129
"scripts/common/sshd.sh",
130130
"scripts/centos/locale.sh",
131-
"scripts/centos-7.5/cleanup.sh",
131+
"scripts/centos-7.6/cleanup.sh",
132132
"scripts/centos/librenms.sh",
133133
"scripts/centos/syslog-ng.sh",
134134
"scripts/centos/oxidized.sh",
@@ -144,9 +144,9 @@
144144
"disk_size": "40960",
145145
"memory": "512",
146146
"headless": "false",
147-
"iso_checksum": "937bf0a7b0932817f84f7230f15ed88911bbbd85c0c958680792b7f8d8f9c1a9",
147+
"iso_checksum": "19d94274ef856c4dfcacb2e7cfe4be73e442a71dd65cc3fb6e46db826040b56e",
148148
"iso_checksum_type": "sha256",
149-
"iso_name": "CentOS-7-x86_64-NetInstall-1804.iso",
149+
"iso_name": "CentOS-7-x86_64-NetInstall-1810.iso",
150150
"iso_path": "iso",
151151
"mirror": "http://mirrors.kernel.org/centos",
152152
"ssh_fullname": "vagrant",
File renamed without changes.

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ JQ='/usr/bin/env jq'
55
PACKER='/usr/bin/env packer'
66
RE='^[0-9]+([.][0-9]+)?$'
77
FIND='/usr/bin/env find'
8-
IMAGES="centos-7.5-x86_64
8+
IMAGES="centos-7.6-x86_64
99
ubuntu-18.04-amd64"
1010
BUILDERS="virtualbox-iso"
1111

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)