Skip to content

Commit

Permalink
Merge pull request #3462 from rcbops/RO-4491_newton_dep_update
Browse files Browse the repository at this point in the history
RO-4491 Update newton dependencies
  • Loading branch information
Jesse Pretorius authored Jan 29, 2019
2 parents 19168e4 + f4e4ec7 commit 9587acd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# The release tag to use
# Note that this is set here so that the openstack_release override in osa_defaults
# is able to use it.
rpc_release: "r14.22.0"
rpc_release: "r14.23.0"
1 change: 1 addition & 0 deletions rpcd/playbooks/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
tags:
- elasticsearch-pre-install
roles:
- "pip_install"
- "elasticsearch"
vars:
is_metal: "{{ properties.is_metal | default(False) }}"
1 change: 1 addition & 0 deletions rpcd/playbooks/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
hosts: all
max_fail_percentage: 20
roles:
- "pip_install"
- "filebeat"
1 change: 1 addition & 0 deletions rpcd/playbooks/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
- name: Setup Kibana host
hosts: kibana_all
roles:
- "pip_install"
- "kibana"
1 change: 1 addition & 0 deletions rpcd/playbooks/logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
- name: Setup Logstash host
hosts: logstash_all
roles:
- "pip_install"
- "logstash"

0 comments on commit 9587acd

Please sign in to comment.