Metadata-Version: 1.1
Name: infrasim-compute
Version: 1.0.0.dev272
Summary: Bare-metal server simulator
Home-page: http://www.emc.com
Author: EMC
Author-email: infrasim.dev@emc.com
License: 'Apache 2.0'
Description: Infrasim-compute: bare-metal server simulator
        -----------------------------------------------------
        
        .. image:: https://badge.fury.io/py/infrasim-compute.svg
            :target: https://badge.fury.io/py/infrasim-compute
        
        .. image:: https://img.shields.io/pypi/dm/Django.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/infrasim-compute
        
        System Basic Requirements
        -------------------------
        Infrasim package can be installed in any physical machine or virtual machines hosted by Virtualbox, ESXi, Parallel Desktop or cloud provider like AWS, Linode and etc.
        
        The basic installation system requirements are:
        
        1.  Ubuntu Linux 64bit OS (14.04/15.04/16.04)
        
        2.  at least 4GB memory
        
        3.  at least 16GB disk size
        
        Installation
        ------------
        
        1. Ensure sources.list integrity then install dependency:
        
            **sudo apt-get update**
        
            **sudo apt-get install python-pip libpython-dev libssl-dev**
        
        2. Upgrade pip and install setuptools:
        
            **sudo pip install --upgrade pip**
        
            **sudo pip install setuptools**
        
        3. Two ways to install infrasim:
        
            * install infrasim from source code:
        
                **git clone https://github.com/InfraSIM/infrasim-compute.git**
        
                **cd infrasim-compute**
        
                **sudo pip install -r requirements.txt**
        
                **sudo python setup.py install**
        
            * install infrasim from python library:
        
                **sudo pip install infrasim-compute**
        
        Start Infrasim Service
        ----------------------
        
        1. Initialization (you need do it once)
        
            **sudo infrasim-init**
        
        2. Start Infrasim Service
        
            **sudo infrasim-main start**
        
        3. Stop Infrasim Service
        
            **sudo infrasim-main stop**
        
        **Notice: You can use VNC to access the emulated legacy hardware, the default VNC port is 5901**
        
        Configure Infrasim
        -------------------
        
        You can configure your own legacy hardware through **/etc/infrasim/infrasim.yml**.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
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
