Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit dfb0215

Browse files
author
OpenShift Bot
committed
Merge pull request #6286 from abhgupta/abhgupta-dev
Merged by openshift-bot
2 parents 9b53831 + 4783171 commit dfb0215

4 files changed

Lines changed: 13 additions & 18 deletions

File tree

cartridges/openshift-origin-cartridge-haproxy/metadata/manifest.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ Version: '1.4'
1010
License: GPLv2+
1111
License-Url: http://www.gnu.org/licenses/gpl-2.0.html
1212
Vendor: http://haproxy.1wt.eu/
13-
Cartridge-Version: 0.0.23
13+
Cartridge-Version: 0.0.24
1414
Compatible-Versions:
1515
- 0.0.21
1616
- 0.0.22
17+
- 0.0.23
1718
Cartridge-Vendor: redhat
1819
Categories:
1920
- web_proxy
@@ -63,7 +64,7 @@ Endpoints:
6364
target_update: true
6465
connections: -1
6566
websocket: true
66-
- Frontend: /health
67+
- Frontend: "/health"
6768
Backend: configuration/health
6869
Options:
6970
file: true
@@ -73,9 +74,9 @@ Endpoints:
7374
Protocols:
7475
- http
7576
Mappings:
76-
- Frontend: /haproxy-status
77-
Backend: /
78-
- Frontend: /health
77+
- Frontend: "/haproxy-status"
78+
Backend: "/"
79+
- Frontend: "/health"
7980
Backend: ''
8081
Options:
8182
health: true

cartridges/openshift-origin-cartridge-jbosseap/metadata/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Version: '6'
99
License: LGPL
1010
License-Url: http://www.gnu.org/copyleft/lesser.txt
1111
Vendor: Red Hat
12-
Cartridge-Version: 0.0.25
12+
Cartridge-Version: 0.0.26
1313
Compatible-Versions:
1414
- 0.0.18
1515
- 0.0.19
@@ -18,6 +18,7 @@ Compatible-Versions:
1818
- 0.0.22
1919
- 0.0.23
2020
- 0.0.24
21+
- 0.0.25
2122
Cartridge-Vendor: redhat
2223
Categories:
2324
- service

cartridges/openshift-origin-cartridge-jbossews/metadata/manifest.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@
22
Name: jbossews
33
Cartridge-Short-Name: JBOSSEWS
44
Cartridge-Vendor: redhat
5-
Cartridge-Version: 0.0.29
6-
Compatible-Versions:
7-
- 0.0.21
8-
- 0.0.22
9-
- 0.0.23
10-
- 0.0.24
11-
- 0.0.25
12-
- 0.0.26
13-
- 0.0.27
14-
- 0.0.28
5+
Cartridge-Version: 0.0.30
6+
Compatible-Versions: []
157
Display-Name: Tomcat 7 (JBoss EWS 2.0)
168
Description: JBoss Enterprise Web Server is the enterprise-class Java web container
179
for large-scale lightweight web applications based on Tomcat 7. Build and deploy

cartridges/openshift-origin-cartridge-php/metadata/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version-Overrides:
2121
License: The PHP License, version 3.0
2222
License-Url: http://www.php.net/license/3_0.txt
2323
Vendor: php.net
24-
Cartridge-Version: 0.0.27
24+
Cartridge-Version: 0.0.28
2525
Compatible-Versions:
2626
- 0.0.20
2727
- 0.0.21
@@ -30,6 +30,7 @@ Compatible-Versions:
3030
- 0.0.24
3131
- 0.0.25
3232
- 0.0.26
33+
- 0.0.27
3334
Cartridge-Vendor: redhat
3435
Categories:
3536
- service
@@ -66,7 +67,7 @@ Endpoints:
6667
Backend: ''
6768
Options:
6869
websocket: true
69-
- Frontend: /health
70+
- Frontend: "/health"
7071
Backend: ''
7172
Options:
7273
health: true

0 commit comments

Comments
 (0)