-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
design usage confignetwork integrate confignics/configeth/configib functions #4
Comments
The usage of new confignetwork doc as attachment, please review; |
Thanks Yuan, it is a good summarize. Here are some comments: 1, "Remove configuration" is not clear, if the install nic is defined in 'nics' table (As I know PCM have such definition) , what's the behavior? remove ifcfg-xxx for the secondary nics and revert install nic to dhcp? 2, I remember that custom scripts is also defined in nics table
3, It is better to give some typical user scenario to depict how to use the new 'confignetwork' , for example:
As we will not list the free combination, but give some typical scenario based on our current experiences. How to define networks, how to define nics, how to define postscripts, ... |
Hi @robin2008, For 1, we can discuss "remove configuration" function in meeting. It is very hard to revert different types nics. And how to distingush which nics should be removed compared with last configration. In nics table, we just specify which nics should be configured, how we define which nics should be removed? I assume that : remove configuration should be specified the nics; for example, if we want to remove eth0 , we can use For 2, if customized scripts use nics table data, user should define these data in nics table. If customized scripts do not use data from nics table, user do not need to configure nics table. I can enhance these usage. For 3, I can add one user case in function column to depict. I can enhance how to define networks. since this is usage doc internal, I think we can just consider updatenode scenario enough to know the scripts user interface. |
Updated doc based on Robbin's comments; |
hi @bybai ,
a special case in scenario
? if yes, the 2 scenario should be combined into one |
Based on Yangsong and Er tao comments, I updated the doc. |
Based on Xiao peng 's comments, I updated the doc. |
Based on discussion in meeting, the final doc is here: |
design user usage confignetwork integrate confignics functions including:
1, to support install nic static configuration
2, to support secondary static nics configuration
3, to support nicextraparams from nics table;
4, to support --script
5, The workflow to configure eth, bond, vlan, bridge.
6. to integrate configib;
Acceptance: design/usage doc
The text was updated successfully, but these errors were encountered: