Initial OpenECOMP A&AI commit 83/183/1 release-1.0.0
authorSteve Smokowski <ss835w@att.com>
Thu, 9 Feb 2017 20:38:13 +0000 (15:38 -0500)
committerSteve Smokowski <ss835w@att.com>
Thu, 9 Feb 2017 20:39:00 +0000 (15:39 -0500)
commitb160c3cc1e58e85502ccaa7358cd38ff210ed34a
tree210cc985eff4dc146e3ea431cdc7d1e792594314
parent7a3f850cf5c4aad118edaaf0b6981352daecb2a8
Initial OpenECOMP A&AI commit

Change-Id: Ic953856ef5e44eebf05bd00fe26cb5901fb49289
Signed-off-by: Steve Smokowski <ss835w@att.com>
40 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
cookbooks/README.md [new file with mode: 0644]
cookbooks/ajsc-aai-auth/CHANGELOG.md [new file with mode: 0644]
cookbooks/ajsc-aai-auth/README.md [new file with mode: 0644]
cookbooks/ajsc-aai-auth/files/default/aai_keystore-dev [new file with mode: 0644]
cookbooks/ajsc-aai-auth/files/default/aai_keystore-int [new file with mode: 0644]
cookbooks/ajsc-aai-auth/files/default/aai_keystore-local [new file with mode: 0644]
cookbooks/ajsc-aai-auth/files/default/aai_keystore-simpledemo [new file with mode: 0644]
cookbooks/ajsc-aai-auth/files/default/aai_keystore-solo [new file with mode: 0644]
cookbooks/ajsc-aai-auth/metadata.rb [new file with mode: 0644]
cookbooks/ajsc-aai-auth/recipes/aai-keystore.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/CHANGELOG.md [new file with mode: 0644]
cookbooks/ajsc-aai-config/README.md [new file with mode: 0644]
cookbooks/ajsc-aai-config/attributes/aaiWorkloadConsumer.properties.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/attributes/aaiWorkloadPublisher.properties.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/attributes/aaiWorkloadStatusPublisher.properties.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/attributes/aaiconfig-properties.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/attributes/logback.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/attributes/preferredRoute.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/metadata.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/recipes/aai-config.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/recipes/aai-logback.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/recipes/aai-preferredRoute.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/recipes/aaiWorkloadConsumer.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/recipes/aaiWorkloadPublisher.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/recipes/aaiWorkloadStatusPublisher.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/recipes/createConfigDirectories.rb [new file with mode: 0644]
cookbooks/ajsc-aai-config/templates/default/aai-app-config/aaiWorkloadConsumer.properties [new file with mode: 0644]
cookbooks/ajsc-aai-config/templates/default/aai-app-config/aaiWorkloadPublisher.properties [new file with mode: 0644]
cookbooks/ajsc-aai-config/templates/default/aai-app-config/aaiWorkloadStatusPublisher.properties [new file with mode: 0644]
cookbooks/ajsc-aai-config/templates/default/aai-app-config/aaiconfig.properties [new file with mode: 0644]
cookbooks/ajsc-aai-config/templates/default/aai-app-config/aft.properties [new file with mode: 0644]
cookbooks/ajsc-aai-config/templates/default/aai-app-config/logback.erb [new file with mode: 0644]
cookbooks/ajsc-aai-config/templates/default/aai-app-config/preferredRoute.txt [new file with mode: 0644]
cookbooks/runlist-app-server.json [new file with mode: 0755]
cookbooks/user/CHANGELOG.md [new file with mode: 0644]
cookbooks/user/README.md [new file with mode: 0644]
cookbooks/user/metadata.rb [new file with mode: 0644]
cookbooks/user/recipes/default.rb [new file with mode: 0644]