You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by chanagershom <gi...@git.apache.org> on 2017/06/08 06:13:25 UTC

[GitHub] incubator-ariatosca pull request #149: Chanagershom patch 1

GitHub user chanagershom opened a pull request:

    https://github.com/apache/incubator-ariatosca/pull/149

    Chanagershom patch 1

    Please review the changes and let me know if there are any additional changes required. I am still waiting for the following from Arthur:
    
    1. A list of features
    2. A link to examples (use cases)
    3. Information about why a user should use ARIA


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chanagershom/incubator-ariatosca chanagershom-patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-ariatosca/pull/149.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #149
    
----
commit a496795c6b993c7bc1ed3ed8210378fe4b5ceda8
Author: chanagershom <ch...@gigaspaces.com>
Date:   2017-05-25T09:02:22Z

    Update README.md

commit 361c4b31ca3b073fab54479807707a791d714961
Author: chanagershom <ch...@gigaspaces.com>
Date:   2017-06-07T13:41:10Z

    Update (2) README.md
    
    Updated with changes after meeting with Ran.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca issue #149: Chanagershom patch 1

Posted by chanagershom <gi...@git.apache.org>.
Github user chanagershom commented on the issue:

    https://github.com/apache/incubator-ariatosca/pull/149
  
    New pull request, replacing this one, was opened by Ran.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca pull request #149: Chanagershom patch 1

Posted by chanagershom <gi...@git.apache.org>.
Github user chanagershom closed the pull request at:

    https://github.com/apache/incubator-ariatosca/pull/149


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca pull request #149: Chanagershom patch 1

Posted by rtpro <gi...@git.apache.org>.
Github user rtpro commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/149#discussion_r120809037
  
    --- Diff: README.md ---
    @@ -6,42 +6,24 @@ ARIA
     [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
     
     
    -[ARIA](http://ariatosca.org/) is a minimal TOSCA orchestrator, as well as a platform for building
    -TOSCA-based products. Its features can be accessed via a well-documented Python API.
    +[ARIA](http://ariatosca.org/) (Agile Reference Implementation of Automation) is a an open-source, lightweight, CLI-driven library of orchestration tools that other open-source projects can consume to build TOSCA-based orchestration solutions for resources and services. It supports NFV and hybrid Cloud scenarios. ARIA can be utilized by any organization that wants to implement open-source, TOSCA-based orchestration in its solutions, whether a multi-cloud enterprise application, or an NFV or SDN solution for multiple virtual infrastructure managers.
    --- End diff --
    
    We should remove "(Agile Reference Implementation of Automation)"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca pull request #149: Chanagershom patch 1

Posted by rtpro <gi...@git.apache.org>.
Github user rtpro commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/149#discussion_r120809276
  
    --- Diff: README.md ---
    @@ -66,136 +48,47 @@ To install the latest development snapshot of ARIA:
     	. env/bin/activate
     	pip install git+http://git-wip-us.apache.org/repos/asf/incubator-ariatosca.git
     
    -To test it, let's create a service instance from a TOSCA blueprint:
    -
    -	aria parse blueprints/tosca/node-cellar/node-cellar.yaml
    -	
    -You can also get it in JSON or YAML formats:
    -
    -	aria parse blueprints/tosca/node-cellar/node-cellar.yaml --json
     
    -Or get an overview of the relationship graph:
     
    -	aria parse blueprints/tosca/node-cellar/node-cellar.yaml --graph
     
    -You can provide inputs as JSON, overriding default values provided in the blueprint
    +Getting Started
    +---------------
     
    -	aria parse blueprints/tosca/node-cellar/node-cellar.yaml --inputs='{"openstack_credential": {"user": "username"}}'
    +You can use the following commands to utilize ARIA. A usage example is also provided at the end of this section.
     
    -Instead of providing them explicitly, you can also provide them in a file or URL, in either JSON or
    -YAML. If you do so, the value must end in ".json" or ".yaml":
    +* **`store`** Creates a service template.<br>
    +  **Usage** `aria service-templates store <template_name.yaml> <service_name>`
    +  
    +* **`create-archive`** Builds a CSAR archive. This archive format is unique to TOSCA.<br>
    +  **Usage** `aria services create <service_name> -t <template_hello>`
    +  
    +* **`reset`** Removes commands without removing any VM instances on which they were running. Requires the use of an **`-f`** flag.
    +  
    +* **`services`** Controls services by creating a logical instance of a service template. You can create multiple service templates, each with its own inputs, requirements and functionalities.<br>
    +  **Usage** `aria executions start install -s <service_name>`
     
    -	aria parse blueprints/tosca/node-cellar/node-cellar.yaml --inputs=blueprints/tosca/node-cellar/inputs.yaml
    +* **`create-service`** Displays a graph after parsing is complete.
    --- End diff --
    
    I would add the set of commands needed to getting started with the "Hello World" example.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---