Github user nickwallen commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/118#discussion_r62936792
  
    --- Diff: metron-deployment/roles/elasticsearch/tasks/create-indices.yml ---
    @@ -32,7 +35,6 @@
       until: result.content.find("green") != -1
       retries: 10
       delay: 60
    -  run_once: yes
     
    --- End diff --
    
    Because we want everything in `create-indices.yml` to "run once".  I pulled 
`run_once: yes` out to `roles/elasticsearch/tasks/main.yml`. Make sense?
    
    ```
    - include: create-indices.yml
      run_once: yes
    ```


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to