-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from sclorg/fix_interTests
Fix InterOp Tests
- Loading branch information
Showing
22 changed files
with
61 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
- block: | ||
- debug: var=stuff | ||
|
||
- name: Check curl command is working | ||
uri: | ||
url: "http://{{ route_cmd.stdout }}" | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
registry_redhat_io: "ubi8/php-73" | ||
tag_name: "php:7.3-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=7.3-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=7.3-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "cakephp-example" | ||
check_curl_output: "Welcome to your CakePHP application on OpenShift" | ||
scl_url: "cakephp-ex" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
registry_redhat_io: "ubi8/php-74" | ||
tag_name: "php:7.4-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=7.4-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=7.4-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "cakephp-example" | ||
check_curl_output: "Welcome to your CakePHP application on OpenShift" | ||
scl_url: "cakephp-ex" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
registry_redhat_io: "ubi8/php-80" | ||
tag_name: "php:8.0-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.0-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.0-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "cakephp-example" | ||
check_curl_output: "Welcome to your CakePHP application on OpenShift" | ||
scl_url: "cakephp-ex" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
registry_redhat_io: "ubi8/php-81" | ||
tag_name: "php:8.1-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.1-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.1-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "cakephp-example" | ||
check_curl_output: "Welcome to your CakePHP application on OpenShift" | ||
scl_url: "cakephp-ex" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi8/nodejs-16" | ||
tag_name: "nodejs:16-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=16-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=16-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi8/nodejs-18-minimal" | ||
tag_name: "nodejs:18-minimal-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-minimal-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-minimal-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi8/nodejs-18" | ||
tag_name: "nodejs:18-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi8/nodejs-20-minimal" | ||
tag_name: "nodejs:20-minimal-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi8/nodejs-20" | ||
tag_name: "nodejs:20-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi8 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
registry_redhat_io: "ubi9/php-80" | ||
tag_name: "php:8.0-ubi9" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.0-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.0-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "cakephp-example" | ||
check_curl_output: "Welcome to your CakePHP application on OpenShift" | ||
scl_url: "cakephp-ex" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
registry_redhat_io: "ubi9/php-81" | ||
tag_name: "php:8.1-ubi9" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.1-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/cakephp-ex/master/openshift/templates/cakephp.json -p PHP_VERSION=8.1-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "cakephp-example" | ||
check_curl_output: "Welcome to your CakePHP application on OpenShift" | ||
scl_url: "cakephp-ex" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi9/nodejs-16" | ||
tag_name: "nodejs:16-ubi9" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=16-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=16-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi9/nodejs-18-minimal" | ||
tag_name: "nodejs:18-minimal-ubi9" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-minimal-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-minimal-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi9/nodejs-18" | ||
tag_name: "nodejs:18-ubi9" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi9/nodejs-20-minimal" | ||
tag_name: "nodejs:20-minimal-ubi9" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
registry_redhat_io: "ubi9/nodejs-20" | ||
tag_name: "nodejs:20-ubi9" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
check_curl_output: "Node.js Crud Application" | ||
curl_output_format: "raw" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |