You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ca/app-package/README.md
+46-2Lines changed: 46 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Appformer package for Jenkins CI
2
2
================================
3
-
This package deploys Jenkins and the Build Service engines.
3
+
This package deploys Jenkins and the Build Service engines as PODs.
4
4
This will create an NFS share that will be mounted inside the PODs.
5
5
6
6
The steps provided below were based on reading this [wiki link](https://cawiki.ca.com/display/intplatform/HOWTO%3A+Get+Started+With+OSE3#HOWTO:GetStartedWithOSE3-DeployaPlatformApplicationinOSE3).
@@ -9,6 +9,51 @@ In the steps, substitute the following values:
9
9
-`<ose3project>` - OSE3 Project where Appformer is running. _(Example: myproject)_
10
10
-`<VPC>` - the VPC where the Platform instance is running on. _(Example: slogvpc4)_
11
11
12
+
### Testing in personal Appformer environment
13
+
You'll need to get the devops team to deploy an Appformer environment for you to use in the Openshift environment.
14
+
They'll deploy it to your project.
15
+
16
+
#### Modify app package engine descriptors for personal testing
17
+
Each engine in the app package is a docker image. For Platform deployment the
18
+
package expects the images to be in the platform Openshift project. However,
19
+
to deploy the package in your project, you will need to modify the engine
20
+
descriptors to point to your project.
21
+
22
+
1. Edit `engine/jenkins/descriptor.yml` to replace this line:
0 commit comments