130 Commits (448177c3b944bf0913cc29d81f91fce7f7b930c4)
 

Author SHA1 Message Date
Sebastian Rieger 448177c3b9 updated aws ami and aws cloud-init script for demo4 5 months ago
Sebastian Rieger 172ccb2722 updated aws ami and aws clout-init script 5 months ago
Sebastian Rieger 12db4e6441 updated demo4 scale_out 5 months ago
Sebastian Rieger 6d92f9c755 changed install.sh to use master branch 5 months ago
srieger 1a48be4b06 Merge pull request 'changed image name to be persistent' (#5) from dev_faafo into master 5 months ago
Sebastian Rieger 886085a73d changed image name to be persistent 5 months ago
Sebastian Rieger 7c8feecf25 added cloud.yaml example and renamed openrc example 6 months ago
srieger e63fa984f3 Merge pull request 'dev_faafo' (#4) from dev_faafo into master 6 months ago
srieger c67d8886d7 Merge branch 'master' into dev_faafo 6 months ago
Sebastian Rieger 8350862a4a fixed type in cloud-init for microservice worker, removed rabitmq fix as it is not needed anymore 6 months ago
Sebastian Rieger f63e5ebd8d adapted demos for new Charmed OpenStack environment 6 months ago
Sebastian Rieger 5e17f171ba updated demo1,2 and 3 6 months ago
srieger 0c6c18ade4 Merge pull request 'dev_faafo' (#3) from dev_faafo into master 6 months ago
Sebastian Rieger 5c06e7437b fixed typo 6 months ago
Sebastian Rieger eeb9bbf43c bumped default distro in demos, bound mariadb to all ips, added template explaination 6 months ago
Sebastian Rieger f8a675fbd1 changed from mysql to mariadb to fix privilege probs 6 months ago
Sebastian Rieger 05d363ca67 removed anyjson, refactoring based on pylint recommendations 6 months ago
Sebastian Rieger df64887c19 fixed api to use recent version of flask-restless-ng 6 months ago
Sebastian Rieger 0101ae4b97 updated deps for flask-restless-ng and SQLAlchemy 1 year ago
Sebastian Rieger a50038ffd5 removed superfluous demo2 startup file, added app_context to prevent flask from crashing, changed group_number to default again, added default pubkey 1 year ago
Sebastian Rieger 4bfb746cad changed Ubuntu to 20.04, made python3 the default while installing faafo, added comment to show use of different faafo branches for cloud-init 1 year ago
Usama Tahir d64e5eb347 Updated install.sh 1 year ago
Usama Tahir 3b0062a84b Converted all other files into python 3 using 2to3 lib 1 year ago
Usama Tahir 9a998ad631 Converted all these files from python 2 to python 3 syntax usong 2to3 library (demo3-microservices.py,demo4-scale-out-add-worker.py,demo4-scale-out.py,demo5-1-durable-storage.py,demo5-2-backup-fractals.py,destroy-all-demo-instances.py) 1 year ago
Usama Tahir 33dfb54db2 demo1-getting-started.py converted to python 3 using 2to3 library 1 year ago
Usama Tahir 7c2a5341af demo2-instance-with-init-script.py converted to python 3 using 2to3 1 year ago
Usama Tahir c9d8e9b0af update ssh pub key 1 year ago
Sebastian Rieger fa712b19ab added todo as a reminder to update faafo to Python3 and recent Ubuntu versions (>18.04) 1 year ago
Sebastian Rieger 0b41674790 fixed errors when starting demo2 multiple times, added login and monitoring info in the output at the end of demo2 1 year ago
Sebastian Rieger 20f012a42d added explanation about the necessary role for the function and clarification of the use of credentials in localstack 2 years ago
Sebastian Rieger a39227feea commented out default roleArn 2 years ago
Sebastian Rieger 7a841fc8d3 removed unused role var from stop.py 2 years ago
Sebastian Rieger bbaa2ef220 retrieve Role ARN, and removed AWS Academy hints in localstack example 2 years ago
Sebastian Rieger d796ecc305 added API gateway, as in contrast to AWS Academy, localstack allows API gateway creation 2 years ago
Sebastian Rieger 2cba78a344 added localstack cloud counter lambda demo 2 years ago
Sebastian Rieger f081a50a4a changed Lambda demo to support AWS Academy and create individual bucket for group with globally unique name in S3 2 years ago
Sebastian Rieger 1f4a435d84 changed Lambda demo to support AWS Academy and create individual bucket for group with globally unique name in S3 2 years ago
Sebastian Rieger 7059688b5d initial version of counter 2 years ago
Sebastian Rieger dae204748e changed default LabInstanceProfile 2 years ago
Sebastian Rieger 68542bcc98 changed cloudformation example to support AWS Academy Lab 2 years ago
Sebastian Rieger 14347b0b47 changed examples to fit current AWS Academy lab env 2 years ago
Sebastian Rieger c5aaf2f4f7 changed keyName to vockey, changed instanceType to t2.micro as t2.nano can run into out of memory situation when starting mariadb 2 years ago
Sebastian Rieger d845403a4c set start retries in supervisord to unlimited to avoid broken backend if app-service instance containing the database is later running than the API, in rare cases this can happen though the service instance is started before the API instances 2 years ago
Sebastian Rieger d3df9d4e81 readded key file to import if key pair is not already available (however in AWS academy vockey should be existing in any case) 2 years ago
Sebastian Rieger 3ffa55641f Merge remote-tracking branch 'origin/master' 2 years ago
Sebastian Rieger 9c38e8cfd7 changed default keypair to vockey, as used in AWS Academy Lab docu and terminal, fixed timeout var 2 years ago
Sebastian Rieger 15d12de196 changed default keypair to vockey, as used in AWS Academy Lab docu and terminal, fixed timeout var 2 years ago
Sebastian Rieger f0d4cd0f80 fixed faafo-api http server hanging 2 years ago
Sebastian Rieger 09c25bf38e changed AWS instance size to t2.micro, t2.nano is still possible using install-aws.sh cloud-init script, but really limited in RAM, added support for availability zones and spread instance across different az to improve fault tolerance, select AMI directly, remove 0.0.0.0/0 access to mysql 2 years ago
Sebastian Rieger e18ab4dc70 updated demo4 to support AWS Academy lab setup 2 years ago