Skip to content

Commit 9ed3823

Browse files
stonepddurera
andauthored
[minor] Support for independant CloudPak For Data install (#55)
Co-authored-by: David Parker <parkerda@uk.ibm.com>
1 parent 13b803a commit 9ed3823

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,15 @@ Manually run the pre-commit hooks against all files
3838
```bash
3939
pre-commit run -a
4040
```
41+
42+
Building locally
43+
-------------------------------------------------------------------------------
44+
Clone the python-devops repository locally. From the top level directory, run
45+
```
46+
make install build
47+
```
48+
49+
NOTE: if building on MacOS you will need to first install pandoc:
50+
```
51+
brew install pandoc
52+
```

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ spec:
278278
value: "{{ cpd_install_openscale }}"
279279
- name: cpd_install_cognos
280280
value: "{{ cpd_install_cognos }}"
281+
- name: cpd_install_ws
282+
value: "{{ cpd_install_ws }}"
283+
- name: cpd_install_wml
284+
value: "{{ cpd_install_wml }}"
285+
- name: cpd_install_ae
286+
value: "{{ cpd_install_ae }}"
281287
{%- endif %}
282288

283289
# Dependencies - SLS

0 commit comments

Comments
 (0)