Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

release 7.1.1 version #573

Merged
merged 4 commits into from
Jun 4, 2019
Merged

release 7.1.1 version #573

merged 4 commits into from
Jun 4, 2019

Conversation

jmlrt
Copy link
Member

@jmlrt jmlrt commented Jun 3, 2019

should fix #554

@jmlrt jmlrt self-assigned this Jun 3, 2019
@jmlrt jmlrt requested a review from Crazybus June 3, 2019 16:16
@jmlrt jmlrt mentioned this pull request Jun 4, 2019
CHANGELOG.md Outdated
* Configuration, datas, logs and PID directories are now using standard paths like in the official elasticsearch packages.

* If you use only one instance but want to upgrade from an older ansible-elasticsearch version, follow [upgrade procedure](./docs/multi-instance.md#upgrade-procedure)
* If you install more than one instance of ElasticSearch on the same host (with different ports, directory and config files), **do not update to ansible-elasticsearch >= 7.0.0**, please follow this [workaround](./docs/multi-instance.md#workaround) instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ElasticSearch/Elasticsearch. I think this was the old way of writing it, and I know it annoys some people so best to be consistent. I also see a few "elasticsearch" in this changelog too.

README.md Outdated
$ rm /etc/default/node1_elasticsearch /etc/systemd/system/multi-user.target.wants/node1_elasticsearch.service
```
* If you use only one instance but want to upgrade from an older ansible-elasticsearch version, follow [upgrade procedure](./docs/multi-instance.md#upgrade-procedure)
* If you install more than one instance of ElasticSearch on the same host (with different ports, directory and config files), **do not update to ansible-elasticsearch >= 7.0.0**, please follow this [workaround](./docs/multi-instance.md#workaround) instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another ElasticSearch here too.

@@ -0,0 +1,69 @@
# Multi-instance Support

Starting with ansible-elasticsearch:7.0.0, installing more than one instance of Elasticsearch **on the same host** is no more supported.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/is no more supported/is no longer supported/

CHANGELOG.md Outdated

### Breaking changes

* Starting with ansible-elasticsearch:7.0.0, installing more than one instance of Elasticsearch **on the same host** is no more supported.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/is no more supported/is no longer supported/


Starting with ansible-elasticsearch:7.0.0, installing more than one instance of Elasticsearch **on the same host** is no more supported.

See [554#issuecomment-496804929](https://github.com/elastic/ansible-elasticsearch/issues/554#issuecomment-496804929) for more details about why we remove it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/why we remove it/why we removed it


## Workaround

If you use more than one instance of ElasticSearch on the same host (with different ports, directory and config files), you are still be able to install Elasticsearch 6.x and 7.x in multi-instance mode by using ansible-elasticsearch commit [25bd09f](https://github.com/elastic/ansible-elasticsearch/commit/25bd09f6835b476b6a078676a7d614489a6739c5) (last commit before multi-instance removal) and overriding `es_version` variable:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ElasticSearch

@Crazybus Crazybus changed the title release 7.0.0 version release 7.1.1 version Jun 4, 2019
Copy link
Contributor

@Crazybus Crazybus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jmlrt jmlrt merged commit c0238ed into elastic:master Jun 4, 2019
@jmlrt jmlrt deleted the release-7x branch June 4, 2019 10:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 7.0 support
2 participants