Skip to content

Commit 1931c1d

Browse files
committed
Upgrade haproxy and ansible to bionic
1 parent 1cf6ef4 commit 1931c1d

File tree

8 files changed

+17
-14
lines changed

8 files changed

+17
-14
lines changed

ansible/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ config
33
info
44
logfile
55
rootfs
6-
ubuntu-16.04-ansible_16.04-1_amd64.tar.gz
6+
ubuntu-18.04-ansible_18.04-1_amd64.tar.gz

ansible/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ all: info/init_ok bootstrap global finalize
77

88
bootstrap:
99
dab bootstrap
10+
dab install python-cffi-backend
11+
dab install python3-cffi-backend
1012
dab install ansible
1113
install -m 0700 runonce.sh ${BASEDIR}/etc/init.d/firstboot
1214
dab exec update-rc.d firstboot defaults
@@ -23,7 +25,7 @@ info/init_ok: dab.conf
2325

2426
.PHONY: template
2527
template:
26-
cp ubuntu-16.04-ansible_16.04-1_amd64.tar.gz /var/lib/vz/template/cache
28+
cp ubuntu-18.04-ansible_18.04-1_amd64.tar.gz /var/lib/vz/template/cache
2729

2830
.PHONY: clean
2931
clean:

ansible/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ansible
22

33
- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
4-
- Total uncompressed image size is *649 MB*
5-
- Total compressed image size is *207 MB*
4+
- Total uncompressed image size is *739 MB*
5+
- Total compressed image size is *229 MB*

ansible/dab.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Suite: xenial
1+
Suite: bionic
22
CacheDir: ../cache
33
Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
44
Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
55
Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
66
Source: http://ppa.launchpad.net/ansible/ansible/ubuntu SUITE main
77
Architecture: amd64
88
Name: ansible
9-
Version: 16.04-1
9+
Version: 18.04-1
1010
Section: system
1111
Maintainer: Nathan Gardiner <[email protected]>
1212
Infopage: http://www.ansible.com

haproxy/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ config
33
info
44
logfile
55
rootfs
6-
ubuntu-16.04-haproxy_16.04-1_amd64.tar.gz
6+
ubuntu-18.04-haproxy_18.04-1_amd64.tar.gz

haproxy/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ all: info/init_ok bootstrap global finalize
88
bootstrap:
99
dab bootstrap
1010
dab install python-cffi-backend
11+
dab install python3-cffi-backend
1112
dab install letsencrypt haproxy
1213
install -m 0700 runonce.sh ${BASEDIR}/etc/init.d/firstboot
1314
dab exec update-rc.d firstboot defaults
@@ -28,7 +29,7 @@ info/init_ok: dab.conf
2829

2930
.PHONY: template
3031
template:
31-
cp ubuntu-16.04-haproxy_16.04-1_amd64.tar.gz /var/lib/vz/template/cache
32+
cp ubuntu-18.04-haproxy_18.04-1_amd64.tar.gz /var/lib/vz/template/cache
3233

3334
.PHONY: clean
3435
clean:

haproxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ This template provides a bootstrapped HAProxy system with the following pre-conf
1010
- HAProxy server will provide HTTP and HTTPS, with HTTP redirecting to HTTPS
1111
- HAProxy server will serve a static web page for status.check.localhost which can be used to check the HAProxy status from other platforms such as Amazon Route 53.
1212
- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
13-
- Total uncompressed image size is *0 MB*
14-
- Total compressed image size is *0 MB*
13+
- Total uncompressed image size is *692 MB*
14+
- Total compressed image size is *220 MB*

haproxy/dab.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Suite: xenial
1+
Suite: bionic
22
CacheDir: ../cache
33
Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
44
Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
55
Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
66
Architecture: amd64
77
Name: haproxy
8-
Version: 16.04-1
8+
Version: 18.04-1
99
Section: system
1010
Maintainer: Nathan Gardiner <[email protected]>
1111
Infopage: http://www.ubuntu.com
12-
Description: Ubuntu Xenial 16.04 (standard)
13-
A standard Ubuntu Xenial system with template customizations.
12+
Description: HAProxy on Ubuntu Bionic (18.04)
13+
The Reliable, High Performance TCP/HTTP Load Balancer

0 commit comments

Comments
 (0)