senlin-wsgi-api
clustering service for OpenStack clouds - Python 2.7
Install
- All systems
-
curl cmd.cat/senlin-wsgi-api.sh
- Debian
-
apt-get install python3-senlin
- Ubuntu
-
apt-get install python3-senlin
- Kali Linux
-
apt-get install python3-senlin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-senlin
- Dockerfile
- dockerfile.run/senlin-wsgi-api
python3-senlin
clustering service for OpenStack clouds - Python 2.7
Senlin is a clustering service for OpenStack clouds. It creates and operates clusters of homogeneous objects exposed by other OpenStack services. The goal is to make the orchestration of collections of similar objects easier. Senlin provides RESTful APIs to users so that they can associate various policies to a cluster. Sample policies include placement policy, load balancing policy, health policy, scaling policy, update policy and so on. Senlin is designed to be capable of managing different types of objects. An object's lifecycle is managed using profile type implementations, which are themselves plugins. This package provides the Python 2.7 library.
python-senlin
clustering service for OpenStack clouds - Python 2.7
Senlin is a clustering service for OpenStack clouds. It creates and operates clusters of homogeneous objects exposed by other OpenStack services. The goal is to make the orchestration of collections of similar objects easier. Senlin provides RESTful APIs to users so that they can associate various policies to a cluster. Sample policies include placement policy, load balancing policy, health policy, scaling policy, update policy and so on. Senlin is designed to be capable of managing different types of objects. An object's lifecycle is managed using profile type implementations, which are themselves plugins. This package provides the Python 2.7 library.