Github user runseb commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/910#discussion_r41171193
--- Diff: tools/docker/Dockerfile.centos6 ---
@@ -23,15 +23,19 @@ LABEL Vendor="Apache.org" License="ApacheV2"
Version="4.6.0"
ENV
PKG_URL=http://jenkins.buildacloud.org/job/package-rhel63-master/lastSuccessfulBuild/artifact/dist/rpmbuild/RPMS/x86_64
# install CloudStack
-RUN yum install -y \
+RUN yum install -y nc wget \
${PKG_URL}/cloudstack-common-4.6.0-SNAPSHOT.el6.x86_64.rpm \
${PKG_URL}/cloudstack-management-4.6.0-SNAPSHOT.el6.x86_64.rpm
RUN cd /etc/cloudstack/management; \
ln -s tomcat6-nonssl.conf tomcat6.conf; \
ln -s server-nonssl.xml server.xml; \
- ln -s log4j-cloud.xml log4j.xml
+ ln -s log4j-cloud.xml log4j.xml; \
+ cd /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver; \
+ wget http://download.cloud.com.s3.amazonaws.com/tools/vhd-util
--- End diff --
I am happy with vhd-util now. that we we can have the same image for XS and
KVM.
and yes, a separate dockgrfile for noredis setup would be great.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---