release 1.2 + new tagging 19/49219/1
authorKoren Lev <korenlev@gmail.com>
Mon, 18 Dec 2017 17:16:16 +0000 (19:16 +0200)
committerKoren Lev <korenlev@gmail.com>
Mon, 18 Dec 2017 17:16:16 +0000 (19:16 +0200)
commit98c3ac7c859e34fe60d061b9ca591aba429e4118
tree3ff2629def8938b12c0a0147e463e74e475c9032
parent4709d96cc240c0c4c5308d40361ca3c3da1152fd
release 1.2 + new tagging

Change-Id: I1e876451ec4a330f458dd57adadb15e39969b225
Signed-off-by: Koren Lev <korenlev@gmail.com>
83 files changed:
app/api/responders/resource/clique_types.py
app/api/responders/resource/environment_configs.py
app/api/responders/responder_base.py
app/api/validation/data_validate.py
app/config/link_finders.json
app/config/scanners.json
app/connection_test/connection_test.py [deleted file]
app/discover/clique_finder.py
app/discover/event_manager.py
app/discover/fetchers/api/api_access.py
app/discover/fetchers/api/api_fetch_host_instances.py
app/discover/fetchers/api/api_fetch_project_hosts.py
app/discover/fetchers/api/api_fetch_regions.py
app/discover/fetchers/db/db_access.py
app/discover/fetchers/kube/__init__.py [new file with mode: 0644]
app/discover/fetchers/kube/kube_access.py [new file with mode: 0644]
app/discover/fetchers/kube/kube_fetch_namespaces.py [new file with mode: 0644]
app/discover/link_finders/find_implicit_links.py [new file with mode: 0644]
app/discover/link_finders/find_links.py
app/discover/link_finders/find_links_for_instance_vnics.py
app/discover/scan_manager.py
app/discover/scan_metadata_parser.py
app/discover/scanner.py
app/install/calipso-installer.py
app/install/db/clique_types.json
app/install/db/constants.json
app/install/db/environments_config.json
app/install/db/monitoring_config_templates.json
app/install/db/supported_environments.json
app/monitoring/checks/check_instance_communictions.py [new file with mode: 0644]
app/monitoring/checks/check_vconnector.py [new file with mode: 0644]
app/monitoring/handlers/handle_vconnector.py [new file with mode: 0644]
app/monitoring/handlers/monitor.py
app/monitoring/handlers/monitoring_check_handler.py
app/monitoring/setup/monitoring_check_handler.py
app/monitoring/setup/monitoring_host.py
app/monitoring/setup/monitoring_instance.py [new file with mode: 0644]
app/monitoring/setup/monitoring_setup_manager.py
app/monitoring/setup/monitoring_vconnector.py [new file with mode: 0644]
app/monitoring/setup/sensu_client_installer.py [new file with mode: 0644]
app/test/api/responders_test/resource/test_clique_types.py
app/test/api/responders_test/resource/test_environment_configs.py
app/test/api/responders_test/test_data/base.py
app/test/api/responders_test/test_data/clique_types.py
app/test/api/responders_test/test_data/environment_configs.py
app/test/api/test_base.py
app/test/fetch/api_fetch/test_api_access.py
app/test/fetch/api_fetch/test_api_fetch_project_hosts.py
app/test/fetch/api_fetch/test_data/api_fetch_host_project_hosts.py
app/test/fetch/link_finders/__init__.py [new file with mode: 0644]
app/test/fetch/link_finders/test_data/__init__.py [new file with mode: 0644]
app/test/fetch/link_finders/test_data/test_find_implicit_links.py [new file with mode: 0644]
app/test/fetch/link_finders/test_find_implicit_links.py [new file with mode: 0644]
app/test/scan/test_data/configurations.py
app/test/scan/test_data/scanner.py
app/test/scan/test_scan_metadata_parser.py
app/test/scan/test_scanner.py
app/test/verify.sh
app/utils/api_access_base.py [new file with mode: 0644]
app/utils/inventory_mgr.py
app/utils/mongo_access.py
app/utils/ssh_connection.py
app/utils/util.py
docs/_static/favicon.ico [deleted file]
docs/_static/my-styles.css [deleted file]
docs/_static/opnfv-logo.png [deleted file]
docs/conf.py [deleted file]
docs/development/apex-scenario-guide.rst [moved from docs/release/scenarios/os-nosdn-calipso-noha/apex-scenario-guide.rst with 100% similarity]
docs/index.rst [deleted file]
docs/release/Calipso-usage-stories.rst [new file with mode: 0644]
docs/release/admin-guide.rst
docs/release/apex-scenario-guide.rst [new file with mode: 0644]
docs/release/developer-guide.pdf [new file with mode: 0644]
docs/release/developer-guide.rst [new file with mode: 0644]
docs/release/index.rst [deleted file]
docs/release/media/image101.png [new file with mode: 0644]
docs/release/media/image102.png [new file with mode: 0644]
docs/release/media/image103.png [new file with mode: 0644]
docs/release/media/image104.png [new file with mode: 0644]
docs/release/media/image105.png [new file with mode: 0644]
docs/release/media/image106.png [new file with mode: 0644]
docs/release/media/image107.png [new file with mode: 0644]
docs/release/scenarios/os-nosdn-calipso-noha/index.rst [deleted file]