diff --git a/elements/amphora-agent/pkg-map b/elements/amphora-agent/pkg-map index bd7d314df2..59d7fe64c6 100644 --- a/elements/amphora-agent/pkg-map +++ b/elements/amphora-agent/pkg-map @@ -2,6 +2,7 @@ "release": { "rhel": { "8": { + "isc-dhcp-client": "dhcp-client", "python-dev": "platform-python-devel", "vlan": "", "screen": "", @@ -20,7 +21,7 @@ "cloud-guest-utils": "", "apparmor": "", "dmeventd": "", - "isc-dhcp-client": "dhcp-client", + "isc-dhcp-client": "dhclient", "uuid-runtime": "", "ubuntu-cloudimage-keyring": "", "vim-tiny": "", diff --git a/elements/haproxy-octavia/pkg-map b/elements/haproxy-octavia/pkg-map index 539126f48c..cc82cdbfc9 100644 --- a/elements/haproxy-octavia/pkg-map +++ b/elements/haproxy-octavia/pkg-map @@ -4,14 +4,16 @@ "trusty": { "haproxy": "haproxy/trusty-backports" } + }, + "centos": { + "7": { + "haproxy": "haproxy18" + } } }, "distro": { "ubuntu": { "haproxy": "haproxy" - }, - "centos7": { - "haproxy": "haproxy18" } }, "family": { diff --git a/elements/haproxy-octavia/pre-install.d/01-backports b/elements/haproxy-octavia/pre-install.d/01-backports index 4cd4bbb5ea..7c2db67408 100755 --- a/elements/haproxy-octavia/pre-install.d/01-backports +++ b/elements/haproxy-octavia/pre-install.d/01-backports @@ -6,7 +6,7 @@ set -o xtrace if [ "$DISTRO_NAME" == "ubuntu" ] && [ "$DIB_RELEASE" == "trusty" ]; then echo deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse > /etc/apt/sources.list.d/backports.list -elif [ "$DISTRO_NAME" == "centos7" ]; then +elif [ "$DISTRO_NAME" == "centos" ] && [ "$DIB_RELEASE" == "7" ]; then INCLUDEPKGS='' case $ARCH in x86_64|amd64)