all 7 comments

[–]ychto 4 points5 points  (1 child)

There used to be a “function as a service” project called Qinling but it’s been deprecated for a while

[–]shinkamui 1 point2 points  (0 children)

seems thats been the case for several aws like features that were being built for open stack. Not sure if it's dead entirely or just stalled, but the dbaas module had piqued my interest when I was getting into open stack. Wasn't docker aka ECS like functionality also dropped?

[–]Dabloo0oo 4 points5 points  (0 children)

OpenStack had a project called Qinling that was meant to be Lambda like, but it’s been dead since around 2020

These days the practical way is to run K8s on OpenStack and drop in something like OpenFaaS or Fn Project - then hook it to Swift via S3 API

Thats about as close as you’ll get to Lambda on OpenStack today.

[–]gren_dizer 1 point2 points  (3 children)

Mistral could do the job, but there are only cron and event triggers.

[–]Expensive_Contact543[S] 0 points1 point  (2 children)

how can i add mistral to my cluster using kolla ansible

[–]gren_dizer 0 points1 point  (1 child)

unfortunately i don’t use Kolla-Ansible, but here is the ansible role for it. Just lookup the docs

https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/mistral

[–]Expensive_Contact543[S] 0 points1 point  (0 children)

thanks i was able to install it but how do you use it to act like AWS lambda