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

arvados_* modules should have option to set the full state #49

Open
colin-nolan opened this issue Feb 8, 2018 · 0 comments
Open

arvados_* modules should have option to set the full state #49

colin-nolan opened this issue Feb 8, 2018 · 0 comments

Comments

@colin-nolan
Copy link
Contributor

e.g. if keep nodes are deleted, the API server won't be notified:

- name: create keep_service entries for keep hosts
delegate_to: "{{ arvados_cluster_delegate }}"
arvados_keep_service:
api_host: "{{ arvados_cluster_api_host }}"
api_token: "{{ arvados_cluster_superuser_api_token }}"
service_host: "{{ item }}"
service_type: blob
with_items: "{{ arvados_cluster_keep_hosts }}"
- name: create keep_service entries for keep proxies
delegate_to: "{{ arvados_cluster_delegate }}"
arvados_keep_service:
api_host: "{{ arvados_cluster_api_host }}"
api_token: "{{ arvados_cluster_superuser_api_token }}"
service_host: "{{ item }}"
service_port: 443
service_ssl_flag: True
service_type: proxy
with_items: "{{ arvados_cluster_keepproxy_hosts }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant