Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-computing-msc-ai-examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Rieger
cloud-computing-msc-ai-examples
Commits
fa712b19
Commit
fa712b19
authored
2 years ago
by
Sebastian Rieger
Browse files
Options
Downloads
Patches
Plain Diff
added todo as a reminder to update faafo to Python3 and recent Ubuntu versions (>18.04)
parent
0b416747
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
demo1-getting-started.py
+1
-0
1 addition, 0 deletions
demo1-getting-started.py
demo3-microservice.py
+1
-0
1 addition, 0 deletions
demo3-microservice.py
demo4-scale-out-add-worker.py
+1
-0
1 addition, 0 deletions
demo4-scale-out-add-worker.py
demo4-scale-out.py
+1
-0
1 addition, 0 deletions
demo4-scale-out.py
with
4 additions
and
0 deletions
demo1-getting-started.py
+
1
−
0
View file @
fa712b19
...
...
@@ -33,6 +33,7 @@ project_network = 'CloudComp' + str(group_number) + '-net'
# The image to look for and use for the started instance
ubuntu_image_name
=
"
Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image
"
# TODO: Ubuntu >18.04 would require major updates to faafo example again/better option: complete rewrite of example?
# default region
region_name
=
'
RegionOne
'
...
...
This diff is collapsed.
Click to expand it.
demo3-microservice.py
+
1
−
0
View file @
fa712b19
...
...
@@ -25,6 +25,7 @@ project_network = 'CloudComp' + str(group_number) + '-net'
# The image to look for and use for the started instance
ubuntu_image_name
=
"
Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image
"
# TODO: Ubuntu >18.04 would require major updates to faafo example again/better option: complete rewrite of example?
# The public key to be used for SSH connection, please make sure, that you have the corresponding private key
#
...
...
This diff is collapsed.
Click to expand it.
demo4-scale-out-add-worker.py
+
1
−
0
View file @
fa712b19
...
...
@@ -27,6 +27,7 @@ project_network = 'CloudComp' + str(group_number) + '-net'
# The image to look for and use for the started instance
ubuntu_image_name
=
"
Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image
"
# TODO: Ubuntu >18.04 would require major updates to faafo example again/better option: complete rewrite of example?
# The public key to be used for SSH connection, please make sure, that you have the corresponding private key
#
...
...
This diff is collapsed.
Click to expand it.
demo4-scale-out.py
+
1
−
0
View file @
fa712b19
...
...
@@ -27,6 +27,7 @@ project_network = 'CloudComp' + str(group_number) + '-net'
# The image to look for and use for the started instance
ubuntu_image_name
=
"
Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image
"
# TODO: Ubuntu >18.04 would require major updates to faafo example again/better option: complete rewrite of example?
# The public key to be used for SSH connection, please make sure, that you have the corresponding private key
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment