update sdc portal integration 07/69807/8
authorTal Gitelman <tg851x@intl.att.com>
Wed, 10 Oct 2018 11:52:54 +0000 (14:52 +0300)
committerMichael Lando <michael.lando@intl.att.com>
Fri, 12 Oct 2018 08:07:35 +0000 (08:07 +0000)
commit7d05e16f0ab24ba8918bd4466d50a9fb77571552
treed1da92387eaa9d29780d56650e51dc5ccd439107
parent502b7b7839374680a494c1606798a8b4588daa2b
update sdc portal integration

Change-Id: I6e17434f753c2eaa562da80c1eade8688601f510
Issue-ID: SDC-1749
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
29 files changed:
.gitignore
asdctool/pom.xml
catalog-be/pom.xml
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/attributes/default.rb
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_6_setup_portal_and_key_properties.rb [new file with mode: 0644]
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_6_setup_portal_properties.rb [deleted file]
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-key.properties.erb [new file with mode: 0644]
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-portal.properties.erb
catalog-be/sdc-backend/chef-solo/roles/catalog-be.json
catalog-be/src/main/java/org/openecomp/sdc/be/ecomp/EcompIntImpl.java
catalog-be/src/main/java/org/openecomp/sdc/be/ecomp/converters/EcompRoleConverter.java
catalog-be/src/main/java/org/openecomp/sdc/be/ecomp/converters/EcompUserConverter.java
catalog-be/src/main/resources/key.properties [new file with mode: 0644]
catalog-be/src/main/resources/portal.properties
catalog-be/src/main/resources/portal.properties.old [new file with mode: 0644]
catalog-be/src/main/webapp/WEB-INF/web.xml
catalog-be/src/test/java/org/openecomp/sdc/be/ecomp/EcompIntImplTest.java
catalog-be/src/test/java/org/openecomp/sdc/be/ecomp/converters/EcompRoleConverterTest.java
catalog-be/src/test/java/org/openecomp/sdc/be/ecomp/converters/EcompUserConverterTest.java
catalog-fe/pom.xml
catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/files/default/key.properties [new file with mode: 0644]
catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/PortalServlet.java
catalog-fe/src/main/resources/key.properties [new file with mode: 0644]
common-app-api/src/main/java/org/openecomp/sdc/common/util/ZipUtil.java
pom.xml
sdc-os-chef/environments/Template.json
test-apis-ci/pom.xml
test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/rest/EcompUserRestUtils.java
test-apis-ci/src/main/java/org/openecomp/sdc/externalApis/UserAPIs.java