diff --git a/t/scenarios/lmd_federation_e2e/README b/t/scenarios/lmd_federation_e2e/README index c4fe682674..56eacdfd34 100644 --- a/t/scenarios/lmd_federation_e2e/README +++ b/t/scenarios/lmd_federation_e2e/README @@ -5,8 +5,8 @@ this scenario tests federation with lmd or http. The topology looks like: thruk ├── demo ├── demo2 (connects to LMD) - ├── demo3 - └── demo4 + │ ├── demo3 + │ └── demo4 └── demo5 (normal http backend) ├── demo6 └── demo7 diff --git a/t/scenarios/lmd_federation_e2e/omd/playbook.yml b/t/scenarios/lmd_federation_e2e/omd/playbook.yml index 14ff0d3e3b..2180fd5d2d 100644 --- a/t/scenarios/lmd_federation_e2e/omd/playbook.yml +++ b/t/scenarios/lmd_federation_e2e/omd/playbook.yml @@ -75,9 +75,9 @@ mode: 0600 owner: demo5 group: demo5 - - shell: sudo su - demo5 -c "cpanm -n File::ChangeNotify" - - shell: sudo su - demo5 -c "cd ~/local/share && git clone git://github.com/sni/omd_utils.git" - - shell: sudo su - demo5 -c "yes | ~/local/share/omd_utils/thruk_developer/install.sh /thruk" + #- shell: sudo su - demo5 -c "cpanm -n File::ChangeNotify" + #- shell: sudo su - demo5 -c "cd ~/local/share && git clone git://github.com/sni/omd_utils.git" + #- shell: sudo su - demo5 -c "yes | ~/local/share/omd_utils/thruk_developer/install.sh /thruk" # demo 6 site