diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2018-04-16 11:49:45 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2018-04-16 11:49:50 -0700 |
commit | 1a4c3473ad91439c1c04999bfe4b4be1e775bbae (patch) | |
tree | 88c29dbc66795e58bcdebcf5059be0b581987c24 /volumes | |
parent | 3185a94b2011c78f7bd6a7e76b3c358512623f9c (diff) |
Fix OOF Homing Docker Config
Issue-ID: SO-572
Change-Id: I5a2a48d13d452568f8c0ac90720f0aa780d07a0b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 4898e17..5d3b56a 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -177,6 +177,11 @@ "sniroTimeout": "PT30M", "serviceAgnosticSniroHost": "http://sniro.api.simpledemo.openecomp.org:8080", "serviceAgnosticSniroEndpoint": "/sniro/api/v2/placement", + "oofAuth": "test:testpwd", + "oofEndpoint": "http://oof.api.simpledemo.openecomp.org:8080/api/oof/v1/placement", + "oofTimeout": "PT30M", + "serviceAgnosticOofHost": "http://oof.api.simpledemo.openecomp.org:8080", + "serviceAgnosticOofEndpoint": "/api/oof/v1/placement", "aaiEndpoint": "https://aai.api.simpledemo.openecomp.org:8443", "aaiAuth": "2630606608347B7124C244AB0FE34F6F", "adaptersNamespace": "http://org.openecomp.mso", |