ciinabox-ecs 0.2.10.alpha.1529554164 → 0.2.10.alpha.1529998182
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/templates/services/nexus.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51f8ea71b7213ae3dad959fbc846fda7b7aac34601a13c98ac9b7e68bbbea0b1
|
4
|
+
data.tar.gz: a85ea7bbe75691e7dae98aaaa0ea7b5fffdce328412f6d9e2462a9708a267ea5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4c7863193427a25f206d8768828a1032f65f3d0b27ca4fc2a4b6a7c6ddd9468dc0bb6a30c6b4b475444098f4df9c49eab073636b1175e597a5b0378142c9312
|
7
|
+
data.tar.gz: c722f25be8373731d4db6282fb9c84248e000fdee72362d64db15d07759a2d3b990bf182c09de2b832d09ad93789eed8f53725914b8cb5d9e2d35982242670cb
|
data/templates/services/nexus.rb
CHANGED
@@ -6,6 +6,7 @@ if !defined? timezone
|
|
6
6
|
end
|
7
7
|
|
8
8
|
image = 'base2/ciinabox-nexus'
|
9
|
+
container_path = '/sonatype-work'
|
9
10
|
java_opts = ''
|
10
11
|
memory = 1024
|
11
12
|
cpu = 300
|
@@ -14,6 +15,7 @@ service = lookup_service('nexus', services)
|
|
14
15
|
if service
|
15
16
|
java_opts = service['JAVA_OPTS'] || ''
|
16
17
|
image = service['ContainerImage'] || image
|
18
|
+
container_path = service['ContainerPath'] || container_path
|
17
19
|
memory = service['ContainerMemory'] || 1024
|
18
20
|
cpu = service['ContainerCPU'] || 300
|
19
21
|
container_port = service['InstancePort'] || 0
|
@@ -58,7 +60,7 @@ CloudFormation {
|
|
58
60
|
ReadOnly: true
|
59
61
|
},
|
60
62
|
{
|
61
|
-
ContainerPath:
|
63
|
+
ContainerPath: container_path,
|
62
64
|
SourceVolume: 'nexus_data',
|
63
65
|
ReadOnly: false
|
64
66
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ciinabox-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.10.alpha.
|
4
|
+
version: 0.2.10.alpha.1529998182
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Base2Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|