...
| Code Block | ||||
|---|---|---|---|---|
| ||||
.....
COPY ibek-support-infn/motorMicos motorMicos/
RUN ansible.sh motorMicos
COPY ibek-support-infn/cagateway cagateway
RUN ansible.sh cagateway
COPY ibek-support-infn/mynewsupportname mynewsupportname ## NEW support
RUN ansible.sh mynewsupportname ##
|
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
iocname: {{iocname}}
description: Templated test
entities:
- type: {{devtype}}.controller
name: MYCONTROLLER
P: "{{iocprefix}}"
IP: {{server}}
TCPPORT: {{[port}}
{%- for t in devices %}
- type: {{devtype}}.channel
controller: MYCONTROLLER
name: "{{ t.name }}"
channel: {{ t.channel }}
{%- endfor %}
|
7- Test your support with template
8- Commit, Tag to create a new image
Deploy on the target EPIK8S
...