Cassandra OOM Alignment 47/29147/8
authorYuli Shlosberg <ys9693@att.com>
Thu, 25 Jan 2018 11:53:36 +0000 (13:53 +0200)
committerMichael Lando <ml636r@att.com>
Sun, 4 Feb 2018 10:39:20 +0000 (10:39 +0000)
commit0875ce0faad191c21b32cc9c95ffc20ebd57d586
tree28520da212637e0f67697d9ff837e80da6eaa408
parentb676b6dcada5549348003191c09142e92de4d352
Cassandra OOM Alignment

Change-Id: If9792919dba17936965b45361888a44a12a76b67
Issue-ID: SDC-911
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
39 files changed:
.gitignore
asdctool/pom.xml
asdctool/sdc-cassandra-init/Dockerfile [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/default.rb [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/recipes/01-createCsUser.rb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/02-createCsUser.rb with 59% similarity]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/recipes/02-createDoxKeyspace.rb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/03-createDoxKeyspace.rb with 95% similarity]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/recipes/03-schemaCreation.rb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/04-schemaCreation.rb with 80% similarity]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/recipes/04-importComformance.rb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb with 86% similarity]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/templates/default/configuration.yaml.erb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/configuration.yaml.erb with 99% similarity]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/templates/default/create_cassandra_user.sh.erb [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/templates/default/create_dox_keyspace.sh.erb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/create_dox_keyspace.sh.erb with 65% similarity]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/templates/default/elasticsearch.yml.erb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/elasticsearch.yml.erb with 100% similarity]
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/templates/default/titan.properties.erb [moved from sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/titan.properties.erb with 95% similarity]
asdctool/sdc-cassandra-init/chef-solo/LICENSE [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/README.md [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/chefignore [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/cookbooks/README.md [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/data_bags/README.md [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/environments/README.md [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/roles/README.md [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/roles/cassandra-actions.json [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/solo.json [new file with mode: 0644]
asdctool/sdc-cassandra-init/chef-solo/solo.rb [new file with mode: 0644]
asdctool/sdc-cassandra-init/startup.sh [new file with mode: 0644]
openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/vsp_0_1_component_process1 [deleted file]
pom.xml
sdc-os-chef/pom.xml
sdc-os-chef/scripts/docker_run.sh
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/01-configureCassandra.rb
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/02-changeCSpass.rb [new file with mode: 0644]
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/03-prepareProbeFile.rb [new file with mode: 0644]
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/05-titanSchemaCreation.rb [deleted file]
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/06-migrateZusammenFromDox.rb [deleted file]
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/change_cassandra_pass.sh.erb [new file with mode: 0644]
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/create_cassandra_user.sh.erb [deleted file]
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/ready-probe.sh.erb [new file with mode: 0644]
sdc-os-chef/sdc-cassandra/chef-solo/roles/cassandra-actions.json
sdc-os-chef/sdc-cassandra/startup.sh
sdc-os-chef/sdc-sanity/startup.sh