Skip to content

Commit ee90e83

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Enabled fix installation
1 parent f8ad44c commit ee90e83

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Modify [init.yaml](init.yaml) to configure product and fix repositories, poiting
3030
username: you@company.com
3131
password: yourpass
3232
fix:
33-
Empower:
33+
fixes:
34+
location: http://sdc.softwareag.com/updates/prodRepo
3435
username: you@company.com
3536
password: yourpass
3637
```
@@ -98,7 +99,7 @@ by Command Central, but can be managed by an orchestration tool of your choice.
9899
Managed image includes Command Central agent (SPM) and thus:
99100

100101
* You can monitor, administer and even configure it in Command Central
101-
* And still managed by an orchestration tool of your choice
102+
* And still manage by an orchestration tool of your choice
102103

103104
Open [Command Central](https://0.0.0.0:8091/) to see simple and managed containers in
104105
the maganed landscape.

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ services:
1111
- ./licenseKey.xml:/opt/softwareag/IntegrationServer/instances/default/config/licenseKey.xml
1212
links:
1313
- cc
14-
14+
environment:
15+
- CC_SERVER=cc
16+
- CC_AUTO_REGISTER=1
17+
1518
unmanaged:
1619
build:
1720
context: .

init.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ alias: init
22

33
repositories:
44

5-
# public repositories
5+
### public repositories
66

77
product:
88
products:
9-
location: http://sdc.softwareag.com/dataservewebM100/repository/
9+
location: http://sdc.softwareag.com/dataservewebM101/repository/
10+
username: you@company.com
11+
password: yourpass
12+
fix:
13+
fixes:
14+
location: http://sdc.softwareag.com/updates/prodRepo
1015
username: you@company.com
1116
password: yourpass
12-
# fix:
13-
# Empower:
14-
# username: you@company.com
15-
# password: yourpass
1617

17-
# local mirror repositories
18+
### local mirror repositories
1819

1920
# product:
2021
# products:
@@ -27,7 +28,7 @@ repositories:
2728
# username: Administrator
2829
# password: manage
2930

30-
# private SAG repositories
31+
### private SAG repositories
3132

3233
# product:
3334
# products:

template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ alias: container
33
environments:
44
default:
55
repo.product: products
6-
#repo.fix: fixes
6+
repo.fix: fixes
77

88
layers:
99
runtime:
1010
productRepo: ${repo.product}
11-
#fixRepo: ${repo.fix}
11+
fixRepo: ${repo.fix}
1212
templates: msc-server
1313

1414
templates:
1515
msc-server:
16-
#fixes: []
16+
fixes: wMFix.integrationServer.Core
1717
products:
1818
MSC:
1919
default:

0 commit comments

Comments
 (0)