From 0c2d6fb07e947781c96a5d68a6481aee739926fa Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 14 Aug 2018 16:33:43 -0400 Subject: Add provisioning job for Netbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- kubernetes/contrib/charts/netbox/values.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/contrib/charts/netbox/values.yaml') 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. -- cgit 1.2.3-korg