Environment variables for BUS service

Once you are done with developing your BUS Service you might want to use environment variables for it before you install it. How to do it?

Create your environment variables file.

Environment variables file needs to be specifically named and have specific structure.
It must be named correctly: < service-name >.yaml, only lowercaseletters.

Structure needs to be

1
2
3
4
< service-name >:
config:
KEY: value
KEY: value

Endlines must be LF.

variablesfile

SCP to your CloudUX Machine and copy environment variables file.

You need to copy your env variables file to specific path. It should be under /etc/avid/config/

scp_path

Install Feature-pack

You are ready to go! Just install feature-pack according to installation guide.

installation