From 425ba9232b52ee2d40999526ae792bbf2bf76f55 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Thu, 4 Oct 2018 15:34:34 -0700 Subject: OOF SMS CSIT Added CSIT support for HAS and OSDF with SMS Bring up dependencies like sms service and related containers Preload secrets Removed clear text secrets from config files Deleted unused osdf folders inside has folders. osdf uses separate folders now. Change-Id: Ie534e13b87a98de9f3ab1ed0be66f5f699353d93 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan --- scripts/optf-has/has/has-properties/has.json | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 scripts/optf-has/has/has-properties/has.json (limited to 'scripts/optf-has/has/has-properties/has.json') diff --git a/scripts/optf-has/has/has-properties/has.json b/scripts/optf-has/has/has-properties/has.json new file mode 100644 index 00000000..ae990a9e --- /dev/null +++ b/scripts/optf-has/has/has-properties/has.json @@ -0,0 +1,36 @@ +{ + "domain": { + "name": "has", + "secrets": [ + { + "name": "aai", + "values": { + "username": "oof@oof.onap.org", + "password": "demo123456!" + } + }, + { + "name": "conductor_api", + "values": { + "username": "admin1", + "password": "plan.15" + } + }, + { + "name": "sdnc", + "values": { + "username": "admin", + "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" + } + }, + { + "name": "music_api", + "values": { + "aafuser": "conductor", + "aafpass": "c0nduct0r", + "aafns": "conductor" + } + } + ] + } +} -- cgit 1.2.3-korg