Skip to content

Commit

Permalink
remove password change from the upgrade mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sbbroot committed Jan 12, 2022
1 parent 2d3d858 commit 0c745a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions ansible/playbooks/roles/grafana/tasks/upgrade/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,3 @@
file:
path: "{{ upgrade_defaults.state_file_path }}"
state: absent

- name: Change password
include_tasks: password_change.yml
2 changes: 1 addition & 1 deletion cli/engine/ansible/AnsibleVarsGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def generate(self):
# is changed between versions (e.g. wal_keep_segments -> wal_keep_size) and sometimes previous parameters
# are not compatible with the new ones, defaults are used for template processing
roles_with_defaults = [
'grafana', 'haproxy', 'image_registry', 'jmx_exporter', 'kafka_exporter',
'haproxy', 'image_registry', 'jmx_exporter', 'kafka_exporter',
'node_exporter', 'postgresql', 'repository'
]
# now lets add any external configs we want to load
Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- [#2774](https://github.com/epiphany-platform/epiphany/issues/2774) - Issue creating service principle on Azure
- [#2737](https://github.com/epiphany-platform/epiphany/issues/2737) - Fix asserting number of postgres nodes
- [#1175](https://github.com/epiphany-platform/epiphany/issues/1175) - Task 'Join to Kubernetes cluster' may fail when Ansible vault already exists
- [#2420](https://github.com/epiphany-platform/epiphany/issues/2420) - Changing Grafana admin password in the upgrade mode
- [#2420](https://github.com/epiphany-platform/epiphany/issues/2420) - Changing Grafana admin password in the apply mode

### Updated

Expand Down

0 comments on commit 0c745a1

Please sign in to comment.