config/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions
John Kung 1a502b9151 Create DataNetworks modelling in System Configuration
Introduce the DataNetwork api, client, model to allow modelling of the
physical data network, with the following attributes:
   datanetwork_name
   mtu
   datanetwork_type (flat, vlan, vxlan)
   VxLAN specific attributes
      - port_number
      - multicast_group
      - ttl
      - mode ('dynamic' default, or 'static')

The system data network may then be assigned to interface.

This is part of the Story to "Move neutron provider network modelling
to system configuration".

The interface api is currently made compatible with current usage to
allow specifying datanetwork (formerly providernetwork).

The following new CLI commands and corresponding api are exposed:
    datanetwork-add     Add a datanetwork.
    datanetwork-delete  Delete a datanetwork.
    datanetwork-list    List datanetworks.
    datanetwork-modify  Modify a datanetwork.
    datanetwork-show    Show datanetwork details.
    interface-datanetwork-assign
                       Assign a datanetwork to an interface.
    interface-datanetwork-list
                       List datanetwork interfaces.
    interface-datanetwork-remove
                       Remove an assigned datanetwork from an interface.
    interface-datanetwork-show
                       Show interface datanetwork details.

'system datanetwork-add' must be run where
    'neutron providernetwork-create'.

Tests Performed:
    AIO Sanity
    Sanity 2-controller, 2-compute
    Sanity Storage lab
    Interface Profile create and apply
    Containers deployment

Change-Id: I630f90768647dbb414a60978bf8f8f641496afd5
Story: 2004455
Task: 28324
Signed-off-by: John Kung <john.kung@windriver.com>
2019-01-22 17:43:45 -05:00
..
001_init.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
002_consolidated_rel15ga.py Fixing Pep8 errors of type F841 2018-07-20 13:33:47 -04:00
003_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
004_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
005_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
006_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
007_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
008_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
009_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
010_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
011_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
012_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
013_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
014_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
015_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
016_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
017_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
018_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
019_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
020_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
021_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
022_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
023_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
024_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
025_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
026_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
027_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
028_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
029_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
030_placeholder.py Decouple Fault Management from stx-config 2018-08-16 17:24:19 -04:00
031_ceph_storage_pools.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
032_system_capabilities.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
033_iuser_wrsrootpw_aging.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
034_cluster.py Fixing Pep8 errors of type F841 2018-07-20 13:33:47 -04:00
035_system_type.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
036_lldp.py Fixing Pep8 errors of type F841 2018-07-20 13:33:47 -04:00
037_multi_storage_backend.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
038_ceph_journal_ssd.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
039_rpm_to_idisk.py Fixing Pep8 errors of type E702,E711,E712,E713 & E714 2018-07-20 13:34:08 -04:00
040_remotelogging.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
041_horizon_lockout_params.py Fixing Pep8 errors of type E121 2018-07-20 13:34:03 -04:00
042_ceph_cache_tiering.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
043_sdn_controller.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
044_istorconfig_restructure.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
045_action_state.py Fixing Pep8 errors of type F841 2018-07-20 13:33:47 -04:00
046_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
047_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
048_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
049_placeholder.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
050_consolidated_r4.py Decouple Fault Management from stx-config 2018-08-16 17:24:19 -04:00
051_https_security.py Fix tox pep8 errors in sysinv of type E203 2018-08-09 12:17:49 -04:00
052_controllerfs_restructure.py Fixing Tox Pep8 errors of type F821 2018-07-20 13:33:08 -04:00
053_partitions_for_pvs.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
054_system_security_profile.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
055_partition_device_node.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
056_region_config_data.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
057_update_region_config_flag.py Fix tox pep8 errors in sysinv of type E203 2018-08-09 12:17:49 -04:00
058_cinder_optional_service.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
059_system_distributed_cloud_role.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
060_storage_external.py Fixing Pep8 errors of type F841 2018-07-20 13:33:47 -04:00
061_ipm.py Fixing Tox Pep8 errors of type F821 2018-07-20 13:33:08 -04:00
062_service_parameter_extensions.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
063_address_pool.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
064_certificate.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
065_storage_tiers.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
066_tpmdevice_add_tpm_data.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
067_tboot.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
068_memory_column_rename.py Open vSwitch integration with host and configuration framework 2018-06-14 16:03:52 -05:00
069_security_feature.py Spectre/meltdown kernel options controllable by customer 2018-06-29 13:44:42 -04:00
070_placeholder.py Decouple Fault Management from stx-config 2018-08-16 17:24:19 -04:00
071_storage_ceph_external.py Fix flake8 errors in sysinv 2018-09-12 13:03:33 -04:00
072_remove_ceilometer_service_parameter.py Integrate gnocchi for OpenStack Telemetry 2018-07-31 15:48:44 -04:00
073_helm_overrides.py Add support for helm chart override namespaces 2018-07-31 15:48:45 -04:00
074_ntp_enabled.py Extend sysinv to assign kubernetes labels to nodes 2018-08-24 15:40:48 -04:00
075_ptp.py Fix flake8 errors in sysinv 2018-09-12 13:03:33 -04:00
076_host_label.py host-label validation via kubernetes-client 2018-10-04 13:02:59 -04:00
077_interface_network.py Multiple networks to interface association 2018-09-13 13:28:24 -04:00
078_interface_class.py Generalized interface and network configuration 2018-09-13 13:28:51 -04:00
079_network_column_remove.py Generalized interface and network configuration 2018-09-13 13:28:51 -04:00
080_kube_ceph_pool.py CEPH persistent storage backend for Kubernetes 2018-10-23 11:33:38 -06:00
081_helm_system_overrides.py Helm Chart Override Password Generation 2018-11-01 15:36:57 +00:00
082_kube_application.py Provide progress update for upload, apply & remove 2018-11-26 21:56:10 -05:00
083_ceph_mon_tasks.py Ceph for standard: System Inventory CLI, API, DB 2019-01-16 18:12:15 +02:00
084_data_networks.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00