pungi/tests/data/multi-compose.conf
Lubomír Sedlář 088ea7fe37 orchestrator: Support generic pre- and post- scripts
Run arbitrary commands before and after the compose.

The example config is updated to generate latest symlink with a
post-compose script. The pre compose script runs always, post compose
runs only if the compose is not doomed.

JIRA: COMPOSE-3288
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2019-03-21 09:29:54 +01:00

23 lines
382 B
Plaintext

[general]
release_name = Multi Compose
release_short = multi
release_version = 1.0
release_type = ga
compose_type = nightly
target = ../_composes/
extra_args = --quiet
post_compose_script =
compose-latest-symlink $COMPOSE_PATH
[server]
config = server.conf
[client]
config = client.conf
[resilient-storage]
config = resilient-storage.conf
depends_on = server
failable = yes