Skip to content

Commit

Permalink
Fix for #2966
Browse files Browse the repository at this point in the history
  • Loading branch information
seriva committed Feb 17, 2022
1 parent 233375a commit d7472ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [#2940](https://github.com/epiphany-platform/epiphany/issues/2940) - firewalld.service unit could not be found on host however ansible_facts sees it as defined
- [#2979](https://github.com/epiphany-platform/epiphany/issues/2979) - Restore the possibility of choosing the availability zone in AWS
- [#2984](https://github.com/epiphany-platform/epiphany/issues/2984) - Validation blocks overwriting of destination_address_prefix in NSG rules, which is 0.0.0.0/0 by default
- [#2966](https://github.com/epiphany-platform/epiphany/issues/2966) - `epicli init --full` does not generate configuration for OpenDistro

### Updated

Expand Down
11 changes: 11 additions & 0 deletions schema/any/defaults/configuration/minimal-cluster-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ specification:
count: 1
machines:
- default-rabbitmq
opendistro_for_elasticsearch:
count: 1
machines:
- default-opendistro
---
kind: infrastructure/machine
provider: any
Expand Down Expand Up @@ -123,3 +127,10 @@ name: default-rabbitmq
specification:
hostname: rabbitmq # YOUR-MACHINE-HOSTNAME
ip: 192.168.100.111 # YOUR-MACHINE-IP
---
kind: infrastructure/machine
provider: any
name: default-opendistro
specification:
hostname: opendistro # YOUR-MACHINE-HOSTNAME
ip: 192.168.100.112 # YOUR-MACHINE-IP
2 changes: 2 additions & 0 deletions schema/aws/defaults/configuration/minimal-cluster-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ specification:
count: 1
rabbitmq:
count: 1
opendistro_for_elasticsearch:
count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ specification:
count: 1
rabbitmq:
count: 1
opendistro_for_elasticsearch:
count: 1

0 comments on commit d7472ba

Please sign in to comment.