config/sysinv/sysinv/sysinv/sysinv/api/controllers/v1
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
..
__init__.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
address.py Kubernetes Cluster Network Configuration 2019-01-09 12:41:25 -05:00
address_pool.py Kubernetes Cluster Network Configuration 2019-01-09 12:41:25 -05:00
base.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
ceph_mon.py Ceph for standard: Semantic checks 2019-01-18 09:27:12 +00:00
certificate.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
cluster.py Fixing Pep8 errors of type F841 2018-07-20 13:33:47 -04:00
collection.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
community.py Cleanup pylint errors in sysinv 2018-12-28 09:06:15 -06:00
controller_fs.py Enhancement for Controller Filesystem Extension 2018-11-29 18:00:19 -05:00
cpu.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
cpu_utils.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
datanetwork.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
disk.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
dns.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
drbdconfig.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
ethernet_port.py Fix tox pep8 errors of type E722 in sysinv 2018-08-10 14:51:50 -04:00
fernet_repo.py Fernet key synchronization 2018-10-26 14:56:42 -05:00
firewallrules.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
health.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
helm_charts.py Fix various issues with helm-override-show 2018-12-06 08:11:47 -05:00
host.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
hwmon_api.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
interface.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
interface_datanetwork.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
interface_network.py Platform interface no longer requires networks 2018-09-26 12:12:19 -04:00
kube_app.py FIX: oct number issue for Python 2/3 compatible code 2018-12-19 10:23:11 +08:00
label.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
license.py Fix tox pep8 errors of type E231 in sysinv 2018-08-09 14:26:34 -04:00
link.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
lldp_agent.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
lldp_neighbour.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
lldp_tlv.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
load.py Fix unicode issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
lvg.py Create docker-lv in the automatically created ctgs-vg volume group 2019-01-07 20:03:07 -05:00
memory.py Enable configurable vswitch memory 2019-01-22 14:08:48 -05:00
mtce_api.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
network.py Kubernetes Cluster Network Configuration 2019-01-09 12:41:25 -05:00
network_infra.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
network_oam.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
node.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
ntp.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
partition.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
patch_api.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
pci_device.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
port.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
profile.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
profile_utils.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
ptp.py Implementation of PTP support in SysInv and Puppet 2018-08-22 11:57:14 -04:00
pv.py Create docker-lv in the automatically created ctgs-vg volume group 2019-01-07 20:03:07 -05:00
query.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
remotelogging.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
rest_api.py FIX: module rename issue for Python 2/3 compatible code 2018-12-25 08:58:17 +08:00
route.py Generalized interface and network configuration 2018-09-13 13:28:51 -04:00
sdn_controller.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
sensor.py Fix tox pep8 errors of type E722 in sysinv 2018-08-10 14:51:50 -04:00
sensorgroup.py Fix unicode issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
service.py Fix unicode issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
service_parameter.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
servicegroup.py Fix unicode issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
servicenode.py Fix unicode issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
sm_api.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
state.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
storage.py Ceph for standard: Semantic checks 2019-01-18 09:27:12 +00:00
storage_backend.py Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
storage_ceph.py Ceph for standard: Semantic checks 2019-01-18 09:27:12 +00:00
storage_ceph_external.py Fix Ceph External Backend issues 2018-08-10 19:23:03 +00:00
storage_external.py Fix tox pep8 errors of type E231 in sysinv 2018-08-09 14:26:34 -04:00
storage_file.py Fix tox pep8 errors of type E231 in sysinv 2018-08-09 14:26:34 -04:00
storage_lvm.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
storage_tier.py Replace compiled crushmaps with human readable versions 2019-01-18 09:27:02 +00:00
system.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
trapdest.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
types.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
upgrade.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
user.py Fixing Pep8 errors of type F841 2018-07-20 13:33:47 -04:00
utils.py Cleanup pylint errors in sysinv 2018-12-28 09:06:15 -06:00
vim_api.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00