shade-inventory
Client library for operating OpenStack clouds
Install
- All systems
-
curl cmd.cat/shade-inventory.sh
- Debian
-
apt-get install shade-inventory
- Ubuntu
-
apt-get install shade-inventory
- Kali Linux
-
apt-get install shade-inventory
- Fedora
-
dnf install python3-shade
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install shade-inventory
- Raspbian
-
apt-get install python3-shade
- Dockerfile
- dockerfile.run/shade-inventory
python3-shade
Client library for operating OpenStack clouds
Shade is a simple Python client library for operating OpenStack clouds. The key word here is simple. Clouds can do many things - but there are probably only about 10 of them that most people care about with any regularity. If you want to do complicated things, you should probably use the lower level client libraries - or even the REST API directly. However, if what you want is to be able to write an application that talks to clouds no matter what choices the deployer has made then shade is for you. This package installs the library for Python 3.
shade-inventory
Ansible inventory script for OpenStack clouds
Shade is a simple Python client library for operating OpenStack clouds. The key word here is simple. Clouds can do many things - but there are probably only about 10 of them that most people care about with any regularity. If you want to do complicated things, you should probably use the lower level client libraries - or even the REST API directly. However, if what you want is to be able to write an application that talks to clouds no matter what choices the deployer has made then shade is for you. This package installs a script that uses shade to query OpenStack clouds and produce a JSON inventory that is suitable for use as an Ansible inventory plugin.
python-shade
Client library for operating OpenStack clouds
Shade is a simple Python client library for operating OpenStack clouds. The key word here is simple. Clouds can do many things - but there are probably only about 10 of them that most people care about with any regularity. If you want to do complicated things, you should probably use the lower level client libraries - or even the REST API directly. However, if what you want is to be able to write an application that talks to clouds no matter what choices the deployer has made then shade is for you. This package installs the library for Python 2.