%PDF- %PDF-
| Direktori : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/services/orchestration/ |
| Current File : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/services/orchestration/index.rst |
Orchestration v1
================
.. include:: ../common/clients.sample.rst
Orchestration service
~~~~~~~~~~~~~~~~~~~~~
Now to instantiate the Orchestration service:
.. code-block:: php
$service = $client->orchestrationService('{catalogName}', '{region}', '{urlType}');
.. include:: ../common/service-args.rst
Operations
----------
.. toctree::
templates
stacks
resources
resource-types
build-info
events
Glossary
--------
.. glossary::
template
An Orchestration template is a JSON or YAML document
that describes how a set of resources should be assembled to produce
a working deployment. The template specifies what resources should be
used, what attributes of these resources are parameterized and what
information is output to the user when a template is instantiated.
resource
A resource is a template artifact that represents some
component of your desired architecture (a Cloud Server, a group of
scaled Cloud Servers, a load balancer, some configuration management
system, and so forth).
stack
A stack is a running instance of a template. When a stack
is created, the resources specified in the template are created.
Further links
-------------
- `Getting Started Guide for the API <http://docs.rackspace.com/orchestration/api/v1/orchestration-getting-started/content/DB_Overview.html>`_
- `API Developer Guide <http://docs.rackspace.com/orchestration/api/v1/orchestration-devguide/content/overview.html>`_
- `API release history <http://docs.rackspace.com/orchestration/api/v1/orchestration-getting-started/content/DB_Doc_Change_History.html>`_