Skip to content

Commit

Permalink
Merge pull request #24 from sutaakar/7.1-fix
Browse files Browse the repository at this point in the history
RHPAM-1493: Additional changes and leftovers for 7.1
  • Loading branch information
ruromero committed Oct 16, 2018
2 parents 0377f18 + f21040d commit 1ac887b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ Deploys the following components:

The following `imageStreams` should exist in the `openshift` namespace:

* rhpam71-businesscentral-monitoring-openshift:1.1
* rhpam71-businesscentral-openshift:1.1
* rhpam71-controller-openshift:1.1
* rhpam71-elasticsearch-openshift:1.1
* rhpam71-kieserver-openshift:1.1
* rhpam71-smartrouter-openshift:1.1
* rhpam71-businesscentral-monitoring-openshift:1.0
* rhpam71-businesscentral-openshift:1.0
* rhpam71-controller-openshift:1.0
* rhpam71-elasticsearch-openshift:1.0
* rhpam71-kieserver-openshift:1.0
* rhpam71-smartrouter-openshift:1.0

### KIE Process Server

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Deploys Red Hat Process Automation Manager - Business Central Monitoring
## Requirements

* Image Requirements
* `{{businesscentral_image_namespace}}/{{businesscentral_image_name}}:{{businesscentral_image_tag}}` e.g. openshift/rhpam71-businesscentral-monitoring-openshift:1.1
* `{{businesscentral_image_namespace}}/{{businesscentral_image_name}}:{{businesscentral_image_tag}}` e.g. openshift/rhpam71-businesscentral-monitoring-openshift:1.0

## Objects created

Expand Down
2 changes: 1 addition & 1 deletion modules/rhpam-apb/roles/deploy-businesscentral/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Deploys Red Hat Process Automation Manager - Business Central
## Requirements

* Image Requirements
* `{{businesscentral_image_namespace}}/{{businesscentral_image_name}}:{{businesscentral_image_tag}}` e.g. openshift/rhpam71-businesscentral-openshift:1.1
* `{{businesscentral_image_namespace}}/{{businesscentral_image_name}}:{{businesscentral_image_tag}}` e.g. openshift/rhpam71-businesscentral-openshift:1.0

## Objects created

Expand Down
2 changes: 1 addition & 1 deletion modules/rhpam-apb/roles/deploy-kieserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Deploys Red Hat Process Automation Manager - KIE Process Server
## Requirements

* Image Requirements
* `{{kieserver_image_namespace}}/{{kieserver_image_name}}:{{kieserver_image_tag}}` e.g. openshift/rhpam71-kieserver-openshift:1.1
* `{{kieserver_image_namespace}}/{{kieserver_image_name}}:{{kieserver_image_tag}}` e.g. openshift/rhpam71-kieserver-openshift:1.0
* External Database. If selected all the external DB values are mandatory
* If H2 Database is selected, replicas must not be > 1

Expand Down
2 changes: 1 addition & 1 deletion modules/rhpam-apb/roles/deploy-smartrouter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Deploys Red Hat Process Automation Manager - Smart Router
## Requirements

* Image Requirements
* `{{smartrouter_image_namespace}}/{{smartrouter_image_name}}:{{smartrouter_image_tag}}` e.g. openshift/rhpam71-smartrouter-openshift:1.1
* `{{smartrouter_image_namespace}}/{{smartrouter_image_name}}:{{smartrouter_image_tag}}` e.g. openshift/rhpam71-smartrouter-openshift:1.0

## Objects created

Expand Down
2 changes: 1 addition & 1 deletion modules/rhpam-apb/roles/test/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provision_failed: false
apb_image_stream_tag: 1.1
apb_image_stream_tag: 1.0
image_stream_namespace: '{{ namespace }}'
image_registry: registry.access.redhat.com
image_streams:
Expand Down

0 comments on commit 1ac887b

Please sign in to comment.