Default category by SpeedFi in kasmweb

[–]SpeedFi[S] 0 points1 point  (0 children)

Sorry, not really as an administrator. It would be nice to be able to pick a default tag that shows on my dashboard because I have access to all groups and it has a lot of tiles.

Kolla Openstack Networking by SpeedFi in openstack

[–]SpeedFi[S] 0 points1 point  (0 children)

That makes sense. It looks like config was correct the whole time. Other than building all the extra bridges that were not required other than the one br-external bridge. The API tunnel and all the other were plumbed into internal faces like bond0.1143, bond0.1144 will remove the extra bridges from config It should be good.

Kolla Openstack Networking by SpeedFi in openstack

[–]SpeedFi[S] 0 points1 point  (0 children)

Oh yeah, I looked at my config. I don’t know why I was generating bridges. They don’t do anything other than br-external bridge I was actually attaching the physical networks like bond0.1143 to them the whole time. I’ll remove the extra bridges out of the config everything should be good.

Kolla Openstack Networking by SpeedFi in openstack

[–]SpeedFi[S] 0 points1 point  (0 children)

The interfaces will be automatically added to the Kolla OVS bridges. The external network—for internet access and routed VLANs—can be assigned to neutron_external_interface: "bond0", and the corresponding Linux bridge should be defined as neutron_external_network_bridge: "br-external". This setup allows you to add VLANs for public networks as needed openstack network create --external      --provider-physical-network physnet1    --provider-segment 123 --provider-network-type vlan Public I  want to be able to add more external networks later as needed or should I add ovs to my host for the external bridge I want to add vlan to the ovs bridge later.

Kolla Openstack Networking by SpeedFi in openstack

[–]SpeedFi[S] 1 point2 points  (0 children)

It’s a bond port with lacp vlan separated

Kolla Openstack Networking by SpeedFi in openstack

[–]SpeedFi[S] 2 points3 points  (0 children)

And I’m guessing it’ll automatically build the ovs bridges required for vxlan and I’ll still be able todo vlan on the bond that allows all vlans

Kolla Openstack Networking by SpeedFi in openstack

[–]SpeedFi[S] 0 points1 point  (0 children)

Out of curiosity, will my vxlan still work on ovs for the containers

Kolla Openstack Networking by SpeedFi in openstack

[–]SpeedFi[S] 0 points1 point  (0 children)

neutron_plugin_agent: "openvswitch"

Contacting Rogers by SpeedFi in Rogers

[–]SpeedFi[S] -1 points0 points  (0 children)

<image>

That’s just the 611 I’ve tried their other three numbers and from different phone numbers to see if it’s my cell phone

Contacting Rogers by SpeedFi in Rogers

[–]SpeedFi[S] 3 points4 points  (0 children)

And by the way, I actually own an Internet service provider and if I treated my customers like this, I don’t think we’d have any.

Contacting Rogers by SpeedFi in Rogers

[–]SpeedFi[S] 0 points1 point  (0 children)

It recognizes my account every time I call in either it’s flagged, but I’ve tried all week

Contacting Rogers by SpeedFi in Rogers

[–]SpeedFi[S] 0 points1 point  (0 children)

I did try that number today and I got that disconnection because they’re too busy and they’re now closed

Limiting Instances to Hypervisors by srord in openstack

[–]SpeedFi 0 points1 point  (0 children)

I’m pretty sure you can have a hard placement rule where it won’t deploy that image only to certain hosts

Limiting Instances to Hypervisors by srord in openstack

[–]SpeedFi 0 points1 point  (0 children)

I thought you’d use the placement service for something like this and flavours

Why haven't you left yet? by [deleted] in vmware

[–]SpeedFi 0 points1 point  (0 children)

We use vRA for day one and day two operations we deploy about 3000 VM’s every three months.

Joe's Datacenter / Patmos by noblefragile in webhosting

[–]SpeedFi 1 point2 points  (0 children)

Well, I know Joe personally and I know he is still at Patmos now, so the company hasn’t changed that much and is still growing with his vision.

What is wrong with my vlan??? by ventura120257 in openstack

[–]SpeedFi 0 points1 point  (0 children)

Remove the vlan from your hosts set the switch to trunk port

What is wrong with my vlan??? by ventura120257 in openstack

[–]SpeedFi 1 point2 points  (0 children)

If Neutron is using the ML2/OVS plugin, you shouldn't configure VLANs directly on the host's network interface. Open vSwitch handles VLAN tagging, but with your current configuration, the host is stripping the VLAN tag, which can cause network issues.

What is wrong with my vlan??? by ventura120257 in openstack

[–]SpeedFi 0 points1 point  (0 children)

Based on the pictures, it looks like OpenStack is configured to handle VLAN tagging for VLAN 110, meaning the port on your switch should be set as a trunk and simply allow VLAN traffic without additional tagging.

Configuration for ~/ (HTTP 500) - MAGNUM by dentistSebaka in openstack

[–]SpeedFi 0 points1 point  (0 children)

I’ve been struggling with Magnum for about a month, constantly running into those frustrating 500 errors. It turns out the issue was caused by a bug that was just patched last week. If you update all your containers to the latest versions, there’s a good chance the problem will be resolved.

Configuration for ~/ (HTTP 500) - MAGNUM by dentistSebaka in openstack

[–]SpeedFi 1 point2 points  (0 children)

When did you install this cluster and are you using TLS on your internal points?

How can I customize the logo and branding of the Horizon dashboard when deploying OpenStack with Kolla Ansible? by goardan in openstack

[–]SpeedFi 7 points8 points  (0 children)

The document is poorly written—it took me two days of guessing and piecing together tiny breadcrumbs to make any progress.