From 870460bc580ce2bd7e2d0c752c211e8413800c74 Mon Sep 17 00:00:00 2001 From: Yifei Xue Date: Fri, 10 Nov 2017 15:01:04 +0800 Subject: Upgrade the jumphost offline support JIRA: - 1. Add support for ubuntu 16.04.3 2. Update the package building scripts for ubuntu 14.04.3 3. Remove some hard code Change-Id: I96e587b6b3aa2c39e14e5b0ec7db82b460e1fb29 Signed-off-by: Yifei Xue (cherry picked from commit abf896027b53f98f6f61a6c225aa3cde636f5877) --- repo/jhenv_template/ubuntu/trusty/Dockerfile | 63 ++++++++++++++++++++++------ repo/jhenv_template/ubuntu/xenial/Dockerfile | 55 +++++++++++++++++++----- 2 files changed, 94 insertions(+), 24 deletions(-) (limited to 'repo') diff --git a/repo/jhenv_template/ubuntu/trusty/Dockerfile b/repo/jhenv_template/ubuntu/trusty/Dockerfile index 4eeccb6c..99486bec 100644 --- a/repo/jhenv_template/ubuntu/trusty/Dockerfile +++ b/repo/jhenv_template/ubuntu/trusty/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04.3 +FROM ubuntu:14.04.5 MAINTAINER Yifei Xue ADD ./cp_env.sh /cp_env.sh @@ -11,35 +11,72 @@ RUN apt-get install -y -d mkisofs bc curl ipmitool openvswitch-switch \ git python-pip python-dev figlet \ libxslt-dev libxml2-dev libvirt-dev \ build-essential qemu-utils qemu-kvm libvirt-bin \ -virtinst libmysqld-dev \ +virtinst libmysqld-dev apparmor \ libssl-dev libffi-dev python-cffi -RUN wget -P /var/cache/apt/archives/ http://launchpadlibrarian.net/225838998/libffi6_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb - RUN mkdir jh_deb RUN cp /var/cache/apt/archives/*.deb jh_deb/ -RUN apt-get install -y reprepro +#RUN wget -O jh_deb/gcc-5-base_5.4.0-6ubuntu1~16.04.5_amd64.deb http://launchpadlibrarian.net/336920226/gcc-5-base_5.4.0-6ubuntu1~16.04.5_amd64.deb + +#RUN wget -O jh_deb/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb http://launchpadlibrarian.net/336920453/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb + +#RUN wget -O jh_deb/libssl1.0.0_1.0.2g-1ubuntu4.9_amd64.deb http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.9_amd64.deb + +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y linux-image-extra-4.4.0-31-generic + +RUN apt-get install -y reprepro curl \ +linux-image-extra-virtual apt-transport-https ca-certificates \ +software-properties-common + +RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - + +RUN apt-key fingerprint 0EBFCD88 + +RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ +trusty stable" + +RUN apt-get update + +RUN apt-get install -y docker-ce -d + +RUN cp /var/cache/apt/archives/*.deb jh_deb/ -RUN mkdir -p trusty-jh-ppa/conf +RUN mkdir -p jh-ppa/conf RUN echo 'Codename: trusty\n\ Components: main\n\ Architectures: amd64\n'\ ->> trusty-jh-ppa/conf/distributions +>> jh-ppa/conf/distributions -RUN reprepro -b trusty-jh-ppa includedeb trusty jh_deb/*.deb +RUN reprepro -b jh-ppa includedeb trusty jh_deb/*.deb -RUN tar -zcvf /jh-ppa-trusty.tar.gz ./trusty-jh-ppa +RUN tar -zcvf /jh-ppa.tar.gz ./jh-ppa -RUN apt-get install -y python-pip +RUN apt-get install -y python-pip ansible libffi-dev python-dev RUN mkdir jh_pip -RUN pip install --upgrade paramiko jinja2 PyYAML setuptools pycrypto pyasn1 \ -cryptography MarkupSafe idna six enum34 ipaddress cffi pycparser \ -virtualenv cheetah requests netaddr pbr oslo.config ansible -d jh_pip/ +RUN pip install virtualenv \ +cffi==1.10.0 \ +MarkupSafe==1.0 \ +pip==9.0.1 \ +cheetah==2.4.4 \ +pyyaml==3.12 \ +netaddr==0.7.19 \ +oslo.config==4.6.0 \ +cryptography==1.9 \ +ansible==2.3.1.0 \ +docker-compose==1.14.0 \ +-d jh_pip/ + +RUN pip install pyOpenSSL \ +cryptography==1.9 \ +-d jh_pip/ + +RUN pip install requests==2.18.1 \ +-d jh_pip/ RUN tar -zcvf jh_pip.tar.gz jh_pip/ diff --git a/repo/jhenv_template/ubuntu/xenial/Dockerfile b/repo/jhenv_template/ubuntu/xenial/Dockerfile index 6b9b517a..42b34c91 100644 --- a/repo/jhenv_template/ubuntu/xenial/Dockerfile +++ b/repo/jhenv_template/ubuntu/xenial/Dockerfile @@ -11,35 +11,68 @@ RUN apt-get install -y -d mkisofs bc curl ipmitool openvswitch-switch \ git python-pip python-dev figlet \ libxslt-dev libxml2-dev libvirt-dev \ build-essential qemu-utils qemu-kvm libvirt-bin \ -virtinst libmysqld-dev \ +virtinst libmysqld-dev apparmor \ libssl-dev libffi-dev python-cffi -#RUN wget -P /var/cache/apt/archives/ http://launchpadlibrarian.net/225838998/libffi6_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb - RUN mkdir jh_deb RUN cp /var/cache/apt/archives/*.deb jh_deb/ -RUN apt-get install -y reprepro +RUN wget -O jh_deb/gcc-5-base_5.4.0-6ubuntu1~16.04.5_amd64.deb http://launchpadlibrarian.net/336920226/gcc-5-base_5.4.0-6ubuntu1~16.04.5_amd64.deb + +RUN wget -O jh_deb/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb http://launchpadlibrarian.net/336920453/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb + +RUN wget -O jh_deb/libssl1.0.0_1.0.2g-1ubuntu4.9_amd64.deb http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.9_amd64.deb + +RUN apt-get install -y reprepro curl linux-image-extra-4.4.0-87-generic \ +linux-image-extra-virtual apt-transport-https ca-certificates \ +software-properties-common + +RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - + +RUN apt-key fingerprint 0EBFCD88 + +RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ +xenial stable" + +RUN apt-get update + +RUN apt-get install -y docker-ce -d + +RUN cp /var/cache/apt/archives/*.deb jh_deb/ -RUN mkdir -p xenial-jh-ppa/conf +RUN mkdir -p jh-ppa/conf RUN echo 'Codename: xenial\n\ Components: main\n\ Architectures: amd64\n'\ ->> xenial-jh-ppa/conf/distributions +>> jh-ppa/conf/distributions -RUN reprepro -b xenial-jh-ppa includedeb xenial jh_deb/*.deb +RUN reprepro -b jh-ppa includedeb xenial jh_deb/*.deb -RUN tar -zcvf /jh-ppa-xenial.tar.gz ./xenial-jh-ppa +RUN tar -zcvf /jh-ppa.tar.gz ./jh-ppa RUN apt-get install -y python-pip RUN mkdir jh_pip -RUN pip install --upgrade paramiko jinja2 PyYAML setuptools pycrypto pyasn1 \ -cryptography MarkupSafe idna six enum34 ipaddress cffi pycparser \ -virtualenv cheetah requests netaddr pbr oslo.config ansible -d jh_pip/ +RUN pip install virtualenv \ +cffi==1.10.0 \ +MarkupSafe==1.0 \ +pip==9.0.1 \ +cheetah==2.4.4 \ +pyyaml==3.12 \ +netaddr==0.7.19 \ +oslo.config==4.6.0 \ +ansible==2.3.1.0 \ +docker-compose==1.14.0 \ +-d jh_pip/ + +RUN pip install pyOpenSSL \ +-d jh_pip/ + +RUN pip install requests==2.18.1 \ +-d jh_pip/ RUN tar -zcvf jh_pip.tar.gz jh_pip/ -- cgit 1.2.3-korg