Metadata-Version: 1.1
Name: ardana-installer-server
Version: 8.0+git.1538761620.70c6830
Summary: Ardana OpenStack Cloud Installer Server
Home-page: https://github.com/ArdanaCLM/ardana-installer-server
Author: Ardana developers
Author-email: ardana@googlegroups.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: ..
         (c) Copyright 2017-2018 SUSE LLC
        
        ==============================
        Ardana Installer Server
        ==============================
        
        REST server for Ardana cloud installer
        
        ---------------
        Getting Started
        ---------------
        
        Start the service using::
        
           Use 'tox -e runserver' to start the server (on port 8081)
        
        ---
        API
        ---
        
        All REST endpoints begin with ``/api/v1``.  The following endpoints are
        supported:
        
          ``/api/v1/progress`` (``GET`` or ``POST``)
               Data to track the progress of the installer.
        
          ``/api/v1/server`` (``GET``,``POST``,``PUT``,``DELETE``)
               Scratch space for general server details
        
          ``/api/v1/sm/servers`` (``GET``)
               Retrieves a list of servers from SUSE Manager
        
          ``/api/v1/sm/servers/{id}`` (``GET``)
               Retrieves the details of the given server from SUSE Manager
        
          ``/api/v1/ov/servers`` (``GET``)
               Retrieves a list of servers from HPE OneView
        
          ``/api/v1/ov/servers/{id}`` (``GET``)
               Retrieves the details of the given server from HPE OneView
        
          ``/api/v1/clm/...``
               Requests to this URL are forwarded to the corresponding
               endpoint under ``/api/v2`` in the Ardana Service
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
