Synergy Doc
  • About Synergy
  • User guide
  • Deployment and Administration guide
  • Developer documentation
  • Service Reference Card
  • Legacy documentation
    • INDIGO 2 (Mar 2017 / service v1.5.1 - scheduler v2.4.0)
      • Deployment and Administration guide
      • User guide
      • Developer documentation
      • Service Reference Card
    • INDIGO 1 (Feb 2017 / service v1.4.0 - scheduler v2.3.0)
      • Deployment and Administration guide
      • User guide
      • Developer documentation
      • Service Reference Card
    • INDIGO 1 (Nov 2016 / service v1.2.0 - scheduler v2.1.0)
      • Deployment and Administration guide
Powered by GitBook
On this page
  1. Legacy documentation
  2. INDIGO 1 (Feb 2017 / service v1.4.0 - scheduler v2.3.0)

User guide

⚠ This is the documentation for an old version of Synergy on INDIGO 1 ⚠

The Synergy package versions corresponding to this documentation are:

  • synergy-service v1.4.0

  • synergy-scheduler-manager v2.3.0

How to use Synergy

Synergy doesn't need extra tools to create VMs into the private or shared quota but they are created in the standard OpenStack way (i.e. shell and dashboard). For example:

# openstack server create <options>

By default, the VMs are instantiated into the private quota. To select the shared quota, is needed to place special keys in the local user data file and pass it through the--user-data <user-data-file> parameter at instance creation:

# cat mydata.txt 
[synergy]
quota=shared

# openstack server create --image ubuntu-cloudimage --flavor 1 --user-data mydata.txt VM_INSTANCE
PreviousDeployment and Administration guideNextDeveloper documentation

Last updated 6 years ago