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
1f895cbb
Commit
1f895cbb
authored
Mar 11, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Wait for automatic system updates in playbook
parent
88674506
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
23 deletions
+25
-23
install_k8s.yml
ansible_playbooks/install_k8s.yml
+5
-3
docker-compose.yml
docker-compose.yml
+20
-20
No files found.
ansible_playbooks/install_k8s.yml
View file @
1f895cbb
...
...
@@ -11,9 +11,11 @@
#regexp: 'nameserver.*'
#line: nameserver 8.8.8.8
-
name
:
Kill running processes
shell
:
"
killall
apt
apt-get"
ignore_errors
:
yes
-
name
:
Wait for automatic system updates
shell
:
while sudo fuser /var/lib/dpkg/{{ item }} >/dev/null 2>&1; do sleep 1; done;
with_items
:
-
lock
-
lock-frontend
-
name
:
Update and upgrade apt packages
become
:
true
...
...
docker-compose.yml
View file @
1f895cbb
...
...
@@ -81,15 +81,15 @@ services:
#
logspout:
#
ports:
#
- "30002:80"
#
volumes:
#
- /etc/hostname:/etc/host_hostname:ro
#
- /var/run/docker.sock:/var/run/docker.sock
#
environment:
#
publish: "127.0.0.1:30002:80"
#
image: gliderlabs/logspout:latest
logspout
:
ports
:
-
"
30002:80"
volumes
:
-
/etc/hostname:/etc/host_hostname:ro
-
/var/run/docker.sock:/var/run/docker.sock
environment
:
publish
:
"
127.0.0.1:30002:80"
image
:
gliderlabs/logspout:latest
mongo
:
...
...
@@ -97,10 +97,10 @@ services:
ports
:
-
"
27017:27017"
jupyter
:
ports
:
-
"
30003:8888"
image
:
jupyter/base-notebook
#
jupyter:
#
ports:
#
- "30003:8888"
#
image: jupyter/base-notebook
manager
:
...
...
@@ -138,13 +138,13 @@ services:
RABBITMQ_HOST
:
rabbit
SURE_TOSCA_BASE_PATH
:
http://sure-tosca:8081/tosca-sure/1.0.0
deployer
:
depends_on
:
-
rabbit
-
sure-tosca
image
:
alogo53/deployer:3.0.0
environment
:
RABBITMQ_HOST
:
rabbit
#
deployer:
#
depends_on:
#
- rabbit
#
- sure-tosca
#
image: alogo53/deployer:3.0.0
#
environment:
#
RABBITMQ_HOST: rabbit
#volumes:
...
...
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