Skip to content

Commit

Permalink
Add workaround for missing etcd support in control
Browse files Browse the repository at this point in the history
Add vncdbproxy service which will act as a cassandra and rabbit proxy.
It puts contrail resources in correct form in cassandra and rabbit.

Change-Id: Ib4516ba278d9b2d006c9d58af45908ebbd2a9cf4
Partial-Bug: #1788809
  • Loading branch information
Pawel Marchewka committed Aug 27, 2018
1 parent 4bf4696 commit 22c7516
Show file tree
Hide file tree
Showing 3 changed files with 863 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/vnc_db_proxy/dockerfile
@@ -0,0 +1,8 @@
FROM opencontrailnightly/contrail-controller-config-api:master-251
MAINTAINER Pawel Marchewka pawel.marchewka@codilime.com

RUN rpm -ihv http://mirror.centos.org/centos/7/os/x86_64/Packages/patch-2.7.1-8.el7.x86_64.rpm
COPY ./files/vnc_db_proxy.patch /tmp/vnc_db_proxy.patch
WORKDIR /lib/python2.7/site-packages/
RUN patch -p1 < /tmp/vnc_db_proxy.patch
WORKDIR /etc/contrail

0 comments on commit 22c7516

Please sign in to comment.