From fa712b19ab5bc9947953f16eb6384e57fa0c1f63 Mon Sep 17 00:00:00 2001
From: Sebastian Rieger <sebastian.rieger@informatik.hs-fulda.de>
Date: Tue, 25 Apr 2023 23:34:11 +0200
Subject: [PATCH] added todo as a reminder to update faafo to Python3 and
 recent Ubuntu versions (>18.04)

---
 demo1-getting-started.py      | 1 +
 demo3-microservice.py         | 1 +
 demo4-scale-out-add-worker.py | 1 +
 demo4-scale-out.py            | 1 +
 4 files changed, 4 insertions(+)

diff --git a/demo1-getting-started.py b/demo1-getting-started.py
index 997bff6..3030714 100644
--- a/demo1-getting-started.py
+++ b/demo1-getting-started.py
@@ -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'
diff --git a/demo3-microservice.py b/demo3-microservice.py
index 0139106..4c1a5ad 100644
--- a/demo3-microservice.py
+++ b/demo3-microservice.py
@@ -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
 #
diff --git a/demo4-scale-out-add-worker.py b/demo4-scale-out-add-worker.py
index 95af385..14b40b1 100644
--- a/demo4-scale-out-add-worker.py
+++ b/demo4-scale-out-add-worker.py
@@ -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
 #
diff --git a/demo4-scale-out.py b/demo4-scale-out.py
index f194c0a..86e1a24 100644
--- a/demo4-scale-out.py
+++ b/demo4-scale-out.py
@@ -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
 #
-- 
GitLab