Skip to content

Commit 0d2c206

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Travis CI placeholder
1 parent d66146b commit 0d2c206

File tree

3 files changed

+33
-23
lines changed

3 files changed

+33
-23
lines changed

.travis.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
env:
7+
global:
8+
- DOCKER_REGISTRY_URL=store
9+
- ORG=softwareag
10+
- TAG=10.2
11+
# - LICENSES_URL=
12+
# matrix:
13+
# - CC_TEMPLATE=sag-um-server
14+
# - CC_TEMPLATE=sag-msc-server
15+
16+
before_install:
17+
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
18+
# - docker-compose up -d cc
19+
# - docker-compose run --rm sagcc -h
20+
# - docker-compose logs
21+
22+
script:
23+
- cd templates/$CC_TEMPLATE && ls
24+
# - docker-compose run --rm provision
25+
# - docker-compose logs
26+
27+
#after_success:
28+
# - if [ "$TRAVIS_BRANCH" == "master" ]; then
29+
# docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
30+
# docker push USER/REPO;
31+
# fi

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
# Command Central Default Templates Library
22

3-
This project provides a library of default templates for
4-
Command Central 10.2
5-
6-
The templates can be used as standalone composite templates as well as
7-
micro templates for Command Stack Layer definitions.
8-
9-
See README.md for each template in the [templates/](templates/) folder
10-
for specific details.
11-
12-
The library is included as a git submodule into
13-
[Command Central automation project](https://github.com/SoftwareAG/sagdevops-cc-server)
14-
If you use this project to setup your Command Central you will get it automatically.
15-
16-
## Provisioning new stacks using Command Central Web UI
17-
18-
You can provision new stacks using Command Central Web UI.
19-
20-
The stacks are built interactively, layer by layer. The layer definitions
21-
use templates from the template library.
22-
23-
Open [Command Central Stacks UI](https://0.0.0.0:8091/cce/web/?entry=stacks#stacks:)
24-
and click `+` icon to create your first stack.
3+
Please see [Default Templates Library wiki](https://github.com/SoftwareAG/sagdevops-templates/wiki) for detais.
254

265
______________________
276
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- ./:/src/
4444
environment:
4545
- CC_SERVER=cc
46-
entrypoint: sagcc
46+
entrypoint: sagcc --wait-for-cc
4747
command: --help
4848

4949
sagccant:

0 commit comments

Comments
 (0)