Make the playbook's yaml file start with "---"
1. the yamls file of playbook should start with "---". 2. Update the url to https due to it redirct to it. Change-Id: Id54cab0071fbd0aad5189257e1002e7a6f45a822
This commit is contained in:
parent
da32b82c15
commit
f7996cb73e
16
README.rst
16
README.rst
@ -7,7 +7,7 @@ A storlet is a compiled and packaged code (e.g. a .jar file) that can be
|
|||||||
uploaded to Swift as any other object.
|
uploaded to Swift as any other object.
|
||||||
Once uploaded the storlet can be invoked over data objects in Swift.
|
Once uploaded the storlet can be invoked over data objects in Swift.
|
||||||
The Storlets API is documented at
|
The Storlets API is documented at
|
||||||
`"Storlets API v1" <http://storlets.readthedocs.io/en/latest/api/overview_api.html>`__.
|
`"Storlets API v1" <https://storlets.readthedocs.io/en/latest/api/overview_api.html>`__.
|
||||||
|
|
||||||
The project started off as an IBM research project, and was open sourced by IBM in 2014.
|
The project started off as an IBM research project, and was open sourced by IBM in 2014.
|
||||||
|
|
||||||
@ -23,13 +23,13 @@ Docs
|
|||||||
----
|
----
|
||||||
|
|
||||||
The storlerts documentation is auto-generated after every commit and available
|
The storlerts documentation is auto-generated after every commit and available
|
||||||
online at http://storlets.readthedocs.io/en/latest/
|
online at https://storlets.readthedocs.io/en/latest/
|
||||||
|
|
||||||
Getting Started for Users
|
Getting Started for Users
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
The fastest way to get started is
|
The fastest way to get started is
|
||||||
`"S2AIO - Swift Storlets All In One" <http://storlets.readthedocs.io/en/latest/getting_started.html>`__.
|
`"S2AIO - Swift Storlets All In One" <https://storlets.readthedocs.io/en/latest/getting_started.html>`__.
|
||||||
|
|
||||||
For Engine Developers
|
For Engine Developers
|
||||||
---------------------
|
---------------------
|
||||||
@ -38,7 +38,7 @@ Getting Started
|
|||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The best way to get started is following this guide:
|
The best way to get started is following this guide:
|
||||||
`"Installing a Development Environment" <http://storlets.readthedocs.io/en/latest/engine_dev_installation.html>`__.
|
`"Installing a Development Environment" <https://storlets.readthedocs.io/en/latest/engine_dev_installation.html>`__.
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -51,7 +51,7 @@ There are two types of tests included in the Storlets repo.
|
|||||||
Unit tests, are, well, unit tests... The functional tests are black box tests validating
|
Unit tests, are, well, unit tests... The functional tests are black box tests validating
|
||||||
end-to-end scenarios using various storlets, including faulty ones. For more information
|
end-to-end scenarios using various storlets, including faulty ones. For more information
|
||||||
please refer to the:
|
please refer to the:
|
||||||
`"Development and Testing Guide" <http://storlets.readthedocs.io/en/latest/engine_dev_tests.html>`__.
|
`"Development and Testing Guide" <https://storlets.readthedocs.io/en/latest/engine_dev_tests.html>`__.
|
||||||
|
|
||||||
Code Organization
|
Code Organization
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
@ -90,14 +90,14 @@ For Storlets Developers
|
|||||||
|
|
||||||
Currently, storlets can be developed in Java only.
|
Currently, storlets can be developed in Java only.
|
||||||
To get started, follow:
|
To get started, follow:
|
||||||
`"S2AIO - Swift Storlets All In One" <http://storlets.readthedocs.io/en/latest/getting_started.html>`__.
|
`"S2AIO - Swift Storlets All In One" <https://storlets.readthedocs.io/en/latest/getting_started.html>`__.
|
||||||
|
|
||||||
The write and deploy a storlet, follow:
|
The write and deploy a storlet, follow:
|
||||||
`"Writing and deploying storelts" <http://storlets.readthedocs.io/en/latest/writing_and_deploying_storlets.html>`__.
|
`"Writing and deploying storelts" <https://storlets.readthedocs.io/en/latest/writing_and_deploying_storlets.html>`__.
|
||||||
|
|
||||||
For Deployers
|
For Deployers
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Instructions for how to deploy Storlets over an existing Swift cluster (not SAIO):
|
Instructions for how to deploy Storlets over an existing Swift cluster (not SAIO):
|
||||||
`"Deploying storlets over an existing Swift cluster" <http://storlets.readthedocs.io/en/latest/deployer_installation.html>`__.
|
`"Deploying storlets over an existing Swift cluster" <https://storlets.readthedocs.io/en/latest/deployer_installation.html>`__.
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- name: Copy logs from worker nodes to executor node
|
- name: Copy logs from worker nodes to executor node
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- shell:
|
- shell:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- tox
|
- tox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user