From Fedora Project Wiki
No edit summary
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== Adding NetworkManager Connections via CLI ===
= Adding NetworkManager Connections via CLI =


=== Summary ===
== Summary ==


Support for adding new NetworkManager connections using the
Support for adding new NetworkManager connections using the nmcli commandline tool.
nmcli commandline tool.
 
=== Owner ===


== Owner ==
* Name: [[User:jklimes|Jiří Klimeš]]
* Name: [[User:jklimes|Jiří Klimeš]]
* Email: jklimes at redhat.com
* Email: jklimes at redhat.com
Line 13: Line 11:
* Email: psimerda at redhat.com
* Email: psimerda at redhat.com


=== Current status ===
== Current status ==
* Targeted release: [[Releases/20|Fedora 20]]
* Last updated: 2013-03-19
* Percentage of completion: 75%
 
== Detailed description ==
 
Administrators will be able to configure new connections via a simple command-line interface. It will be possible to create and activate new connections, as well as delete them.
 
== Benefit to Fedora ==
 
Fedora is moving towards using NetworkManager as the main network configuration software. Adding new network connections is a common task and thus should be supported on the command line, in addition to GUI clients like nm-connection-editor.
There will be two modes for connection addition: interactive - suitable for running in scripts, non-interactive guided mode targeted for manual editing.
 
== Scope ==
 
NetworkManager's nmcli tool.
 
== How To Test ==
 
Create a connection using nmcli and check that it was successful.
 
== User Experience ==
 
Administrators will be able to configure new connections via a simple command-line interface
 
== Dependencies ==
 
None.
 
== Contingency Plan ==
 
Administrators can continue hand-editing configuration files in keyfile or ifcfg format.
 
== Documentation ==
 
Documentation will be drafted at [[Networking/CLI]].
 
== Release Notes ==
 
NetworkManager now supports adding new connections via CLI.
 
== Comments and Discussion ==
 
* See [[Talk:Features/NetworkManagerCLIAddConnection]]


* Targeted release: [[Releases/19|Fedora 19]]
[[Category:FeatureReadyForWrangler]]
* Last updated: 2012-11-26
* Percentage of completion: 10%

Revision as of 22:21, 19 March 2013

Adding NetworkManager Connections via CLI

Summary

Support for adding new NetworkManager connections using the nmcli commandline tool.

Owner

Current status

  • Targeted release: Fedora 20
  • Last updated: 2013-03-19
  • Percentage of completion: 75%

Detailed description

Administrators will be able to configure new connections via a simple command-line interface. It will be possible to create and activate new connections, as well as delete them.

Benefit to Fedora

Fedora is moving towards using NetworkManager as the main network configuration software. Adding new network connections is a common task and thus should be supported on the command line, in addition to GUI clients like nm-connection-editor. There will be two modes for connection addition: interactive - suitable for running in scripts, non-interactive guided mode targeted for manual editing.

Scope

NetworkManager's nmcli tool.

How To Test

Create a connection using nmcli and check that it was successful.

User Experience

Administrators will be able to configure new connections via a simple command-line interface

Dependencies

None.

Contingency Plan

Administrators can continue hand-editing configuration files in keyfile or ifcfg format.

Documentation

Documentation will be drafted at Networking/CLI.

Release Notes

NetworkManager now supports adding new connections via CLI.

Comments and Discussion