Added seed code for caas-lcm. 01/601/1
authorSzekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
Thu, 2 May 2019 11:52:55 +0000 (13:52 +0200)
committerSzekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
Thu, 2 May 2019 11:52:55 +0000 (13:52 +0200)
commitc4a2ca0d10edb88ba6f19f1f54115967439f01ca
tree5b7c1ed4221be43212d3432308ba17961e46c3ec
parentadb5c7d2ca9db1b605943c7eab6946b71eacc5ef
Added seed code for caas-lcm.

Added seed code for caas-lcm.

Change-Id: I557508ec2fe7d14e96ab8abff87145fdf33312c0
Signed-off-by: Szekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
35 files changed:
LICENSE [new file with mode: 0644]
ansible/playbooks/pre_config_lcm.yaml [new file with mode: 0644]
ansible/roles/pre_config_lcm/tasks/main.yml [new file with mode: 0644]
deploy/group_vars/controller-1.caas_master/params.yml [new file with mode: 0644]
deploy/playbook_bm_onboard.yml [new file with mode: 0644]
deploy/playbook_clean_chart.yml [new file with mode: 0644]
deploy/playbook_clean_registry.yml [new file with mode: 0644]
deploy/playbook_helm_delete.yml [new file with mode: 0644]
deploy/playbook_helm_install.yml [new file with mode: 0644]
deploy/playbook_helm_upgrade.yml [new file with mode: 0644]
deploy/playbook_list_application_deployments.yml [new file with mode: 0644]
deploy/playbook_list_application_packages.yml [new file with mode: 0644]
deploy/playbook_list_docker_images.yml [new file with mode: 0644]
deploy/roles/bm_onboard/tasks/main.yml [new file with mode: 0644]
deploy/roles/clean_chart/tasks/main.yml [new file with mode: 0644]
deploy/roles/clean_registry/tasks/main.yml [new file with mode: 0644]
deploy/roles/helm_delete/tasks/main.yml [new file with mode: 0644]
deploy/roles/helm_install/tasks/main.yml [new file with mode: 0644]
deploy/roles/helm_upgrade/tasks/main.yml [new file with mode: 0644]
deploy/roles/list_application_deployments/tasks/list_application_deployments.yml [new file with mode: 0644]
deploy/roles/list_application_deployments/tasks/main.yml [new file with mode: 0644]
deploy/roles/list_application_deployments/tasks/return_value_list_application_deployments.j2 [new file with mode: 0644]
deploy/roles/list_application_packages/tasks/list_application_packages.yml [new file with mode: 0644]
deploy/roles/list_application_packages/tasks/main.yml [new file with mode: 0644]
deploy/roles/list_application_packages/tasks/return_value_list_application_packages.j2 [new file with mode: 0644]
deploy/roles/list_docker_images/tasks/list_docker_images.yml [new file with mode: 0644]
deploy/roles/list_docker_images/tasks/main.yml [new file with mode: 0644]
deploy/roles/list_docker_images/tasks/return_value_list_docker_images.j2 [new file with mode: 0644]
rpmbuild.spec [new file with mode: 0644]
su/roles/su_prepare/tasks/main.yml [new file with mode: 0644]
su/roles/su_prepare/tasks/merge-charts.yml [new file with mode: 0644]
su/roles/su_prepare/tasks/merge-images.yml [new file with mode: 0644]
su/su_prepare_playbook.yml [new file with mode: 0644]
su/tasks/start_vnfc.yml [new file with mode: 0644]
su/tasks/wait_pod_start.yml [new file with mode: 0644]