diff --git a/nextcloud_install_playwright.py b/nextcloud_install.py similarity index 100% rename from nextcloud_install_playwright.py rename to nextcloud_install.py diff --git a/nextcloud_talk_playwright.py b/nextcloud_talk.py similarity index 100% rename from nextcloud_talk_playwright.py rename to nextcloud_talk.py diff --git a/usage_scenario.yml b/usage_scenario-talk.yml similarity index 63% rename from usage_scenario.yml rename to usage_scenario-talk.yml index 3047e8e2..8e789c0c 100644 --- a/usage_scenario.yml +++ b/usage_scenario-talk.yml @@ -1,16 +1,16 @@ --- -name: NextCloud MariaDB - Chrome Talk +name: Nextcloud - Talk author: Danilo Jesic version: 1 -description: Installs the official NextCloud image and starts a Talk conversation +description: Installs the official Nextcloud image and starts a Talk conversation compose-file: !include compose.yml services: gcb-playwright: image: greencoding/gcb_playwright setup-commands: - - cp /tmp/repo/nextcloud_install_playwright.py /tmp/nextcloud_install_playwright.py - - cp /tmp/repo/nextcloud_talk_playwright.py /tmp/nextcloud_talk_playwright.py + - cp /tmp/repo/nextcloud_install.py /tmp/nextcloud_install.py + - cp /tmp/repo/nextcloud_talk.py /tmp/nextcloud_talk.py networks: - nextcloud-setup-network @@ -34,14 +34,14 @@ networks: nextcloud-setup-network: flow: - - name: Check Website + - name: Install Nextcloud and start a conversation container: gcb-playwright commands: - type: console - command: python3 /tmp/nextcloud_install_playwright.py + command: python3 /tmp/nextcloud_install.py note: Installing Nextcloud read-notes-stdout: true - type: console - command: python3 /tmp/nextcloud_talk_playwright.py - note: Creating Event + command: python3 /tmp/nextcloud_talk.py + note: Starting conversation read-notes-stdout: true