summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container/load-blueprints.sh
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2018-09-16 07:00:06 +0000
committervagrant <vv770d@att.com>2018-09-16 07:01:17 +0000
commit6ccc560bf70113cd90ed8702f6fdd5d96fb02e49 (patch)
treec75fe84adad5bc6d6310720a8b11cf5886afe270 /k8s-bootstrap-container/load-blueprints.sh
parentbcb980423cdeff5c34e4eaeea9792b85a1810319 (diff)
Update dcae bootstrap to include r3 services
Change-Id: I15eb15f91263a3c2d26b48e992733682b1673a6d Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
Diffstat (limited to 'k8s-bootstrap-container/load-blueprints.sh')
-rwxr-xr-xk8s-bootstrap-container/load-blueprints.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/load-blueprints.sh b/k8s-bootstrap-container/load-blueprints.sh
index ae7dc91..4bc8004 100755
--- a/k8s-bootstrap-container/load-blueprints.sh
+++ b/k8s-bootstrap-container/load-blueprints.sh
@@ -16,6 +16,7 @@ k8s-policy_handler.yaml \
k8s-pgaas-initdb.yaml \
k8s-tca.yaml \
k8s-ves.yaml \
+k8s-snmptrap.yaml \
k8s-prh.yaml \
k8s-hv-ves.yaml
"
@@ -27,4 +28,4 @@ mkdir ${BPDEST}
for bp in ${BLUEPRINTS}
do
curl -Ss $1/blueprints/${bp} > ${BPDEST}/$(basename ${bp})
-done \ No newline at end of file
+done