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. 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'