et_full_system 0.1.45 → 0.1.47
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +14 -0
- data/foreman/et_ccd_export.env +3 -0
- data/lib/et_full_system/version.rb +1 -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: 234254335d4e73f993bc786298a47ada6a63e790e76c314cda562af081ff067e
|
4
|
+
data.tar.gz: c0c1d1f2320dc1f4dc47b0ec97e1a0aba7d42bfd2ab4561e56e6873742426d4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c82d16e3d9a333d047290fbb5ebd71f1199df5983db7471b5b164f4c1ac9e6b0783c0bd26464d5e35d63bb7455aa345a8845324bdc586688331e8b934f8c8b27
|
7
|
+
data.tar.gz: 48ec3f95e26dbdfabc16e441f75c94b41734786022453054b3f648b1654f3a5896d104915cb202d2f5ccaae1c3c95255979f2a322df3cdf4bfe75fbc39fc8721
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
et_full_system (0.1.
|
4
|
+
et_full_system (0.1.47)
|
5
5
|
aws-sdk-s3 (~> 1.9)
|
6
6
|
azure-storage (~> 0.15.0.preview)
|
7
7
|
dotenv (~> 2.7, >= 2.7.2)
|
@@ -18,7 +18,7 @@ GEM
|
|
18
18
|
minitest (~> 5.1)
|
19
19
|
tzinfo (~> 1.1)
|
20
20
|
aws-eventstream (1.0.3)
|
21
|
-
aws-partitions (1.
|
21
|
+
aws-partitions (1.177.0)
|
22
22
|
aws-sdk-core (3.56.0)
|
23
23
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
24
24
|
aws-partitions (~> 1.0)
|
data/README.md
CHANGED
@@ -53,6 +53,20 @@ To run without docker, you need a few tools
|
|
53
53
|
* Azurite (https://github.com/Azure/Azurite)
|
54
54
|
* godotenv (https://github.com/joho/godotenv)
|
55
55
|
|
56
|
+
### Running With CCD
|
57
|
+
|
58
|
+
If you intend to connect to ccd-docker and export cases all the way through, the following env vars are
|
59
|
+
passed through to the et-ccd-export service. Note that these all default to docker.for.mac.localhost:<port>
|
60
|
+
so if you are running on a mac, it should hopefully work.
|
61
|
+
|
62
|
+
```
|
63
|
+
CCD_AUTH_BASE_URL
|
64
|
+
CCD_IDAM_BASE_URL
|
65
|
+
CCD_DATA_STORE_BASE_URL
|
66
|
+
|
67
|
+
|
68
|
+
```
|
69
|
+
|
56
70
|
I will not include installation instructions here for them - please visit their web sites and install them on your platform.
|
57
71
|
For OSX users check out the homebrew repository - there are formulas for some of these.
|
58
72
|
|
data/foreman/et_ccd_export.env
CHANGED
@@ -2,3 +2,6 @@ WEB_CONCURRENCY=1
|
|
2
2
|
REDIS_DATABASE=2
|
3
3
|
SIDEKIQ_ALIVE_PORT=7435
|
4
4
|
RAVEN_DSN=https://0ac125aa9b0240c793e081753671c041:531ce66cc13748fbbc87e0fe66d050b3@sentry.io/1486610
|
5
|
+
CCD_AUTH_BASE_URL=${CCD_AUTH_BASE_URL:-http://docker.for.mac.localhost:4502}
|
6
|
+
CCD_IDAM_BASE_URL=${CCD_IDAM_BASE_URL:-http://docker.for.mac.localhost:4501}
|
7
|
+
CCD_DATA_STORE_BASE_URL=${CCD_DATA_STORE_BASE_URL:-http://docker.for.mac.localhost:4452}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: et_full_system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.47
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gary Taylor
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|