Giter Site home page Giter Site logo

arestor's Introduction

Arestor description

Build Status

Arestor is an HTTP framework used to substitute and control cloud providers metadata. It is used in integration with the Cloudbase-init-ci framework, to test Cloudbase-init in a fully controlled environment with various HTTP metadata sources like AWS, OpenStack, CloudStack, MAAS or OpenNebula.

Arestor is the answer to the complex mix of cloud providers specific HTTP metadata implementation and formats. It is very hard to have at our disposal various OpenStack, CloudStack, MAAS deployments with various hardware or configurable requirements, when all we need is just a controlled way in which to access the cloud specific metadata. This way, we can have the instances spawned up using only an OpenStack environment, which considerably simplifies the testing infrastructure.

Arestor quickstart on Ubuntu 16.04

You first need to install Arestor. This is done with pip after you check out the Arestor repo:

~ $ sudo apt-get install redis-server vim git python-dev -y
~ $ git clone https://github.com/cloudbase/arestor.git
~ $ cd arestor
~ $ git checkout feature/resource-management
~ $ pip install virtualenv
~ $ virtualenv .venv/arestor
~ $ source .venv/arestor/bin/activate
~ $ pip install ../arestor
~ $ python setup.py install
~ $ oslo-config-generator --config-file etc/arestor/arestor-config-generator.conf
~ $ mkdir /etc/arestor/
~ $ cp etc/arestor/arestor.conf.sample /etc/arestor/arestor.conf

Running Arestor:

~ $ arestor server start # To start running the Arestor server

Notes

On Windows you will need to install these dependencies, in order for the Arestor installation to be successful:

Make sure the arestor.conf file has been modified properly before trying to run Arestor, otherwise it will run with the default values.

arestor's People

Contributors

mateimicu avatar ader1990 avatar alexcoman avatar alexpilotti avatar

Watchers

James Cloos avatar Paula Crismaru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.