-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvariables-template.yaml
69 lines (63 loc) · 1.97 KB
/
variables-template.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
variables:
# overall
- name: region
description: The IBM Cloud region where the instance should be provisioned
value: xxx
- name: resource_group_name
description: The name of the IBM Cloud resource group where the resources should be provisioned
value: xxx
- name: common_tags
description: The list of tags that should be applied to all resources (does not work)
value: []
# vpc
- name: ibm-vpc-subnets__count
description: The number of subnets that should be created in the VPC
value: 1
# ocp
- name: worker_count
description: The number of workers that should be provisioned per subnet
value: 2
- name: cluster_flavor
description: The flavor of the worker nodes that will be provisioned
value: bx2.4x16
# namespace
- name: namespace_name
description: The name of the namespace that will be created within the cluster
value: xxx
# gitops
- name: gitops_repo_repo
description: The name of the gitops repository that will be created
value: xxx
- name: gitops_repo_host
value: github.com
- name: gitops_repo_org
value: xxx
- name: gitops_repo_username
value: xxx
- name: gitops_repo_project # only used for Azure
value: xxx
# nlp
- name: terraform_gitops_watson_nlp_runtime_image
value: watson-nlp-runtime:1.1.30
- name: terraform_gitops_watson_nlp_runtime_registry
value: watson
- name: terraform_gitops_watson_nlp_accept_license
value: false
- name: terraform_gitops_watson_nlp_imagePullSecrets
value:
- ibm-entitlement-key
- name: terraform_gitops_watson_nlp_models
value:
- registry: watson
image: watson-nlp_syntax_izumo_lang_en_stock:1.2.1
- name: terraform_gitops_watson_nlp_registries
value:
- name: watson
url: cp.icr.io/cp/ai
- name: terraform_gitops_watson_nlp_registryUserNames
value:
- registry: watson
userName: cp
# ubi
- name: terraform_gitops_ubi_command
value: echo 'helloworld'