Skip to main content

Bare-metal server simulator

Project description

Infrasim-compute: bare-metal server simulator

Version Downloads

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

    Optional arguments:

    • -s, –skip-installation Ignore qemu/openipmi package installation

    • -c [CONFIG_FILE], –config-file [CONFIG_FILE] Use customized yaml file for the default node

    • -t [TYPE], –type [TYPE] Render specified node type for the default node

  2. Infrasim Service Version:

    sudo infrasim version
  3. Infrasim Node Configuration Management:

    • Add configuration mapping to a node

    sudo infrasim config add <node name> <config path>
    • Delete configuration mapping of a node

    sudo infrasim config delete <node name>
    • Update configuration mapping of a node

    sudo infrasim config update <node name> <config path>
    • List all configuration mappings

    sudo infrasim config list
  4. Infrasim Service Node Commands

    • Start a node

    sudo infrasim node start [node name]
    • Check node status

    sudo infrasim node status [node name]
    • Stop a node

    sudo infrasim node stop [node name]
    • Restart a node

    sudo infrasim node restart [node name]
    • Stop a node and detroy its runtime workspace

    sudo infrasim node destroy [node name]

    The default node configuration is already added to configuration mapping during infrasim init. In node commands, argument [node name] is optional. If it’s not specified, it’s treated as node “default”.

Notice: You can use VNC to access the emulated legacy hardware, the default VNC port is 5901

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

infrasim-compute-3.0.2.tar.gz (217.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

infrasim_compute-3.0.2-py2-none-any.whl (217.1 kB view details)

Uploaded Python 2

File details

Details for the file infrasim-compute-3.0.2.tar.gz.

File metadata

File hashes

Hashes for infrasim-compute-3.0.2.tar.gz
Algorithm Hash digest
SHA256 a3b04db8fc39976d433f380d0ce98e252fba20389a3e972b59c9cdb1a856e7e2
MD5 5c912c6ba2e3c03b7d00c9ea2709cef6
BLAKE2b-256 e6b41bbd538464ff67c62de87d6fd27d955b78770cfb849aada9f208a09c7549

See more details on using hashes here.

File details

Details for the file infrasim_compute-3.0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for infrasim_compute-3.0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 202a892242d066596b61f05558677eb6c12a1d7f8611579fdfc18ab7a824ba3d
MD5 7e51bea1a635ef4646330a1f50e053df
BLAKE2b-256 9464903ec29af83921217717e0cc204865ae0ade659872727aa248873dc51ef4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page