Skip to content

Commit

Permalink
install haproxy inside the agent container
Browse files Browse the repository at this point in the history
Contrail's LBaaS implementation depends on haproxy service to implement the same
which needs to be installed inside the vrouter agent container.

Change-Id: I282dd2764097436fff220d299a2c153c1502f86b
Closes-Bug: 1747102
  • Loading branch information
Senthilnathan Murugappan committed Feb 21, 2018
1 parent 25e8ebb commit 70b51a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/agent/vrouter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG CONTRAIL_CONTAINER_TAG=4.1.0.0-6-centos7-newton
FROM ${CONTRAIL_REGISTRY}/contrail-base:${CONTRAIL_CONTAINER_TAG}

RUN yum install -y ethtool \
contrail-vrouter-agent contrail-vrouter-utils \
contrail-vrouter-agent contrail-vrouter-utils haproxy \
sudo python-opencontrail-vrouter-netns python-contrail-vrouter-api && \
yum clean all && \
rm -rf /var/cache/yum && \
Expand Down

0 comments on commit 70b51a0

Please sign in to comment.