.coveragerc
.mailmap
.pylintrc
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
TESTING.rst
babel.cfg
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
devstack/README.rst
devstack/local.conf.example
devstack/local.sh.mysql_fix
devstack/plugin.sh
devstack/settings
devstack/vim_config.yaml
devstack/lib/tacker
doc/Makefile
doc/pom.xml
doc/source/conf.py
doc/source/index.rst
doc/source/devref/api_extensions.rst
doc/source/devref/api_layer.rst
doc/source/devref/development.environment.rst
doc/source/devref/enhanced_placement_awareness_usage_guide.rst
doc/source/devref/mano_api.rst
doc/source/devref/mistral_workflows_usage_guide.rst
doc/source/devref/monitor-api.rst
doc/source/devref/multisite_vim_usage_guide.rst
doc/source/devref/tacker_functional_test.rst
doc/source/devref/vnfd_template_description.rst
doc/source/devref/vnfd_template_parameterization.rst
doc/source/install/devstack.rst
doc/source/install/getting_started.rst
doc/source/install/manual_installation.rst
doc/source/policies/dev-process.rst
etc/config-generator.conf
etc/init.d/tacker-server
etc/tacker/README.txt
etc/tacker/api-paste.ini
etc/tacker/policy.json
etc/tacker/rootwrap.conf
etc/tacker/rootwrap.d/tacker.filters
releasenotes/notes/.placeholder
releasenotes/notes/add-key-name-support-to-tosca-nodes-nfv-VDU-Tracker-bf415eaf6eb13c0d.yaml
releasenotes/notes/add-vim-monitor-to-tacker-3bccceaeb2ef6989.yaml
releasenotes/notes/deprecate-vnfd-legacy-template-41a0560aee1addc3.yaml
releasenotes/notes/fix-keystone-v3-support-in-vim-6d841e28b3e5bb78.yaml
releasenotes/notes/http-port-change-to-9890-d51e3d836b0f32f7.yaml
releasenotes/notes/sample-config-file-f653eac0183bfa92.yaml
releasenotes/notes/tacker-workflow-definition-1a5b7790b69f9eb7.yaml
releasenotes/notes/vnfd-vnf-vim-name-mandatory-in-tacker-cb657fd11d725781.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
samples/legacy-templates/README.warning
samples/legacy-templates/config-openwrt-with-firewall.yaml
samples/legacy-templates/openwrt.yaml
samples/legacy-templates/sample-vnfd-http-monitor.yaml
samples/legacy-templates/sample-vnfd-monitor.yaml
samples/legacy-templates/sample-vnfd-multi-vdu.yaml
samples/legacy-templates/sample-vnfd.yaml
samples/legacy-templates/vnf_cirros_param_values_ipaddr.yaml
samples/legacy-templates/vnf_cirros_param_values_user_data.yaml
samples/legacy-templates/vnf_cirros_template_ipaddr.yaml
samples/legacy-templates/vnf_cirros_template_user_data.yaml
samples/mistral/workflows/create_vnf.yaml
samples/mistral/workflows/create_vnfd.yaml
samples/mistral/workflows/delete_vnf.yaml
samples/mistral/workflows/delete_vnfd.yaml
samples/mistral/workflows/input/create_vnf.json
samples/mistral/workflows/input/create_vnfd.json
samples/mistral/workflows/input/delete_vnf.json
samples/mistral/workflows/input/delete_vnfd.json
samples/tosca-templates/vnfd/tosca-config-openwrt-with-firewall.yaml
samples/tosca-templates/vnfd/tosca-vnfd-cpu-dedicate.yaml
samples/tosca-templates/vnfd/tosca-vnfd-hello-world.yaml
samples/tosca-templates/vnfd/tosca-vnfd-http-monitor.yaml
samples/tosca-templates/vnfd/tosca-vnfd-hugepages.yaml
samples/tosca-templates/vnfd/tosca-vnfd-image.yaml
samples/tosca-templates/vnfd/tosca-vnfd-keyname.yaml
samples/tosca-templates/vnfd/tosca-vnfd-monitor.yaml
samples/tosca-templates/vnfd/tosca-vnfd-multi-vdu.yaml
samples/tosca-templates/vnfd/tosca-vnfd-network.yaml
samples/tosca-templates/vnfd/tosca-vnfd-nova-flavor.yaml
samples/tosca-templates/vnfd/tosca-vnfd-numacount.yaml
samples/tosca-templates/vnfd/tosca-vnfd-numadefine.yaml
samples/tosca-templates/vnfd/tosca-vnfd-openwrt.yaml
samples/tosca-templates/vnfd/tosca-vnfd-scale.yaml
samples/tosca-templates/vnfd/tosca-vnfd-sriov.yaml
samples/tosca-templates/vnfd/tosca-vnfd-userdata.yaml
samples/tosca-templates/vnfd/tosca-vnfd-vcpu-topology.yaml
samples/vim/vim_config.yaml
tacker/__init__.py
tacker/_i18n.py
tacker/auth.py
tacker/context.py
tacker/hooks.py
tacker/manager.py
tacker/policy.py
tacker/service.py
tacker/version.py
tacker/wsgi.py
tacker.egg-info/PKG-INFO
tacker.egg-info/SOURCES.txt
tacker.egg-info/dependency_links.txt
tacker.egg-info/entry_points.txt
tacker.egg-info/not-zip-safe
tacker.egg-info/pbr.json
tacker.egg-info/requires.txt
tacker.egg-info/top_level.txt
tacker/agent/__init__.py
tacker/agent/linux/__init__.py
tacker/agent/linux/utils.py
tacker/api/__init__.py
tacker/api/api_common.py
tacker/api/extensions.py
tacker/api/versions.py
tacker/api/v1/__init__.py
tacker/api/v1/attributes.py
tacker/api/v1/base.py
tacker/api/v1/resource.py
tacker/api/v1/resource_helper.py
tacker/api/v1/router.py
tacker/api/views/__init__.py
tacker/api/views/versions.py
tacker/cmd/__init__.py
tacker/cmd/server.py
tacker/common/__init__.py
tacker/common/clients.py
tacker/common/cmd_executer.py
tacker/common/config.py
tacker/common/constants.py
tacker/common/driver_manager.py
tacker/common/exceptions.py
tacker/common/log.py
tacker/common/rpc.py
tacker/common/test_lib.py
tacker/common/topics.py
tacker/common/utils.py
tacker/db/__init__.py
tacker/db/api.py
tacker/db/db_base.py
tacker/db/model_base.py
tacker/db/models_v1.py
tacker/db/sqlalchemyutils.py
tacker/db/types.py
tacker/db/common_services/__init__.py
tacker/db/common_services/common_services_db.py
tacker/db/migration/README
tacker/db/migration/__init__.py
tacker/db/migration/alembic.ini
tacker/db/migration/cli.py
tacker/db/migration/purge_tables.py
tacker/db/migration/alembic_migrations/__init__.py
tacker/db/migration/alembic_migrations/env.py
tacker/db/migration/alembic_migrations/script.py.mako
tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py
tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py
tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py
tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py
tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py
tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py
tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py
tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py
tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py
tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py
tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py
tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py
tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py
tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py
tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py
tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py
tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py
tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py
tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py
tacker/db/migration/alembic_migrations/versions/HEAD
tacker/db/migration/alembic_migrations/versions/README
tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py
tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py
tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py
tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py
tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py
tacker/db/migration/models/__init__.py
tacker/db/migration/models/head.py
tacker/db/nfvo/__init__.py
tacker/db/nfvo/nfvo_db.py
tacker/db/vm/__init__.py
tacker/db/vm/vm_db.py
tacker/extensions/__init__.py
tacker/extensions/common_services.py
tacker/extensions/nfvo.py
tacker/extensions/vnfm.py
tacker/hacking/__init__.py
tacker/hacking/checks.py
tacker/nfvo/__init__.py
tacker/nfvo/nfvo_plugin.py
tacker/nfvo/drivers/__init__.py
tacker/nfvo/drivers/vim/__init__.py
tacker/nfvo/drivers/vim/abstract_vim_driver.py
tacker/nfvo/drivers/vim/openstack_driver.py
tacker/plugins/__init__.py
tacker/plugins/common/__init__.py
tacker/plugins/common/constants.py
tacker/plugins/common/utils.py
tacker/plugins/common_services/__init__.py
tacker/plugins/common_services/common_services_plugin.py
tacker/services/__init__.py
tacker/services/service_base.py
tacker/tests/__init__.py
tacker/tests/base.py
tacker/tests/constants.py
tacker/tests/post_mortem_debug.py
tacker/tests/tools.py
tacker/tests/utils.py
tacker/tests/contrib/README
tacker/tests/contrib/post_test_hook.sh
tacker/tests/etc/api-paste.ini.test
tacker/tests/etc/tacker.conf.test
tacker/tests/etc/rootwrap.d/tacker.test.filters
tacker/tests/etc/samples/local-vim.yaml
tacker/tests/etc/samples/sample-tosca-vnf-values.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-flavor.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-http-monitor.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-image.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-large-template.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-monitor.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu-monitoring.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu.yaml
tacker/tests/etc/samples/sample-tosca-vnfd-param.yaml
tacker/tests/etc/samples/sample-tosca-vnfd.yaml
tacker/tests/etc/samples/sample-vnfd-multi-vdu-monitoring.yaml
tacker/tests/etc/samples/sample-vnfd-multi-vdu.yaml
tacker/tests/etc/samples/sample-vnfd-single-vdu-monitoring-new-template.yaml
tacker/tests/etc/samples/sample-vnfd-single-vdu-monitoring.yaml
tacker/tests/etc/samples/sample_cirros_http_monitoring.yaml
tacker/tests/etc/samples/sample_cirros_vnf.yaml
tacker/tests/etc/samples/sample_cirros_vnf_no_monitoring.yaml
tacker/tests/etc/samples/sample_cirros_vnf_param.yaml
tacker/tests/etc/samples/sample_cirros_vnf_values.yaml
tacker/tests/etc/samples/vim-config-ks-v2.yaml
tacker/tests/functional/__init__.py
tacker/tests/functional/base.py
tacker/tests/functional/nfvo/__init__.py
tacker/tests/functional/nfvo/test_vim.py
tacker/tests/functional/vnfm/__init__.py
tacker/tests/functional/vnfm/test_tosca_vnf.py
tacker/tests/functional/vnfm/test_tosca_vnf_multiple_vdu.py
tacker/tests/functional/vnfm/test_tosca_vnfd.py
tacker/tests/functional/vnfm/test_vnf.py
tacker/tests/functional/vnfm/test_vnf_monitoring.py
tacker/tests/functional/vnfm/test_vnf_multiple_vdu.py
tacker/tests/functional/vnfm/test_vnfd.py
tacker/tests/functional/vnfm/test_vnfm_param.py
tacker/tests/unit/__init__.py
tacker/tests/unit/_test_rootwrap_exec.py
tacker/tests/unit/base.py
tacker/tests/unit/database_stubs.py
tacker/tests/unit/extension_stubs.py
tacker/tests/unit/test_api_api_common.py
tacker/tests/unit/test_api_v2.py
tacker/tests/unit/test_api_v2_extension.py
tacker/tests/unit/test_api_v2_resource.py
tacker/tests/unit/test_attributes.py
tacker/tests/unit/test_auth.py
tacker/tests/unit/test_common_log.py
tacker/tests/unit/test_common_services_plugin.py
tacker/tests/unit/test_common_utils.py
tacker/tests/unit/test_config.py
tacker/tests/unit/test_db_migration.py
tacker/tests/unit/test_db_purge_delete.py
tacker/tests/unit/test_extension_extended_attribute.py
tacker/tests/unit/test_extensions.py
tacker/tests/unit/test_hacking.py
tacker/tests/unit/test_policy.py
tacker/tests/unit/test_post_mortem_debug.py
tacker/tests/unit/test_tacker_context.py
tacker/tests/unit/test_wsgi.py
tacker/tests/unit/testlib_api.py
tacker/tests/unit/db/__init__.py
tacker/tests/unit/db/base.py
tacker/tests/unit/db/utils.py
tacker/tests/unit/extensions/__init__.py
tacker/tests/unit/extensions/extendedattribute.py
tacker/tests/unit/extensions/extensionattribute.py
tacker/tests/unit/extensions/foxinsocks.py
tacker/tests/unit/extensions/v2attributes.py
tacker/tests/unit/services/__init__.py
tacker/tests/unit/services/vm/__init__.py
tacker/tests/unit/services/vm/test_servicevm_extension.py
tacker/tests/unit/services/vm/drivers/__init__.py
tacker/tests/unit/services/vm/mgmt_drivers/__init__.py
tacker/tests/unit/vm/__init__.py
tacker/tests/unit/vm/test_monitor.py
tacker/tests/unit/vm/test_plugin.py
tacker/tests/unit/vm/test_tosca_templates_under_samples.py
tacker/tests/unit/vm/test_toscautils.py
tacker/tests/unit/vm/test_vim_client.py
tacker/tests/unit/vm/infra_drivers/__init__.py
tacker/tests/unit/vm/infra_drivers/heat/__init__.py
tacker/tests/unit/vm/infra_drivers/heat/test_heat.py
tacker/tests/unit/vm/infra_drivers/heat/data/config_data.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor_and_capabilities.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor_defaults.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_flavor_no_units.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_image_after_processed_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_image_before_processed_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_openwrt_ipparams.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_openwrt_params.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_scale_custom.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_scale_main.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_all_numa_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_all_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_cpu_allocations.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_huge_pages.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_flavor_numa_nodes_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_generic_vnfd_params.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_mgmt_sriov.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_openwrt_kilo.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_openwrt_userdata.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_sriov.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/hot_tosca_vnic_normal.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor_and_capabilities.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor_defaults.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_flavor_no_units.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_image.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_openwrt.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/test_tosca_openwrt_userdata.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_all_numa_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_all_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_cpu_allocations.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_huge_pages.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_numa_nodes.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_flavor_numa_nodes_count.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_generic_vnfd_params.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_mgmt_sriov.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_scale.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_sriov.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/tosca_vnic_port.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_param_values_ipaddr.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_param_values_user_data.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_template_ipaddr.yaml
tacker/tests/unit/vm/infra_drivers/heat/data/vnf_cirros_template_user_data.yaml
tacker/tests/unit/vm/monitor_drivers/__init__.py
tacker/tests/unit/vm/monitor_drivers/http_ping/__init__.py
tacker/tests/unit/vm/monitor_drivers/http_ping/test_http_ping.py
tacker/tests/unit/vm/monitor_drivers/ping/__init__.py
tacker/tests/unit/vm/monitor_drivers/ping/test_ping.py
tacker/tests/unit/vm/nfvo/__init__.py
tacker/tests/unit/vm/nfvo/test_nfvo_plugin.py
tacker/tests/unit/vm/nfvo/drivers/__init__.py
tacker/tests/unit/vm/nfvo/drivers/vim/__init__.py
tacker/tests/unit/vm/nfvo/drivers/vim/test_openstack_driver.py
tacker/tests/var/ca.crt
tacker/tests/var/certandkey.pem
tacker/tests/var/certificate.crt
tacker/tests/var/privatekey.key
tacker/vm/__init__.py
tacker/vm/constants.py
tacker/vm/hosting_device_scheduler.py
tacker/vm/keystone.py
tacker/vm/monitor.py
tacker/vm/plugin.py
tacker/vm/vim_client.py
tacker/vm/infra_drivers/__init__.py
tacker/vm/infra_drivers/abstract_driver.py
tacker/vm/infra_drivers/noop.py
tacker/vm/infra_drivers/scale_driver.py
tacker/vm/infra_drivers/heat/__init__.py
tacker/vm/infra_drivers/heat/heat.py
tacker/vm/infra_drivers/nova/__init__.py
tacker/vm/infra_drivers/nova/nova.py
tacker/vm/mgmt_drivers/__init__.py
tacker/vm/mgmt_drivers/abstract_driver.py
tacker/vm/mgmt_drivers/constants.py
tacker/vm/mgmt_drivers/noop.py
tacker/vm/mgmt_drivers/openwrt/__init__.py
tacker/vm/mgmt_drivers/openwrt/openwrt.py
tacker/vm/monitor_drivers/__init__.py
tacker/vm/monitor_drivers/abstract_driver.py
tacker/vm/monitor_drivers/http_ping/__init__.py
tacker/vm/monitor_drivers/http_ping/http_ping.py
tacker/vm/monitor_drivers/ping/__init__.py
tacker/vm/monitor_drivers/ping/ping.py
tacker/vm/tosca/__init__.py
tacker/vm/tosca/utils.py
tacker/vm/tosca/lib/tacker_defs.yaml
tacker/vm/tosca/lib/tacker_nfv_defs.yaml
tools/check_i18n.py
tools/check_i18n_test_case.txt
tools/clean.sh
tools/generate_config_file_sample.sh
tools/i18n_cfg.py
tools/install_venv.py
tools/install_venv_common.py
tools/ostestr_compat_shim.sh
tools/with_venv.sh