From f7996cb73e47c173108a7e4ae038870bd3b26af8 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Wed, 10 Oct 2018 10:37:26 -0400 Subject: [PATCH] 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 --- README.rst | 16 ++++++++-------- playbooks/storlets-functional/post.yaml | 1 + playbooks/storlets-functional/pre.yaml | 1 + playbooks/storlets-functional/run.yaml | 1 + 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 1778140e..021762e6 100644 --- a/README.rst +++ b/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. Once uploaded the storlet can be invoked over data objects in Swift. The Storlets API is documented at -`"Storlets API v1" `__. +`"Storlets API v1" `__. 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 -online at http://storlets.readthedocs.io/en/latest/ +online at https://storlets.readthedocs.io/en/latest/ Getting Started for Users ------------------------- The fastest way to get started is -`"S2AIO - Swift Storlets All In One" `__. +`"S2AIO - Swift Storlets All In One" `__. For Engine Developers --------------------- @@ -38,7 +38,7 @@ Getting Started ~~~~~~~~~~~~~~~ The best way to get started is following this guide: -`"Installing a Development Environment" `__. +`"Installing a Development Environment" `__. 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 end-to-end scenarios using various storlets, including faulty ones. For more information please refer to the: -`"Development and Testing Guide" `__. +`"Development and Testing Guide" `__. Code Organization ~~~~~~~~~~~~~~~~~ @@ -90,14 +90,14 @@ For Storlets Developers Currently, storlets can be developed in Java only. To get started, follow: -`"S2AIO - Swift Storlets All In One" `__. +`"S2AIO - Swift Storlets All In One" `__. The write and deploy a storlet, follow: -`"Writing and deploying storelts" `__. +`"Writing and deploying storelts" `__. For Deployers ------------- Instructions for how to deploy Storlets over an existing Swift cluster (not SAIO): -`"Deploying storlets over an existing Swift cluster" `__. +`"Deploying storlets over an existing Swift cluster" `__. diff --git a/playbooks/storlets-functional/post.yaml b/playbooks/storlets-functional/post.yaml index b5e363dd..b41588ba 100644 --- a/playbooks/storlets-functional/post.yaml +++ b/playbooks/storlets-functional/post.yaml @@ -1,3 +1,4 @@ +--- - hosts: all tasks: - name: Copy logs from worker nodes to executor node diff --git a/playbooks/storlets-functional/pre.yaml b/playbooks/storlets-functional/pre.yaml index 13792031..53efb61c 100644 --- a/playbooks/storlets-functional/pre.yaml +++ b/playbooks/storlets-functional/pre.yaml @@ -1,3 +1,4 @@ +--- - hosts: all tasks: - shell: diff --git a/playbooks/storlets-functional/run.yaml b/playbooks/storlets-functional/run.yaml index 86bf50ad..84aed15f 100644 --- a/playbooks/storlets-functional/run.yaml +++ b/playbooks/storlets-functional/run.yaml @@ -1,3 +1,4 @@ +--- - hosts: all roles: - tox