Jorge Morales Pou
2019-11-22 d09680f022b0037fa4876a0308fc527df64c3c4e
Updates to num users logic and 1.7.5 of etherpad (#874)

2 files modified
6 ■■■■ changed files
ansible/roles/ocp-workload-etherpad/defaults/main.yml 4 ●●●● patch | view | raw | blame | history
ansible/roles/ocp-workload-etherpad/templates/etherpad.txt.j2 2 ●●● patch | view | raw | blame | history
ansible/roles/ocp-workload-etherpad/defaults/main.yml
@@ -9,10 +9,10 @@
etherpad_project_display: "Etherpad"
etherpad_app_name: "etherpad"
user_count: 200
num_users: 200
# Mysql
etherpad_image: quay.io/wkulhanek/etherpad:1.7.0
etherpad_image: quay.io/wkulhanek/etherpad:1.7.5
mysql_database: sampledb
mysql_password: user123XYZ
mysql_root_password: root123XYZ
ansible/roles/ocp-workload-etherpad/templates/etherpad.txt.j2
@@ -10,7 +10,7 @@
Find an open user login and assign yourself one. Remember it, you will use it
to login:
{% for user_num in range(1, user_count|int + 1) %}
{% for user_num in range(1, num_users|int + 1) %}
user{{ user_num }}=
{% endfor %}