ARIA
Project description
What is ARIA?
ARIA is a an open-source, TOSCA-based, lightweight library and CLI for orchestration and for consumption by projects building TOSCA-based solutions for resources and services orchestration.
ARIA can be utilized by any organization that wants to implement TOSCA-based orchestration in its solutions, whether a multi-cloud enterprise application, or an NFV or SDN solution for multiple virtual infrastructure managers.
With ARIA, you can utilize TOSCA’s cloud portability out-of-the-box, to develop, test and run your applications, from template to deployment.
ARIA is an incubation project under the Apache Software Foundation.
Installation
ARIA is available on PyPI.
ARIA requires Python 2.7. Python 3 is currently not supported.
To install ARIA directly from PyPI (using a wheel), use:
pip install --upgrade pip setuptools pip install apache-ariatosca
To install ARIA from source, download the source tarball from PyPI, extract and cd into the extract dir, and run:
pip install --upgrade pip setuptools pip install .
Ubuntu/Debian (tested on Ubuntu 14.04, Ubuntu 16.04):
apt-get install -y python-dev gcc libffi-dev libssl-dev pip install apache-ariatosca[ssh]
CentOS/Fedora (tested on CentOS 6.6, CentOS 7):
yum install -y python-devel gcc libffi-devel openssl-devel pip install apache-ariatosca[ssh]
Arch Linux:
pacman -Syu --noconfirm python2 gcc libffi openssl pip2 install apache-ariatosca[ssh]
Windows (tested on Windows 10):
# no additional system requirements are needed pip install apache-ariatosca[ssh]
macOS:
# TODO
To install pip, either use your operating system’s package management system, or run:
wget http://bootstrap.pypa.io/get-pip.py python get-pip.py
Getting Started
This section will describe how to run a simple “Hello World” example.
First, provide ARIA with the ARIA “hello world” service-template and name it (e.g. my-service-template):
aria service-templates store examples/hello-world/hello-world.yaml my-service-template
Now create a service based on this service-template and name it (e.g. my-service):
aria services create my-service -t my-service-template
Finally, start an install workflow execution on my-service like so:
aria executions start install -s my-service
You should now have a simple web-server running on your local machine. You can try visiting http://localhost:9090 to view your deployed application.
To uninstall and clean your environment, follow these steps:
aria executions start uninstall -s my-service aria services delete my-service aria service-templates delete my-service-template
Resources
Dev mailing list: dev@ariatosca.incubator.apache.org
User mailing list: user@ariatosca.incubator.apache.org
Subscribe by sending a mail to <group>-subscribe@ariatosca.incubator.apache.org (e.g. dev-subscribe@ariatosca.incubator.apache.org). See information on how to subscribe to mailing lists here.
For past correspondence, see the dev mailing list archive.
License
ARIA is licensed under the Apache License 2.0.
Contribution
You are welcome and encouraged to participate and contribute to the ARIA project.
Please see our guide to Contributing to ARIA.
Feel free to also provide feedback on the mailing lists (see Resources section).
Code of Conduct
The ARIA TOSCA Project follows the Apache Code of Conduct.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file apache-ariatosca-0.2.0.tar.gz
.
File metadata
- Download URL: apache-ariatosca-0.2.0.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bce30f56e4745f092c3ea84456204731995a669e0792c9b6400de3d6bd645170 |
|
MD5 | 60e96d6838b7d245f35a08772ae3c792 |
|
BLAKE2b-256 | 9238d3aac3b86e414d4708b68149d37a14f3cbfab019bc6765793f33d365a5fa |
File details
Details for the file apache_ariatosca-0.2.0-py2-none-any.whl
.
File metadata
- Download URL: apache_ariatosca-0.2.0-py2-none-any.whl
- Upload date:
- Size: 416.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64a26e0ca6ea3983a3b83a42d67c0c10fe44ed4323524f8068f3d8f1e9d30016 |
|
MD5 | 67cf318912a98a42ef23813b2aee65d0 |
|
BLAKE2b-256 | 8b16b2fc95bcb168ed3bfbcaa1e4d150625d217cf23f3588f106c5b3de708062 |