diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-08-14 16:33:43 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-08-17 09:06:37 -0400 |
commit | 0c2d6fb07e947781c96a5d68a6481aee739926fa (patch) | |
tree | 406be45d2333bbf51ddca8ec7940c3d8e524e2e1 /kubernetes/contrib/charts/netbox/values.yaml | |
parent | d30de9427dfcebc7855d94b525eadfbce186059c (diff) |
Add provisioning job for Netbox
This is adding a script in a configmap along with a job that will
play the script.
This is also adding a readiness check to the netbox-app pod, so
that the job can be executed once the pod is ready.
Adding provisioning of:
- user
- region
- tenant group
- tenant
- site
- prefixes for vFW use case
Change-Id: I3bf00eb81ff4330b38e83b2f67cb17d4866e3990
Issue-ID: CCSDK-460
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/contrib/charts/netbox/values.yaml')
-rwxr-xr-x | kubernetes/contrib/charts/netbox/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/contrib/charts/netbox/values.yaml b/kubernetes/contrib/charts/netbox/values.yaml index 4e6ac1a070..6665064383 100755 --- a/kubernetes/contrib/charts/netbox/values.yaml +++ b/kubernetes/contrib/charts/netbox/values.yaml @@ -18,6 +18,8 @@ global: nodePortPrefix: 302 commonConfigPrefix: netbox + readinessRepository: oomk8s + readinessImage: readiness-check:2.0.0 ################################################################# # Application configuration defaults. |