diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-15 12:34:59 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-15 12:35:05 -0500 |
commit | 65cdc09cc3b919637204894351464edbb15b1a54 (patch) | |
tree | 2bcb5c3eca54af451186f4e3e7b9e762554f21cb /conf/CA/bootstrap.sh | |
parent | 0556be389a1372bfe3110d074d4a10cb08f842ba (diff) |
Add .onap to SANS, fix2.1.4
Issue-ID: AAF-557
Change-Id: I10c21b7dc026b3c35be3324a13759138ca22a0d6
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'conf/CA/bootstrap.sh')
-rw-r--r-- | conf/CA/bootstrap.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 9699e30b..145c22c7 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -75,6 +75,12 @@ for ROOT in $(cat san_root.aaf); do SANS="$SANS $C.$ROOT" done done + +for C in service locate oauth gui cm hello; do + SANS="$SANS aaf-$C" + SANS="$SANS aaf-$C.onap" +done + NUM=1 for D in $SANS; do echo "DNS.$NUM = $D" >> $BOOTSTRAP_SAN |