Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUD-1958 move ping details to os-eap7-ping module #48

Merged
merged 1 commit into from Dec 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
target
/.project
15 changes: 2 additions & 13 deletions image.yaml
Expand Up @@ -30,12 +30,6 @@ envs:
value: "eapadmin"
- name: HTTPS_ENABLE_HTTP2
value: "false"
- name: "OPENSHIFT_KUBE_PING_NAMESPACE"
example: "myproject"
description: "Clustering project namespace."
- name: "OPENSHIFT_KUBE_PING_LABELS"
example: "application=eap-app"
description: "Clustering labels selector."
- name: "JAVA_OPTS_APPEND"
example: "-Dfoo=bar"
description: "Server startup options."
Expand Down Expand Up @@ -182,7 +176,8 @@ ports:
- value: 8778
modules:
repositories:
- git:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: master
install:
Expand Down Expand Up @@ -235,12 +230,6 @@ artifacts:
md5: 569870f975deeeb6691fcb9bc02a9555
- path: jboss-logmanager-ext-1.0.0.Alpha2-redhat-1.jar
md5: 7c743e35463db5f55f415dd666d705c5
- path: openshift-ping-common-1.1.5.Final-redhat-1.jar
md5: e27cdcf626ab1366c8d7d18ebd399ec4
- path: openshift-ping-dns-1.1.5.Final-redhat-1.jar
md5: ecab0d5ad969cb001e778305485b4640
- path: openshift-ping-kube-1.1.5.Final-redhat-1.jar
md5: 2f74acc3efc68e3781b7004f5a683fdc
- path: oauth-20100527.jar
md5: 91c7c70579f95b7ddee95b2143a49b41
- url: https://maven.repository.redhat.com/ga/org/apache/activemq/activemq-rar/5.11.0.redhat-630262/activemq-rar-5.11.0.redhat-630262.rar
Expand Down