From 2fb51f3b3a34cfb0ea0d005fe141bb518549d1fe Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Fri, 8 Jan 2021 11:31:58 +0100 Subject: [PATCH 1/2] Add MEDICAL to tpot.conf.dist --- iso/installer/tpot.conf.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/installer/tpot.conf.dist b/iso/installer/tpot.conf.dist index f2f3e6a0..2ca11736 100644 --- a/iso/installer/tpot.conf.dist +++ b/iso/installer/tpot.conf.dist @@ -1,5 +1,5 @@ # tpot configuration file -# myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN] +# myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, MEDICAL] myCONF_TPOT_FLAVOR='STANDARD' myCONF_WEB_USER='webuser' myCONF_WEB_PW='w3b$ecret' From 43ae92cf44609527d192137af6e1c6f13b0b7814 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Fri, 8 Jan 2021 11:34:03 +0100 Subject: [PATCH 2/2] Remove redundant tpot.conf.dist file content --- cloud/ansible/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index c517b6df..f08864bf 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -160,14 +160,6 @@ Here you can choose: - a username for the web interface - a password for the web interface (**you should definitely change that**) -``` -# tpot configuration file -# myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN] -myCONF_TPOT_FLAVOR='STANDARD' -myCONF_WEB_USER='webuser' -myCONF_WEB_PW='w3b$ecret' -``` - ## Optional: Custom `ews.cfg` Enable this by uncommenting the role in the [deploy_tpot.yaml](openstack/deploy_tpot.yaml) playbook.