From 0b93d3b37d49f82784020283ac507b088617ed15 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Wed, 21 Jun 2023 10:56:10 +0200 Subject: [PATCH] Splitting Nextcloud flow into multiple flows --- usage_scenario-docs.yml | 11 ++++++++++- usage_scenario-talk.yml | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/usage_scenario-docs.yml b/usage_scenario-docs.yml index 7cb1549f..385e9dc9 100644 --- a/usage_scenario-docs.yml +++ b/usage_scenario-docs.yml @@ -36,21 +36,30 @@ networks: nextcloud-setup-network: flow: - - name: Install Nextcloud and collaborate on document + - name: Install Nextcloud container: gcb-playwright commands: - type: console command: python3 /tmp/nextcloud_install.py note: Installing Nextcloud read-notes-stdout: true + - name: Create User + container: gcb-playwright + commands: - type: console command: python3 /tmp/nextcloud_create_user.py note: Create user read-notes-stdout: true + - name: Create doc and share + container: gcb-playwright + commands: - type: console command: python3 /tmp/nextcloud_create_doc_and_share.py note: Create document and share read-notes-stdout: true + - name: Collaborate + container: gcb-playwright + commands: - type: console command: python3 /tmp/nextcloud_docs_collaboration.py note: dev diff --git a/usage_scenario-talk.yml b/usage_scenario-talk.yml index b7466ea6..0b68a979 100644 --- a/usage_scenario-talk.yml +++ b/usage_scenario-talk.yml @@ -34,13 +34,16 @@ networks: nextcloud-setup-network: flow: - - name: Install Nextcloud and start a conversation + - name: Install Nextcloud container: gcb-playwright commands: - type: console command: python3 /tmp/nextcloud_install.py note: Installing Nextcloud read-notes-stdout: true + - name: Talk conversation + container: gcb-playwright + commands: - type: console command: python3 /tmp/nextcloud_talk.py note: Starting conversation