Changing Magnum Heat template to create node network with vxlan instead of vlan
Hello Team, I was able to deploy Openstack with Magnum and Zun enabled. Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs. I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan. Regards Tony Karera
AFAIK, Magnum does not control what encapsulation type is being used. Is there a chance you have “vlan” inside tenant_network_types ? On Tue, Aug 24, 2021 at 12:05 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Team,
I was able to deploy Openstack with Magnum and Zun enabled.
Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs.
I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan.
Regards
Tony Karera
-- Mohammed Naser VEXXHOST, Inc.
Hello Mohammed' Thanks a lot, actually i agree with you because as per the documentation.. kuryr understands vlans but unfortunately whenever i create inside vlan networks and attach an instance. The instance doesnt get an IP. I dont know if there is something i need change i the ml2_conf file. On Sat, 28 Aug 2021, 04:43 Mohammed Naser, <mnaser@vexxhost.com> wrote:
AFAIK, Magnum does not control what encapsulation type is being used.
Is there a chance you have “vlan” inside tenant_network_types ?
On Tue, Aug 24, 2021 at 12:05 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Team,
I was able to deploy Openstack with Magnum and Zun enabled.
Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs.
I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan.
Regards
Tony Karera
-- Mohammed Naser VEXXHOST, Inc.
Hello MOHAMMED, This is the file I am using. stack@deployment:~$ cat /etc/kolla/config/neutron/ml2_conf.ini [ml2] type_drivers = flat,vlan,vxlan tenant_network_types = vlan,flat mechanism_drivers = openvswitch,l2population [ml2_type_vlan] network_vlan_ranges = physnet1 [ml2_type_flat] flat_networks = physnet1 Is there something I need to change. Regards Tony Karera On Sat, Aug 28, 2021 at 8:17 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Mohammed'
Thanks a lot, actually i agree with you because as per the documentation.. kuryr understands vlans but unfortunately whenever i create inside vlan networks and attach an instance. The instance doesnt get an IP. I dont know if there is something i need change i the ml2_conf file.
On Sat, 28 Aug 2021, 04:43 Mohammed Naser, <mnaser@vexxhost.com> wrote:
AFAIK, Magnum does not control what encapsulation type is being used.
Is there a chance you have “vlan” inside tenant_network_types ?
On Tue, Aug 24, 2021 at 12:05 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Team,
I was able to deploy Openstack with Magnum and Zun enabled.
Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs.
I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan.
Regards
Tony Karera
-- Mohammed Naser VEXXHOST, Inc.
Hello Guys, I was able to configure the cluster internal network with Vlans. The communication was ok but I still get the same error + sleep 5 ++ kubectl get --raw=/healthz The connection to the server localhost:8080 was refused - did you specify the right host or port? + '[' ok = '' ']' Regards Tony Karera On Sat, Aug 28, 2021 at 4:43 AM Mohammed Naser <mnaser@vexxhost.com> wrote:
AFAIK, Magnum does not control what encapsulation type is being used.
Is there a chance you have “vlan” inside tenant_network_types ?
On Tue, Aug 24, 2021 at 12:05 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Team,
I was able to deploy Openstack with Magnum and Zun enabled.
Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs.
I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan.
Regards
Tony Karera
-- Mohammed Naser VEXXHOST, Inc.
Hello, Just some extra thought, did you check if there is some process running on port 8080? It's possible that the API failed to start, is Kuryr being used? Thanks, Maysa Macedo. On Tue, Aug 31, 2021 at 1:57 PM Karera Tony <tonykarera@gmail.com> wrote:
Hello Guys,
I was able to configure the cluster internal network with Vlans. The communication was ok but I still get the same error
+ sleep 5 ++ kubectl get --raw=/healthz The connection to the server localhost:8080 was refused - did you specify the right host or port? + '[' ok = '' ']'
Regards
Tony Karera
On Sat, Aug 28, 2021 at 4:43 AM Mohammed Naser <mnaser@vexxhost.com> wrote:
AFAIK, Magnum does not control what encapsulation type is being used.
Is there a chance you have “vlan” inside tenant_network_types ?
On Tue, Aug 24, 2021 at 12:05 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Team,
I was able to deploy Openstack with Magnum and Zun enabled.
Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs.
I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan.
Regards
Tony Karera
-- Mohammed Naser VEXXHOST, Inc.
Hello Maysa, There is no process running on port 8080 and yes I have configured kuryr Regards Tony Karera On Mon, Sep 6, 2021 at 10:17 AM Maysa De Macedo Souza <mdemaced@redhat.com> wrote:
Hello,
Just some extra thought, did you check if there is some process running on port 8080? It's possible that the API failed to start, is Kuryr being used?
Thanks, Maysa Macedo.
On Tue, Aug 31, 2021 at 1:57 PM Karera Tony <tonykarera@gmail.com> wrote:
Hello Guys,
I was able to configure the cluster internal network with Vlans. The communication was ok but I still get the same error
+ sleep 5 ++ kubectl get --raw=/healthz The connection to the server localhost:8080 was refused - did you specify the right host or port? + '[' ok = '' ']'
Regards
Tony Karera
On Sat, Aug 28, 2021 at 4:43 AM Mohammed Naser <mnaser@vexxhost.com> wrote:
AFAIK, Magnum does not control what encapsulation type is being used.
Is there a chance you have “vlan” inside tenant_network_types ?
On Tue, Aug 24, 2021 at 12:05 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Team,
I was able to deploy Openstack with Magnum and Zun enabled.
Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs.
I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan.
Regards
Tony Karera
-- Mohammed Naser VEXXHOST, Inc.
Hello, Is it a development environment using devstack? You can check the status of the load-balancer API and the Kuryr container/service logs. You can also reach us at #openstack-kuryr channel. Cheers, Maysa. On Mon, Sep 6, 2021 at 1:21 PM Karera Tony <tonykarera@gmail.com> wrote:
Hello Maysa,
There is no process running on port 8080 and yes I have configured kuryr Regards
Tony Karera
On Mon, Sep 6, 2021 at 10:17 AM Maysa De Macedo Souza <mdemaced@redhat.com> wrote:
Hello,
Just some extra thought, did you check if there is some process running on port 8080? It's possible that the API failed to start, is Kuryr being used?
Thanks, Maysa Macedo.
On Tue, Aug 31, 2021 at 1:57 PM Karera Tony <tonykarera@gmail.com> wrote:
Hello Guys,
I was able to configure the cluster internal network with Vlans. The communication was ok but I still get the same error
+ sleep 5 ++ kubectl get --raw=/healthz The connection to the server localhost:8080 was refused - did you specify the right host or port? + '[' ok = '' ']'
Regards
Tony Karera
On Sat, Aug 28, 2021 at 4:43 AM Mohammed Naser <mnaser@vexxhost.com> wrote:
AFAIK, Magnum does not control what encapsulation type is being used.
Is there a chance you have “vlan” inside tenant_network_types ?
On Tue, Aug 24, 2021 at 12:05 AM Karera Tony <tonykarera@gmail.com> wrote:
Hello Team,
I was able to deploy Openstack with Magnum and Zun enabled.
Unfortunately, When I create a cluster, Heat configure the fix/_network for the nodes with Vlan and the nodes fail to get IPs.
I was wondering if it is possible to trick the heat templates to create vxlan network instead of vlan.
Regards
Tony Karera
-- Mohammed Naser VEXXHOST, Inc.
participants (3)
-
Karera Tony
-
Maysa De Macedo Souza
-
Mohammed Naser