docs/doc/source/datanet/kubernetes/removing-a-data-network-using-the-cli.rst
Ron Stone 2134828665 Datanet reorg
Split content into kubernetes and openstack to align with refactoring of other docs.
Incorporated review comments
doc/source/_includes/dynamic-vxlan.rest update

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I4c27aa4d1d5d405824eda669d5f484987e7789de
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
2021-04-05 11:39:14 -04:00

54 lines
1.8 KiB
ReStructuredText

.. lnl1559819027423
.. _removing-a-data-network-using-the-cli:
===================================
Remove a Data Network Using the CLI
===================================
Before you can delete a data network, you must remove any interface
associations.
.. rubric:: |context|
Complete the following steps to delete a data interface.
.. rubric:: |prereq|
The following procedure requires that the host be locked.
.. rubric:: |proc|
#. Remove the data network from the interface.
#. Identify the interface to be removed.
For example:
.. code-block:: none
~(keystone_admin)$ system interface-datanetwork-list controller-1
+--------------+--------------------------------------+--------+------------------+
| hostname | uuid | ifname | datanetwork_name |
+--------------+--------------------------------------+--------+------------------+
| controller-1 | 212d5afc-e417-49fe-919a-d94e9b46c236 | sriov0 | group0-data0 |
| controller-1 | 6c2f7066-3889-4291-8928-5fb4b2bccfee | data0 | group0-data0 |
| controller-1 | c4ac3c62-283e-491f-a08b-2e4a5ece205c | pthru0 | group0-data0 |
+--------------+--------------------------------------+--------+------------------+
#. Remove the network.
For example:
.. code-block:: none
~(keystone_admin)$ system interface-datanetwork-remove c4ac3c62-283e-491f-a08b-2e4a5ece205c
Deleted Interface DataNetwork: c4ac3c62-283e-491f-a08b-2e4a5ece205c
#. Delete the data network from the system.
.. code-block:: none
~[keystone_admin]$ system datanetwork-delete <datanetworkUUID>
where <datanetworkUUID> is the UUID of the data network.