This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<settings> | |
<!-- the path to the local repository - defaults to ~/.m2/repository | |
--> | |
<!-- <localRepository>/path/to/local/repo</localRepository> | |
--> | |
<mirrors> | |
<mirror> <!--Send all requests to the public group --> | |
<id>nexus</id> | |
<mirrorOf>*</mirrorOf> | |
<url>http://nexus3-holmes-snadbox.apps.s2.core.rht-labs.com/repository/labs-group/</url> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Engagement: | |
type: object | |
properties: | |
id: | |
type: integer | |
format: int64 | |
name: | |
type: string | |
start_date: | |
type: string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openshift_clusters": [ | |
{ | |
"openshift_host_env": "10.1.2.2:8443", | |
"openshift_resources": { | |
"projects": [ | |
{ | |
"name": "pipeline-dev", | |
"display_name": "Pipeline - Dev", | |
"environment_type": "build", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "DeploymentConfig", | |
"apiVersion": "v1", | |
"metadata": { | |
"name": "automation-api", | |
"namespace": "sample-project", | |
"selfLink": "/oapi/v1/namespaces/sample-project/deploymentconfigs/automation-api", | |
"uid": "caae850e-900e-11e6-9af7-525400c3549e", | |
"resourceVersion": "12016", | |
"generation": 5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "automation-api", | |
"scm_url": "https://github.com/sherl0cks/automation-api.git", | |
"scm_ref": "updates-to-build", | |
"build_tool": "mvn-3", | |
"build_application_commands": [ | |
"mvn clean install" | |
], | |
"build_image_commands": [ | |
"oc login 10.1.2.2:8443 --token=$OPENSHIFT_API_TOKEN --insecure-skip-tls-verify", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"engagement": { | |
"application_topologies": [ | |
{ | |
"promotion_process": { | |
"stages": [ | |
{ | |
"stage_name": "dev", | |
"display_name": "Dev Environment", | |
"user_to_role": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openshift_clusters": [ | |
{ | |
"openshift_host_env": "10.1.2.2:8443", | |
"openshift_resources": { | |
"projects": [ | |
{ | |
"name": "labs-api-dev", | |
"display_name": "Labs API - Dev", | |
"environment_type": "build", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"name": null, | |
"start_date": null, | |
"end_date": null, | |
"openshift_clusters": [ | |
{ | |
"id": 1, | |
"labels": {}, | |
"openshift_resources": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openshift_clusters": [ | |
{ | |
"openshift_host_env": "10.1.2.2:8443", | |
"openshift_resources": { | |
"projects": [ | |
{ | |
"name": "pipeline-dev", | |
"display_name": "Pipeline - Dev", | |
"environment_type": "build", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting the Java application using /opt/run-java/run-java.sh ... | |
exec java -javaagent:/opt/jolokia/jolokia.jar=host=0.0.0.0,user=jolokia,password=088nlMhdRlInw9gWHVtcrTa0HvsCOL,useSslClientAuthentication=true,extraClientCheck=true,protocol=https,caCert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt,clientPrincipal=cn=system:master-proxy -cp . -jar /deployments/automation-api-0.3.0.jar | |
I> No access restrictor found, access to any MBean is allowed | |
Jolokia: Agent started with URL https://172.17.0.7:8778/jolokia/ | |
04:44:59.839 [main] DEBUG io.fabric8.kubernetes.client.Config - Trying to configure client from Kubernetes config... | |
04:44:59.863 [main] DEBUG io.fabric8.kubernetes.client.Config - Did not find Kubernetes config at: [/.kube/config]. Ignoring. | |
04:44:59.863 [main] DEBUG io.fabric8.kubernetes.client.Config - Trying to configure client from service account... | |
04:44:59.864 [main] DEBUG io.fabric8.kubernetes.client.Config - Found service account ca cert at: [/var/run/secrets/kubernetes.io/serviceaccount |