aboutsummaryrefslogtreecommitdiffstats
path: root/deployments/.env
AgeCommit message (Collapse)AuthorFilesLines
2019-05-31Starting of k8splugin with docker-compose is brokendublinSamuli Silvius1-6/+0
docker-compose.yml and start.sh script cannot be used in installer.sh to start k8splugin and mongo. This commit modifies start.sh script to be usable in installer.sh to start plugin before tests. Also fixed kud_tests variable in installer.sh. Issue-ID: MULTICLOUD-640 Change-Id: I60cc850d6f5b58df574f79ad3c65b801c59b3a14 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-01-06Refactor docker-compose variablesVictor Morales1-0/+7
The default environment variables required by docker-compose.yml file was exported to .env file to have better control on them. Change-Id: I52408cbf6e6918621a10158866d899d5f66a47eb Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
/apigateway/tree/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper?h=amsterdam&id=f37c3cb8dd8329ae0aa9d7cc358f85718041d707'>wrapper/util/RegExpTestUtilTest.java
blob: c7440260a19874bac2a1b16c3de83af1ed9bb341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86