Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gmsec_containers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christopher Reis
gmsec_containers
Commits
bf30275a
Commit
bf30275a
authored
Apr 29, 2017
by
Christopher Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added dictionary to gmsec_ubuntu
parent
df50bc1b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
455 additions
and
13 deletions
+455
-13
_replicator.couch
couchdb/persistant/_replicator.couch
+0
-0
_users.couch
couchdb/persistant/_users.couch
+0
-0
docker-compose.yml
docker-compose.yml
+11
-12
Dockerfile
gmsec_ubuntu/Dockerfile
+6
-1
dictionary.json
gmsec_ubuntu/dictionary.json
+0
-0
dictionary_adaptor.json
gmsec_ubuntu/dictionary_adaptor.json
+438
-0
No files found.
couchdb/persistant/_replicator.couch
0 → 100644
View file @
bf30275a
File added
couchdb/persistant/_users.couch
0 → 100644
View file @
bf30275a
File added
docker-compose.yml
View file @
bf30275a
...
@@ -14,7 +14,7 @@ gm_kerbal_adaptor:
...
@@ -14,7 +14,7 @@ gm_kerbal_adaptor:
-
LD_LIBRARY_PATH=/GMSEC_API/bin
-
LD_LIBRARY_PATH=/GMSEC_API/bin
links
:
links
:
-
gmbolt
-
gmbolt
command
:
[
"
/GMSEC_API/bin/gm_kerbal_adaptor"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
NONE
"
]
command
:
[
"
/GMSEC_API/bin/gm_kerbal_adaptor"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
INFO"
,
"
KERBAL_URL=192.168.0.58
"
]
gm_kerbal_tlm_provider
:
gm_kerbal_tlm_provider
:
restart
:
always
restart
:
always
...
@@ -36,7 +36,7 @@ gmsub:
...
@@ -36,7 +36,7 @@ gmsub:
-
LD_LIBRARY_PATH=/GMSEC_API/bin
-
LD_LIBRARY_PATH=/GMSEC_API/bin
links
:
links
:
-
gmbolt
-
gmbolt
command
:
[
"
/GMSEC_API/bin/gmsub"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
NONE
"
]
command
:
[
"
/GMSEC_API/bin/gmsub"
,
"
server=gmbolt:9100"
,
"
connectiontype=gmsec_bolt"
,
"
loglevel=
INFO
"
]
couchdb
:
couchdb
:
restart
:
always
restart
:
always
...
@@ -70,13 +70,12 @@ openmct:
...
@@ -70,13 +70,12 @@ openmct:
# - "61616:61616"
# - "61616:61616"
# - "61613:61613"
# - "61613:61613"
# gmpub:
gmpub
:
# restart: always
restart
:
always
# build: ./gmsec_pub
build
:
./gmsec_pub
# environment:
environment
:
# - LD_LIBRARY_PATH=/GMSEC_API/bin
-
LD_LIBRARY_PATH=/GMSEC_API/bin
# links:
links
:
# - gmbolt
-
gmbolt
# - rabbitmq
#command: ["bash","/code/delay.sh"]
# command: ["bash","/code/delay.sh"]
command
:
[
"
/GMSEC_API/bin/gmpub"
,
"
server=gmbolt:9100"
,
"
iterations=100"
,
"
connectiontype=gmsec_bolt"
,
"
interval_ms=5000"
,
"
loglevel=NONE"
]
# #command: ["/GMSEC_API/bin/gmpub","server=gmbolt:5000","iterations=2","connectiontype=gmsec_bolt","interval_ms=500"]
gmsec_ubuntu/Dockerfile
View file @
bf30275a
# Pull base image.
# Pull base image.
FROM
ubuntu:
latest
FROM
ubuntu:
16.10
MAINTAINER
Christopher Reis "chrisreis53@gmail.com"
MAINTAINER
Christopher Reis "chrisreis53@gmail.com"
RUN
apt update
RUN
apt update
RUN
apt
install
-y
libboost-all-dev libcurl4-openssl-dev
RUN
apt
install
-y
libboost-all-dev libcurl4-openssl-dev
WORKDIR
/code
ADD
./dictionary_adaptor.json ./dictionary_adaptor.json
ADD
./dictionary.json ./dictionary.json
ENV
LD_LIBRARY_PATH /GMSEC_API/bin
ENV
LD_LIBRARY_PATH /GMSEC_API/bin
gmsec_
telem_server
/dictionary.json
→
gmsec_
ubuntu
/dictionary.json
View file @
bf30275a
File moved
gmsec_ubuntu/dictionary_adaptor.json
0 → 100644
View file @
bf30275a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment