Module functionality¶
Clouds module provides the ability to integrate with public clouds, in particular, AWS and Yandex.Cloud.
Features of module:
aos-clouds-api
service works on controller.- Drivers provided by the
clouds-drivers
package are plugged in by the neutron, cinder-volume, glance-api, and nova-compute services. - Credentials and settings for integration with the cloud are requested by drivers from
aos-clouds-api
. - Clouds module stores credentials in the Barbican service. Service users nova, cinder, glance, neutron must be granted the
observer
role in the project for which the integration is being performed to be able to read the credentials.
Contents