Skip to content
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

Enhanced commitAddObject to allow disabling AUTOPORTS creation #154

Open
wants to merge 3 commits into
base: maintenance-0.20.x
Choose a base branch
from

Conversation

bpothier
Copy link
Contributor

Added optional 6th parameter to commitAddObject to allow disabling calling the executeAutoPorts function which creates the AUTOPORTS (e.g. kvm, eth0, eth1)
Initially this will be used by the autoPopulateUCS function, since it will populate each server object with the actual ports defined

Added (optional) 6th parameter to commitAddObject to disable calling the executeAutoPorts logic (e.g. kvm, eth0, eth1)
Initially intended for UCS population where specific ports are defined at object creation time
Added checkbox to renderEditUCSForm() that defaults to on/checked/TRUE to disable creating the AUTOPORTS (e.g. kvm, eth0, eth1)
Added logic to call commitAddObject with (optional) 6th parameter to disable calling executeAutoPorts during object creation.
This disables ccreating the default AUTOPORTS (e.g. kvm, eth0, eth1) since this function will populate each server with the actual ports configured on it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant