From 49f0d7d815638af706ee762732ecf1b21b5a9e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Je=C5=A1i=C4=87?= <34022788+djesic@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:43:08 +0200 Subject: [PATCH] Renaming usage scenario and scripts for Talk --- ...install_playwright.py => nextcloud_install.py | 0 ...cloud_talk_playwright.py => nextcloud_talk.py | 0 usage_scenario.yml => usage_scenario-talk.yml | 16 ++++++++-------- 3 files changed, 8 insertions(+), 8 deletions(-) rename nextcloud_install_playwright.py => nextcloud_install.py (100%) rename nextcloud_talk_playwright.py => nextcloud_talk.py (100%) rename usage_scenario.yml => usage_scenario-talk.yml (63%) 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