-
Notifications
You must be signed in to change notification settings - Fork 24
Adding new components to tng devops
luishens01 edited this page Jul 23, 2018
·
1 revision
This section describes how new components can be added so the tng-devops repository can deploy them.
-
environments: If the component is a new environment, a new file for it needs to be created in /tng-devops/host_vars/ with the info of this new environment. You can look the other files in this folder as example of how this file needs to be structured.
-
API components: Depending on where the new API is going to be located (SDK, SP or VnV), you need to create a new file in the correct folder for it (/roles/sdk/tasks, /roles/sp/tasks and /roles/vnv/tasks). As before, you can look the files in these folders to easily understand how to the structure the the new .yml file for the new component.