kompose/script/test/fixtures/gitlab
Suraj Narwade ec5c4d8550 Adding save command to annotation
This command will add `kompose command` used to generate artifacts as well as `kompose version`,
for ex,

```
metadata:
    annotations:
      kompose.cmd: kompose convert -f /home/snarwade --stdout
      kompose.version: 1.0.0 (HEAD)
```

For functional test, Now each test has template like,

```
 "annotations": {
           "kompose.cmd": "%CMD%",
           "kompose.version": "%VERSION%"
```

Because, for every machine these values will be different.

Updated functional test with new annotations
2017-08-14 12:22:33 +05:30
..
docker-compose.yml update created artifacts for k8s and openshift 2017-06-16 12:35:27 +05:30
envs Functional Testing 2016-08-08 04:39:10 +00:00
output-k8s-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-os-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
README.md Functional Testing 2016-08-08 04:39:10 +00:00

Gitlab

Gitlab, Postgresql, Redis

Usage

The simplest thing to do:

export $(cat envs)
docker-compose up

To customize the values edit envs file.