summaryrefslogtreecommitdiffstats
path: root/vio/docker/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13Bump version to 1.2.2Ethan Lynn1-1/+1
Bump version to 1.2.2 Change-Id: I5c09964a1a7de6bdc3dd5be0b74506444beafbb0 Issue-ID: MULTICLOUD-402 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-09-20Use snapshots to build vio dockerEthan Lynn1-1/+1
Previous we use staging target to build docker, which didn't contain the latest source. This patch will switch to use snapshots. Change-Id: Iab9eb134145acce0bab76cdd60706ec4d5f0cc87 Issue-ID: MULTICLOUD-362 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-08-28Change repositoryliangke1-1/+1
Right now, There is no vio zip file at snapshots repository. Change to staging repository which has latest vio zip file. Change-Id: Ie5000a9d689cf6a4318a280868d2a021f2620551 Issue-ID: MULTICLOUD-344 Signed-off-by: liangke <lokyse@163.com>
2018-08-14Add redis cache to store share dataliangke1-1/+2
It's fine to run single redis server on local host. Cache cluster should be planed in some situation if we need. Change-Id: I176445e6918b980368953c8626995c80a4e45c46 Issue-ID: MULTICLOUD-300 Signed-off-by: liangke <lokyse@163.com>
2018-05-11Add HPA registrationEthan Lynn1-1/+1
Add HPA discovery, switch default AAI schema version to v13 Change-Id: Ia7b92247ab93663ff4d11079f68067ef6afdca83 Issue-ID: MULTICLOUD-228 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-29Fix dockerfile issueBin Sun1-2/+2
Change-Id: Id31a23e6d7c0689f8ce54c020de558f21bfc9c30 Issue-ID: MULTICLOUD-149 Signed-off-by: Bin Sun <bins@vmware.com>
2018-03-27Initial code for event federationBin Sun1-0/+2
Change-Id: Ia6f11d5334bea7effc99761d0121bef18a66ac51 Issue-ID: MULTICLOUD-150 Signed-off-by: Bin Sun <bins@vmware.com>
2018-01-03Fix some issuesliangke1-1/+1
Modify groupId and artifactId that make sure we use the correct properties.Also It need to change the vio snapshots path in dockerfile. Change-Id: Id4e5cde6e0225f56217a874cdfbfcbbd9408cc70 Issue-ID: MULTICLOUD-135 Signed-off-by: liangke <lokyse@163.com>
2017-12-29 VIO 1.1.0 docker imageliangke1-1/+1
Prepare docker images of VIO for Amsterdam branching Change-Id: I319aa1bfb51f8527d544cf791c2d8788b02f2b7a Issue-ID: MULTICLOUD-135 Signed-off-by: liangke <lokyse@163.com>
2017-11-28Add Dns api function and fix bugsliangke1-1/+1
1 Add dns api in Multcloud-vio, because VIO 4.1 could support DNS service. 2 Handle attachment parameters in url path. 3 Change repo of source code package to staging. Change-Id: If3c8039ee29e0af277ada007cf5ccca0c75f9e75 Issue-ID: MULTICLOUD-130 Signed-off-by: liangke <lokyse@163.com>
2017-10-13Change subproject's parentEthan Lynn1-1/+1
In order to generate staging zip, change subproject's parent. Change-Id: I88c577f8b97d4e65cee229ee1336b0edd95d4022 issue-id: MULTICLOUD-112 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-12 Multicloud VIO docker build filesliangke1-0/+27
Change-Id: I9e6188de471cd3ced174f65a31413bc1f7ee06d3 Issue-Id: MULTICLOUD-74 Signed-off-by: liangke <lokyse@163.com>