-
Notifications
You must be signed in to change notification settings - Fork 15
/
smoke_ocp_config.yaml
54 lines (53 loc) · 1.43 KB
/
smoke_ocp_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# The variable app_template refers to the supported built-in
# apps that come with a standard openshift deployment.
# Currently, the following app templates are supported:
# - jenkins-ephemeral
# - jenkins-persistent
# - httpd-example
# - cakephp-mysql-example
# - cakephp-mysql-persistent
# - dancer-mysql-example
# - dancer-mysql-persistent
# - django-psql-example
# - django-psql-persistent
# - nodejs-mongodb-example
# - nodejs-mongo-persistent
# - rails-postgresql-example
# - rails-pgsql-persistent
# more to come in the near future.
---
metadata:
prerequisites:
# ocp_version value is of type str as defined in schema.
# Please enclose it in '' if it's single decimal value
ocp_version: '4.5'
cns:
required: true
# cns:version value is of type str as defined in schema.
# Please enclose it in '' if it's single decimal value
version: 4.0.0
cns_nodes: 3
routers:
- cns0-router
heketi: deploy-heketi
projects:
- project_name: project0
apps:
- app_template: jenkins-ephemeral
app_count: 1
app_replicas: 2
app_labels:
scalable: 'True'
project_labels:
deployment_phase: 'first'
css-test: 'True'
- project_name: project1
apps:
- app_template: httpd-example
app_count: 1
app_replicas: 1
app_labels:
scalable: 'True'
project_labels:
deployment_phase: 'second'
css-test: 'True'