osism / documentation

OSISM documentation
https://docs.osism.tech
Creative Commons Attribution Share Alike 4.0 International
12 stars 16 forks source link

osism-{custom,infrstructure,kolla,...} list #359

Open frosty-geek opened 2 years ago

frosty-geek commented 2 years ago

As an operator, I would like to be able to list the available SERVICES I can use the osism commands on.

$ osism-custom list
Available target playbooks:
playbook-myawesomecustomplaybook.yml
[...]

$ osism-kolla list
Avaiable target playbooks:
kolla-aodh.yml
kolla-barbican.yml
kolla-bifrost-keypair.yml
[...]
berendt commented 2 years ago

We will have rendered reference guides for this kind of information available soon.

The reference guides will be based on the following mappings: https://github.com/osism/mappings (mapping3 + mapping4).

The mappings themselves are already complete and maintained.

We can introduce a list command in python-osism based on this.

berendt commented 2 years ago

https://docs.osism.tech/appendix/commands.html should help for the moment.