support build compass-core ppa 13/5113/1
authorbaigk <baiguoku@huawei.com>
Wed, 23 Dec 2015 05:38:25 +0000 (13:38 +0800)
committerbaigk <baiguoku@huawei.com>
Wed, 23 Dec 2015 05:39:39 +0000 (13:39 +0800)
JIRA: COMPASS-213

Change-Id: I95617273e53df5ae060dd8053fbb2eaff946de06
Signed-off-by: baigk <baiguoku@huawei.com>
build/make_repo.sh
build/os/centos/rhel7/compass/Dockerfile.tmpl [new file with mode: 0644]

index f5c78d4..67f2e2f 100755 (executable)
@@ -164,7 +164,7 @@ function make_all_repo()
     make_repo --os-ver rhel7 --package-tag compass \
               --tmpl "${WORK_PATH}/build/templates/compass_core.tmpl" \
               --default-package "kernel-devel epel-release wget libxml2 glibc gcc perl openssl-libs mkisofs createrepo \
-                                 python-yaml python-jinja2 python-paramiko elasticsearch logstash bind-license \
+                                 python-yaml python-jinja2 python-paramiko elasticsearch logstash bind-license vim \
                                  yum cobbler cobbler-web createrepo mkisofs syslinux pykickstart bind rsync fence-agents \
                                  dhcp xinetd tftp-server httpd libselinux-python python-setuptools python-devel mysql-devel \
                                  mysql-server mysql MySQL-python redis mod_wsgi net-tools rabbitmq-server nfs-utils" \
diff --git a/build/os/centos/rhel7/compass/Dockerfile.tmpl b/build/os/centos/rhel7/compass/Dockerfile.tmpl
new file mode 100644 (file)
index 0000000..0d0fbe1
--- /dev/null
@@ -0,0 +1,25 @@
+FROM centos:7.2.1511
+MAINTAINER Chigang(Justin) <chigang@huawei.com>
+
+# set cache enable
+RUN sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf
+#set packages = $getVar('spcial_packages', [])
+#for package in $packages
+ADD ./RedHat/packages/$package /var/cache/yum/x86_64/7/base/packages/
+#end for
+#set scripts = $getVar('scripts', [])
+#for script in $scripts
+ADD ./RedHat/script/$script /tmp/chigang/$script
+RUN chmod +x /tmp/chigang/$script
+RUN /tmp/chigang/$script
+#end for
+ADD ./install_packages.sh /tmp/chigang/install_packages.sh
+RUN chmod +x /tmp/chigang/install_packages.sh
+RUN /tmp/chigang/install_packages.sh
+
+ADD ./cp_repo.sh /tmp/chigang/cp_repo.sh
+RUN chmod +x /tmp/chigang/cp_repo.sh
+RUN mkdir /result
+
+CMD ["/tmp/chigang/cp_repo.sh"]
+#VOLUME /tmp/chigang