معرفی شرکت ها


ec2stack-0.7.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

EC2 compatibility interface for Apache Cloudstack
ویژگی مقدار
سیستم عامل -
نام فایل ec2stack-0.7.1
نام ec2stack
نسخه کتابخانه 0.7.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Darren Brogan, Ian Duffy
ایمیل نویسنده brogand2@mail.dcu.ie, duffyi3@mail.dcu.ie
آدرس صفحه اصلی http://github.com/brogand1993/ec2stack
آدرس اینترنتی https://pypi.org/project/ec2stack/
مجوز Apache License (2.0)
Apache CloudStack EC2stack ========================== **An EC2 Compatibility Interface For Apache CloudStack** |Build Status| Description ----------- Apache `CloudStack`_ is an open source software designed to deploy and manage large networks of virtual machines, as highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. ec2stack takes Amazon EC2 API requests, maps these requests to the appropriate CloudStack API calls and parses the responses as required. This allows utilities created for the Amazon EC2 API to be used against Apache CloudStack. Easy setup with `Docker`_ ------------------------- The easiest way to run ec2stack is to use a docker container. Pull the image from docker hub. :: $ docker pull runseb/ec2stack Run an interactive container and configure ec2stack for your CloudStack endpoint. Be careful to use 0.0.0.0 as the address for ec2stack server. :: $ docker run -t -i ec2stack ec2stack-configure Commit the configured container into a new image specific to your cloud. :: $ docker commit <container id> ec2stack:yourcloud Run an container with the ec2stack command :: $ docker run -d -p 5000:5000 ec2stack:yourcloud ec2stack Register a user :: $ curl -d AWSSecretKey=yoursecretkey -d AWSAccessKeyId=yourapikey -d Action=RegisterSecretKey http://localhost:5000 You now just need to configure your aws cli and use the local ec2stack point: :: $ aws ec2 describe-images --endpoint=http://localhost:5000 Usage ----- **IMPORTANT**: Please note that the current version of ec2stack only supports AWS Signature Version 2 and therefore will NOT work with the current AWS CLI unless you explicitly tell it to use Version 2. You can set the signature version for your default AWS CLI profile with: :: $ aws configure set default.ec2.signature_version v2 If you are using named profiles then you can set the version for the specific profile with: :: $ aws configure set profile.<your profile name>.ec2.signature_version v2 Both of the above commands will update your *~/.aws/config* file. For usage information please see the `User Guide`_. .. _CloudStack: http://cloudstack.apache.org .. _Docker: http://docker.com .. _User Guide: https://github.com/apache/cloudstack-ec2stack/USER.md .. |Build Status| image:: https://travis-ci.org/apache/cloudstack-ec2stack.svg?branch=master :target: https://travis-ci.org/apache/cloudstack-ec2stack


نحوه نصب


نصب پکیج whl ec2stack-0.7.1:

    pip install ec2stack-0.7.1.whl


نصب پکیج tar.gz ec2stack-0.7.1:

    pip install ec2stack-0.7.1.tar.gz