File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,12 @@ a suitable set of parameters: -
132
132
Then, you must run the ` site_dm ` playbook to for each Data Manager
133
133
you wish to configure: -
134
134
135
- ansible-playbook -e @${PARAMS}-parameters.yaml \
136
- -e jo_dmapi_namespace=data-manager-api-dev \
137
- site_dm.yaml
135
+ ansible-playbook -e xchem-dev-integration-parameters.yaml site_dm.yaml
138
136
139
- ansible-playbook -e @${PARAMS}-parameters.yaml \
140
- -e jo_dmapi_namespace=data-manager-api-test \
141
- site_dm.yaml
137
+ ansible-playbook -e xchem-dev-test-parameters.yaml site_dm.yaml
142
138
143
- This wil install the RBAC and configuration objects for Jupyter
144
- to the DM namespace .
139
+ This will install the RBAC and configuration objects for Jupyter
140
+ to the corresponding DM namespaces .
145
141
146
142
# Data Manager Application Compliance
147
143
In order to expose the CRD as an _ Application_ in the Data Manager API service
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- jo_image_tag : 19.2.2
3
+ jo_image_tag : 31.0.11
4
4
jo_dmapi_namespace : data-manager-api-integration
5
5
6
- jo_ingress_domain : data-manager-api- integration.xchem-dev.diamond.ac.uk
6
+ jo_ingress_domain : data-manager-integration.xchem-dev.diamond.ac.uk
7
7
jo_ingress_tls_secret : data-manager-api-tls
8
8
jo_namespaces : data-manager-api-dev:data-manager-api-integration
9
9
jo_pod_node_selector_key : informaticsmatters.com/purpose
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- jo_image_tag : 19.2.2
3
+ jo_image_tag : 31.0.11
4
4
jo_dmapi_namespace : data-manager-api-test
5
5
6
- jo_ingress_domain : data-manager.xchem-dev.diamond.ac.uk
6
+ jo_ingress_domain : data-manager-test .xchem-dev.diamond.ac.uk
7
7
jo_ingress_tls_secret : data-manager-api-tls
8
8
jo_namespaces : data-manager-api-dev:data-manager-api-integration:data-manager-api-test
9
9
jo_pod_node_selector_key : informaticsmatters.com/purpose
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- jo_image_tag : 31.0.0
3
+ jo_image_tag : 31.0.11
4
4
jo_dmapi_namespace : data-manager-api-dev
5
5
6
6
jo_ingress_domain : data-manager.xchem-dev.diamond.ac.uk
You can’t perform that action at this time.
0 commit comments