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

New Task to create tunelo-calico network/subnet #290

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

JOUNAIDSoufiane
Copy link
Contributor

Added a task in the k3s playbook to create the tunelo-calico network and the tunelo-calico subnet that are both necessary for the management of hub and spoke ports and the proper functioning of tunelo.

Added a task in the k3s playbook to create the tunelo-calico network and
the tunelo-calico subnet that are both necessary for the management of
hub and spoke ports and the proper functioning of tunelo.
@JOUNAIDSoufiane
Copy link
Contributor Author

kolla_toolbox:
module_name: os_network
module_args:
auth: "{{ openstack_auth }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add project: "{{ keystone_admin_project }}"


- name: Create tunelo-calico subnet
kolla_toolbox:
module_name: os_subnet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add project: "{{ keystone_admin_project }}"

Copy link
Contributor

@msherman64 msherman64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave the "{{ physical_network_calico }}" and "{{ physical_network_tunelo }}" hardcoded for now.
I'll add templating for them when I refactor the post-deploy network creation, as it's not useful before then. (can't make two different flat networks on the same physnet, so need to template everything else)

Otherwise LGTM

@JOUNAIDSoufiane JOUNAIDSoufiane force-pushed the soufianej-tunelo-calico branch from 1e774ac to 85bb025 Compare June 21, 2024 18:39
@JOUNAIDSoufiane JOUNAIDSoufiane merged commit 1a0a1a5 into stable/xena Jun 25, 2024
1 check passed
@msherman64 msherman64 deleted the soufianej-tunelo-calico branch October 16, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants