Skip to content

Commit

Permalink
Regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luck3y committed May 7, 2019
1 parent 7bb48d4 commit db37809
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Red Hat JBoss Enterprise Application Platform 7.2 OpenShift container image

NOTE: Extends link:https://github.com/jboss-container-images/jboss-eap-7-image/tree/eap72[Red Hat JBoss Enterprise Application Platform 7 container image]

## Importing Imagestreams and Templates

You should have the 'oc' tools available and be logged in to your OpenShift instance. For more details on how to do this, please consult the OpenShift documentation.
Expand Down Expand Up @@ -35,13 +33,13 @@ To update an to the most recent image:

[source, bash]
----
oc import-image jboss-eap72-openjdk11-openshift:1.0
oc import-image jboss-eap72-openjdk11-rhel8-openshift:1.0
----

Optionally include namespace to the import:
[source, bash]
----
oc -n myproject import-image jboss-eap72-openjdk11-openshift:1.0
oc -n myproject import-image jboss-eap72-openjdk11-rhel8-openshift:1.0
----

#### Creating New Applications With Templates
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-amq-persistent-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`HOSTNAME_HTTPS` | -- | Custom hostname for https service route. Leave blank for default hostname, e.g.: secure-<application-name>-<project>.<default-domain-suffix> | -- | False
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/jboss-developer/jboss-eap-quickstarts.git | True
|`SOURCE_REPOSITORY_REF` | -- | Git branch/tag reference | openshift | False
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-amq-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`HOSTNAME_HTTPS` | -- | Custom hostname for https service route. Leave blank for default hostname, e.g.: secure-<application-name>-<project>.<default-domain-suffix> | -- | False
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/jboss-developer/jboss-eap-quickstarts.git | True
|`SOURCE_REPOSITORY_REF` | -- | Git branch/tag reference | openshift | False
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-basic-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/jboss-developer/jboss-eap-quickstarts.git | True
|`SOURCE_REPOSITORY_REF` | -- | Git branch/tag reference | openshift | False
|`CONTEXT_DIR` | -- | Path within Git project to build; empty for root project directory. | kitchensink | False
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-https-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`HOSTNAME_HTTPS` | -- | Custom hostname for https service route. Leave blank for default hostname, e.g.: secure-<application-name>-<project>.<default-domain-suffix> | -- | False
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/jboss-developer/jboss-eap-quickstarts.git | True
|`SOURCE_REPOSITORY_REF` | -- | Git branch/tag reference | openshift | False
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-sso-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`HOSTNAME_HTTPS` | `HOSTNAME_HTTP` | Hostname for https service route (e.g. secure-eap-app-myproject.example.com). Required for SSO-enabled applications. This is added to the white list of redirects in the SSO server. | `${HOSTNAME_HTTP}` | True
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/redhat-developer/redhat-sso-quickstarts | True
|`SOURCE_REPOSITORY_REF` | -- | Git branch/tag reference | 7.0.x-ose | False
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-starter-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/jboss-developer/jboss-eap-quickstarts.git | True
|`SOURCE_REPOSITORY_REF` | -- | Git branch/tag reference | openshift | False
|`CONTEXT_DIR` | -- | Path within Git project to build; empty for root project directory. | kitchensink | False
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-third-party-db-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`CONFIGURATION_NAME` | -- | The name of the secret containing configuration properties for the datasources. | eap-app-config | True
|`HOSTNAME_HTTPS` | -- | Custom hostname for https service route. Leave blank for default hostname, e.g.: secure-<application-name>-<project>.<default-domain-suffix> | -- | False
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/jboss-openshift/openshift-quickstarts | True
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/eap72-tx-recovery-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://docs.openshift.org/latest/architecture/core_concepts/templates.html#para
|Variable name |Image Environment Variable |Description |Example value |Required
|`APPLICATION_NAME` | -- | The name for the application. | eap-app | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-ubi8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-ubi8-openshift:1.0 | True
|`EAP_IMAGE_NAME` | -- | Name of the EAP image to use, examples: jboss-eap72-openjdk11-rhel8-openshift:1.0, jboss-eap72-openshift:1.0 | jboss-eap72-openjdk11-rhel8-openshift:1.0 | True
|`SOURCE_REPOSITORY_URL` | -- | Git source URI for application | https://github.com/jboss-openshift/openshift-quickstarts.git | True
|`SOURCE_REPOSITORY_REF` | -- | Git branch/tag reference | 1.4 | False
|`CUSTOM_INSTALL_DIRECTORIES` | `CUSTOM_INSTALL_DIRECTORIES` | Additional directories from which to install. | extensions/* | False
Expand Down

0 comments on commit db37809

Please sign in to comment.