config/sysinv/sysinv/sysinv/sysinv/helm
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 Helm Backend for chart specific system overrides 2018-07-31 15:48:45 -04:00
aodh.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
barbican.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
base.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
ceilometer.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
cinder.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
common.py docker images management 2018-12-20 16:28:14 -05:00
glance.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
gnocchi.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
heat.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
helm.py [Trivialfix]Fix typos in docstring 2019-01-06 23:00:52 +08:00
horizon.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
ingress.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
ironic.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
keystone.py Increase keystone-api termination grace period 2019-01-15 21:03:04 -05:00
libvirt.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
magnum.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
mariadb.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
memcached.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
neutron.py Create DataNetworks modelling in System Configuration 2019-01-22 17:43:45 -05:00
nova.py Update nova helm chart overrides for service creation 2019-01-11 09:18:14 -06:00
nova_api_proxy.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
openstack.py Cleanup pylint errors in sysinv 2018-12-28 09:06:15 -06:00
openvswitch.py Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
panko.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
rabbitmq.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00
rbd_provisioner.py Helm chart image overrides cleanup 2019-01-04 18:04:46 -05:00