nfvlabs / openmano

Openmano is an open source project that provides a practical implementation of the reference architecture for Management & Orchestration under standardization at ETSI’s NFV ISG
Apache License 2.0
180 stars 74 forks source link

Public Cloud Integration #12

Open crbertoldo opened 9 years ago

crbertoldo commented 9 years ago

Please, any plan to put the controller node in Amazon EC2 (as an AMI) to control VNFs at the same layer (e.g. Clearwater that is already an AMI) over there?

gerardo-garcia commented 9 years ago

Creating an Amazon AMI for the controller should not be complicated, starting from a Linux image and following the steps in the Getting Started guide. If you are willing to work on an AMI, we can support you on the installation and configuration.

With that image, you could use openmano and openvim, although you will not be able to deploy VMs in Amazon's cloud. In order to deploy VNFs in Amazon's cloud, a new connector is needed. This connector would be based on the current openmano/vimconnector.py. Besides, a light adaptation in openmano code and DB would be required in order to use the right API depending on the VIM (openvim, openstack, AWS, etc.).