-
Notifications
You must be signed in to change notification settings - Fork 103
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
Make NNCP optional #969
Make NNCP optional #969
Conversation
In case the the NNCP was already applied the user may wan to skip applying the network configuration policy.
Swtich the scenario to scenarios/centos-9/ironic.yml Update hooks/playbooks/control_plane_ironic.yml to include kustomization patches to configure ironic and Nova Cell with computeDriver: ironic.IronicDriver Depends-On: openstack-k8s-operators/install_yamls#969
Swtich the scenario to scenarios/centos-9/ironic.yml Update hooks/playbooks/control_plane_ironic.yml to include kustomization patches to configure ironic and Nova Cell with computeDriver: ironic.IronicDriver Depends-On: openstack-k8s-operators/install_yamls#969
Swtich the scenario to scenarios/centos-9/ironic.yml Update hooks/playbooks/control_plane_ironic.yml to include kustomization patches to configure ironic and Nova Cell with computeDriver: ironic.IronicDriver Depends-On: openstack-k8s-operators/install_yamls#969
/test install-yamls-deploy |
@hjensas: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hjensas, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
189e3dd
into
openstack-k8s-operators:main
Swtich the scenario to scenarios/centos-9/ironic.yml Update hooks/playbooks/control_plane_ironic.yml to include kustomization patches to configure ironic and Nova Cell with computeDriver: ironic.IronicDriver Depends-On: openstack-k8s-operators/install_yamls#969
Swtich the scenario to scenarios/centos-9/ironic.yml Update hooks/playbooks/control_plane_ironic.yml to include kustomization patches to configure ironic and Nova Cell with computeDriver: ironic.IronicDriver Depends-On: openstack-k8s-operators/install_yamls#969
Swtich the scenario to scenarios/centos-9/ironic.yml Update hooks/playbooks/control_plane_ironic.yml to include kustomization patches to configure ironic and Nova Cell with computeDriver: ironic.IronicDriver Depends-On: openstack-k8s-operators/install_yamls#969
openstack-k8s-operators/install_yamls#969 changed the way when to apply NNCPs. As a result NNCPs were created for the kuttl jobs which is wrong. This sets the env vars to disable nmstate and nncp creation. Signed-off-by: Martin Schuppert <[email protected]>
[1] created new parameter for NNCP setup and now it explicitly require INSTALL_NNCP=false to be passed along with NETWORK_ISOLATION=false. restoring the previous behavior by using previous defaults relying on NETWORK_ISOLATION and NETWORK_BGP. [1] openstack-k8s-operators#969
openstack-k8s-operators/install_yamls#969 changed the way when to apply NNCPs. As a result NNCPs were created for the kuttl jobs which is wrong. This sets the env vars to disable nmstate and nncp creation. Signed-off-by: Martin Schuppert <[email protected]>
openstack-k8s-operators/install_yamls#969 changed the way when to apply NNCPs. As a result NNCPs were created for the kuttl jobs which is wrong. This sets the env vars to disable nmstate and nncp creation. Signed-off-by: Martin Schuppert <[email protected]>
openstack-k8s-operators/install_yamls#969 changed the way when to apply NNCPs. As a result NNCPs were created for the kuttl jobs which is wrong. This sets the env vars to disable nmstate and nncp creation. Signed-off-by: Martin Schuppert <[email protected]>
In case the the NNCP was already applied the user may wan to skip applying the network configuration policy.