diff options
author | Michael Lando <ml636r@att.com> | 2017-02-20 19:39:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-20 19:39:23 +0000 |
commit | f4092b589e2d738c26e166cb018a99b78c8a6da3 (patch) | |
tree | d4bed9944fe81950d9afcf1a17517d2e90be43b3 /sdc-os-chef/sdc-elasticsearch/startup.sh | |
parent | 3d35bb381713a3d5ccb7eea0c34a59188c0a51fc (diff) | |
parent | 0649e652577e96db0efc80bafec0bdd21518d0b8 (diff) |
Merge "Fix UI and docker"
Diffstat (limited to 'sdc-os-chef/sdc-elasticsearch/startup.sh')
-rw-r--r-- | sdc-os-chef/sdc-elasticsearch/startup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdc-os-chef/sdc-elasticsearch/startup.sh b/sdc-os-chef/sdc-elasticsearch/startup.sh index b9e5fd6edf..0a602ade56 100644 --- a/sdc-os-chef/sdc-elasticsearch/startup.sh +++ b/sdc-os-chef/sdc-elasticsearch/startup.sh @@ -17,3 +17,4 @@ chef-solo -c solo.rb -o recipe[sdc-elasticsearch::ES_5_create_monitoring_templat chef-solo -c solo.rb -o recipe[sdc-elasticsearch::ES_6_create_kibana_dashboard_virtualization] while true; do sleep 2; done + |