Questions tagged [fiware-sagitta]

Sagitta – SDC Manager GEri is an application to install products available in a catalogue on virtual machines.

Sagitta (the Software Deployment and Configuration -SDC- GE), which is the key enabler used to support automated deployment (installation and configuration) of software on running virtual machines. As part of the complete process of deployment of applications, the aim of Sagitta is to deploy software product instances upon request of the user using the API or through the Cloud Portal.

The steps to install a product are described in form of recipes that indicates how the software (such as Apache Tomcat, MySQL, or HAProxy) has to be deployed. The recipes describe a series of resources that should be configured to start running in a particular state: packages that should be installed, services that should be running, or files that should be copied. Sagitta makes sure each resource is properly configured, and provides a safe, flexible, easily-repeatable mechanism that ensures all the nodes are always running exactly the way they were expected. Recipes belonging to a single product are aggregated in a cookbook for that product, which is stored and managed by Sagitta framework.

All the available recipes needed for the management of a given product are aggregated in a cookbook following a naming convention. Every product supported by Sagitta must have a cookbook with all the required recipes. Some instructions about how to build cookbooks and recipes can be found in "Recipes for GEs".

4 questions
1
vote
1 answer

Possibility to add new products to the Sagitta generic enabler in FIWARE

I would like to use the Sagitta in order to deploy software in a VM in FIWARE, but I would like to know if there is a possibility in which users add new products to the Sagitta catalogue?
flopez
  • 620
  • 1
  • 4
  • 9
1
vote
1 answer

Store users' activity in Sagitta component

If I use Sagitta in order to install and uninstall any product from its catalogue, does the Sagitta store all the users’ activity related to installation and uninstallation of products?
flopez
  • 620
  • 1
  • 4
  • 9
1
vote
1 answer

POI data provider installation SSH

I am trying to set up a blueprint instance in Fiware lab of the POI data provider and I get an Error Status: ERROR Error: Error installing a product.Description:com.telefonica.euro_iaas.paasmanager.exception.ProductInstallatorException: Error…
Scrpns
  • 31
  • 5
0
votes
1 answer

SDC from the CLI. Cannot install a product on VM

Following what says here, I got a connection refused using this curl: curl -v -H "Content-Type: application/json" -H "Accept: application/xml" -H "X-Auth-Token: 756cfb31e062216544215f54447e2716" -H "Tenant-Id: your-tenant-id" -X POST…