Skip to content
Snippets Groups Projects
Commit 5b2a4ee1 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '241-remove-old-collabora-references' into 'master'

Resolve "Remove old collabora references"

Closes #241

See merge request openappstack/openappstack!47
parents df51325e 4d51ceae
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ ansible_python_interpreter: "/usr/bin/env python3"
nextcloud_password: "{{ lookup('password', '{{ secret_directory }}/nextcloud_admin_password chars=ascii_letters') }}"
nextcloud_mariadb_password: "{{ lookup('password', '{{ secret_directory }}/nextcloud_mariadb_password chars=ascii_letters') }}"
nextcloud_mariadb_root_password: "{{ lookup('password', '{{ secret_directory }}/nextcloud_mariadb_root_password chars=ascii_letters') }}"
collabora_password: "{{ lookup('password', '{{ secret_directory }}/collabora_admin_password chars=ascii_letters') }}"
grafana_admin_password: "{{ lookup('password', '{{ secret_directory }}/grafana_admin_password chars=ascii_letters') }}"
# git repo versions
......
......@@ -97,7 +97,6 @@
- helmfile
- tmp
environment:
- COLLABORA_PASSWORD: "{{ collabora_password }}"
- NEXTCLOUD_PASSWORD: "{{ nextcloud_password }}"
- NEXTCLOUD_MARIADB_PASSWORD: "{{ nextcloud_mariadb_password }}"
- NEXTCLOUD_MARIADB_ROOT_PASSWORD: "{{ nextcloud_mariadb_root_password }}"
......
......@@ -42,7 +42,6 @@ Do these three steps to prepare the installation process:
1. You need to set some environment variables:
- `$NEXTCLOUD_PASSWORD` to set the Nextcloud administrator password
- `$COLLABORA_PASSWORD` to set the Collabora administrator password
- `$NEXTCLOUD_MARIADB_ROOT_PASSWORD` for the MariaDB that NextCloud uses
- `$GRAFANA_ADMIN_PASSWORD` for the admin password of grafana
......
......@@ -2,7 +2,7 @@
Feature: Test nextcloud admin login
As an OAS admin
I want to be able to login to nextcloud as the user admin
And I want to be able to open a document in Collabora
And I want to be able to open a document in OnlyOffice
Scenario: Open nextcloud
When I open the nextcloud URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment