Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'minio_server_release' and 'minio_client_release' variables. #29

Merged
merged 1 commit into from
Jul 28, 2019

Conversation

sberthier
Copy link
Contributor

  • Default = "" = lastest

@@ -1,8 +1,17 @@
---
- name: Compose the Minio server download base url
set_fact:
_minio_server_download_base_url: "https://dl.minio.io/server/minio/release/linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rather than use this go_arch_map evaluation here, use it in a vars entry.

Similar to we do it in ansible-prometheus.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Actually, let me send that as a separate refactoring PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Effectively, I will wait for your PR to be merged.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yea, first need to fix CI with #33. 😄

@sberthier sberthier force-pushed the install-specified-release-option branch from b303b81 to 8dd04ae Compare July 17, 2019 15:52
@sberthier sberthier force-pushed the install-specified-release-option branch from 8dd04ae to 4de97d3 Compare July 18, 2019 09:20
@atosatto atosatto self-requested a review July 23, 2019 15:10
@atosatto atosatto requested a review from SuperQ July 23, 2019 15:11
Copy link
Collaborator

@SuperQ SuperQ left a comment

Choose a reason for hiding this comment

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

LGTM

@SuperQ SuperQ merged commit 9eced2a into atosatto:master Jul 28, 2019
@sberthier sberthier deleted the install-specified-release-option branch July 29, 2019 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants