You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG-1.0.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## [1.0.2] 2021-xx-xx
4
4
5
+
### NOTE ###
6
+
7
+
Before running `epicli backup` for RHEL/CentOS based cluster with standalone (non-K8s) RabbitMQ component,
8
+
read note in [this doc](docs/home/howto/BACKUP.md#1-how-to-perform-backup).
9
+
5
10
### Added
6
11
7
12
-[#2124](https://github.com/epiphany-platform/epiphany/issues/2124) - Added Internet connection test to download-requirements.sh
@@ -14,6 +19,7 @@
14
19
15
20
### Fixed
16
21
22
+
-[#2920](https://github.com/epiphany-platform/epiphany/issues/2920) - [RHEL/CentOS] RabbitMQ backup fails: /usr/bin/env: python3: No such file or directory
17
23
-[#2425](https://github.com/epiphany-platform/epiphany/issues/2425) - Feature-mapping - 'enabled: no' do nothing
18
24
-[#1294](https://github.com/epiphany-platform/epiphany/issues/1294) - Implement proper merging of lists of dictionaries for epicli yaml docs
19
25
-[#1370](https://github.com/epiphany-platform/epiphany/issues/1370) - Epicli does not correctly generate vars for Postgres
Copy file name to clipboardExpand all lines: core/src/epicli/data/common/ansible/playbooks/roles/repository/files/download-requirements/centos-7/requirements.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ python-slip-dbus # for firewalld
93
93
python-ipaddress
94
94
python-backports
95
95
python2-cryptography# for Ansible (certificate modules)
Copy file name to clipboardExpand all lines: core/src/epicli/data/common/ansible/playbooks/roles/repository/files/download-requirements/redhat-7/requirements.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ python-pycparser # for python2-cryptography
89
89
python-setuptools
90
90
python-slip-dbus# for firewalld
91
91
python2-cryptography# for Ansible (certificate modules)
0 commit comments