Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
2d959ddb
Commit
2d959ddb
authored
4 years ago
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added service
parent
072fd91a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
82 additions
and
1 deletion
+82
-1
Dockerfile
deployer/Dockerfile
+13
-1
mongo-service.yaml
k8s/CONF/mongo-service.yaml
+19
-0
mysql-service.yaml
k8s/CONF/mysql-service.yaml
+19
-0
rabbit-service.yaml
k8s/CONF/rabbit-service.yaml
+31
-0
No files found.
deployer/Dockerfile
View file @
2d959ddb
FROM
python:3.8-buster
RUN
apt update
-y
&&
apt-get
install
ansible
-y
RUN
apt update
-y
&&
apt upgrade
-y
RUN
mkdir
-p
/usr/src/semaphore-python-client-generated
COPY
../semaphore-python-client-generated /usr/src/semaphore-python-client-generated
WORKDIR
/usr/src/semaphore-python-client-generated
RUN
python setup.py
install
RUN
mkdir
-p
/usr/src/sure_tosca-client_python_stubs
COPY
../sure_tosca-client_python_stubs /usr/src/sure_tosca-client_python_stubs
WORKDIR
/usr/src/sure_tosca-client_python_stubs
RUN
python setup.py
install
RUN
mkdir
-p
/usr/src/app
WORKDIR
/usr/src/app
COPY
requirements.txt /usr/src/app/
RUN
pip3
install
--no-cache-dir
-r
requirements.txt
COPY
. /usr/src/app
...
...
This diff is collapsed.
Click to expand it.
k8s/CONF/mongo-service.yaml
0 → 100644
View file @
2d959ddb
apiVersion
:
v1
kind
:
Service
metadata
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
creationTimestamp
:
null
labels
:
io.kompose.service
:
mongo
name
:
mongo
spec
:
ports
:
-
name
:
"
27017"
port
:
27017
targetPort
:
27017
selector
:
io.kompose.service
:
mongo
status
:
loadBalancer
:
{}
This diff is collapsed.
Click to expand it.
k8s/CONF/mysql-service.yaml
0 → 100644
View file @
2d959ddb
apiVersion
:
v1
kind
:
Service
metadata
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
creationTimestamp
:
null
labels
:
io.kompose.service
:
mysql
name
:
mysql
spec
:
ports
:
-
name
:
"
3306"
port
:
3306
targetPort
:
3306
selector
:
io.kompose.service
:
mysql
status
:
loadBalancer
:
{}
This diff is collapsed.
Click to expand it.
k8s/CONF/rabbit-service.yaml
0 → 100644
View file @
2d959ddb
apiVersion
:
v1
kind
:
Service
metadata
:
annotations
:
kompose.cmd
:
kompose --file docker-compose.yml convert
kompose.version
:
1.16.0 (0c01309)
creationTimestamp
:
null
labels
:
io.kompose.service
:
rabbit
name
:
rabbit
spec
:
ports
:
-
name
:
"
5671"
port
:
5671
targetPort
:
5671
-
name
:
"
5672"
port
:
5672
targetPort
:
5672
-
name
:
"
15672"
port
:
15672
targetPort
:
15672
-
name
:
"
4369"
port
:
4369
targetPort
:
4369
-
name
:
"
15671"
port
:
15671
targetPort
:
15671
selector
:
io.kompose.service
:
rabbit
status
:
loadBalancer
:
{}
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