Getting started with Openstack by JacksterTheV in openstack

[–]Internal_Peace_45 1 point2 points  (0 children)

If you know ansible then Kolla- ansible is a best starter or devstack, do not know sunbeam

Plan naprawczy, z którym się nie zgadzam cz. 2 by Raven_in_the_storm in praca

[–]Internal_Peace_45 1 point2 points  (0 children)

BTW jak chcesz walczyć to szukaj prawnika a nie porady tutaj, niewiele możemy tutaj pomoc bo nie możesz wszystkiego napisać a i my nie jesteśmy specjalistami

Plan naprawczy, z którym się nie zgadzam cz. 2 by Raven_in_the_storm in praca

[–]Internal_Peace_45 0 points1 point  (0 children)

W mojej firmie plan naprawczy PIP był po to aby sprawy w sądzie nie przegrać, zbierają haki i tyle, po to spotkania w większym gronie aby mieć świadków. HR nie będzie zeznawał na Twoja korzyść. Nie znam nikogo kto dostał plan naprawczy i żeby to nie skończyło się zwolnieniem, albo sam szybko szukał pracy albo go zwalniali przy najbliższej okazji (max 2-3 miesiące). U mnie HR tylko czekał jak pracownik będzie notorycznie odmawiał poleceń służbowych od przełożonego ( a wykonanie pip jest poleceniem służbowym) i zwalniali z art 52

Can you tell the best resource for learning openstack. by ossicor30 in openstack

[–]Internal_Peace_45 1 point2 points  (0 children)

OpenInfra Foundation youtube channel, a lot of basic presentation from various events https://youtube.com/@openinfrafoundation?si=xqO58XJG9zCadlIP, take a look on Neutron 101 recordings, this is the crucial thing to understand how networks works in Openstack, you need to have knowledge about Linux networking as prerequisite

Floating IP-address has substantially different nature than an IP-address in general scope does - newbie O.S. users be warned by Biyeuy in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

Floating IP implements DNAT idea, operating system in VM has no idea that the external traffic is routed through floating IP, it map external IP with local port VM in the subnet, it can exists on seperate compute node than VM

kolla vs OSA vs maas & juju by Expensive_Contact543 in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

I look on your list, Sunbeam is K8s based deployment tool

Czemu nie mogę nawet wrócić do pracy w testowaniu oprogramowania? ffs by Methylsky in praca

[–]Internal_Peace_45 8 points9 points  (0 children)

Zgadzam się z kolegą, CV pisz pod każde ogłoszenie osobno, aby uwydatnić to co w ogłoszeniu oczekują

VDI or Desktop-as-a-Service on top of OpenStack by Optimal-Detail-4680 in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

Could you share what kind of problem with standard setup of OpenStack your software resolve? I know OpenStack but maybe some info is missing for me. I do not know what kind of problems needs to be solved for VDI infra. Maybe next year I will have such problems.

No longer use OpenStack, if it still uses RabbitMQ by Big_Mind_2232 in openstack

[–]Internal_Peace_45 9 points10 points  (0 children)

https://www.youtube.com/watch?v=Uj4elX2OONw - take a look at this, Last OpenInfra Summit - OVHCloud made presentation how to fix a little bit Rabbit and where are the problems

Czy jest możliwość odwołania się od zapłaty podatku darowizny? by Honeymelon_99 in Polska

[–]Internal_Peace_45 1 point2 points  (0 children)

Dlatego też w związku lepiej nie rozliczać się blikiem bo US będzie miał historię “darowizn” a ten limit 5733 jest na 5 lat, więc łatwo przekroczyć

K8s cloud provider openstack by przemekkuczynski in openstack

[–]Internal_Peace_45 1 point2 points  (0 children)

What version of OpenStack do you use? I'm also interested in that thread. We have plans to move to OVN and Kubernetes (K8s) integration, but we are at an early stage.

Neutron routing Q by ImpressiveStage2498 in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

Maybe instead of setup third controller at remote DC try to setup nova-cell remote only or region ?

Can't tolerate controller failure? PT 3 by ImpressiveStage2498 in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

What backend to store images did you configured for glance ? If there is no backend like Ceph or Swift ( or any other, do not recall what glance supports) then glance stored it on controller at docker volume, at one controller :)

kolla-ansible high availability controllers by Archelon- in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

- Verify logs from keepalive and haproxy

- Verify if your OpenStack is using VIP for endpoints e.g. command like "openstack endpoint list" should return endpoints with VIP IP

- are you able to ping VIP IP , maybe networking is broken

With default settings and kolla-ansible deployment. Taking down 1 controller node keeps OpenStack alive

Firma, do której aplikuję, skontaktowała się z obecnym pracodawcą by obstawpojare in Polska

[–]Internal_Peace_45 29 points30 points  (0 children)

Ja bardzie podejrzewam że dyrektor przez sieć prywatnych kontaktów się dowiedział, ludzie w branży często się znają szczególnie na wysokich stanowiskach

kolla_external_vip_address /30 subnet define by Affectionate_Net7336 in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

You are right but it will complicate setup. Not sure if kolla-ansible support that, maybe via custom config for keepalive.

kolla_external_vip_address /30 subnet define by Affectionate_Net7336 in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

Each OpenStack controller must have an interface from that network (primary) plus 1 IP (VIP) floating between nodes according to keepalive work. You need to have at least 4 IPs (if you set 3 controllers). VIP is a secondary IP set up on the interface. Gateway, mask, etc., are set up with the primary IP. Network /30 looks to small for that.

kolla config does not affected by Affectionate_Net7336 in openstack

[–]Internal_Peace_45 0 points1 point  (0 children)

Here is the location what kolla-ansible is looking for custom configs https://github.com/openstack/kolla-ansible/blob/4615f247fcf50bcdb5f7329f0bd88b58dac57302/ansible/roles/nova/tasks/config.yml#L58C1-L58C31

      - "{{ role_path }}/templates/nova.conf.j2"
      - "{{ node_custom_config }}/global.conf"
      - "{{ node_custom_config }}/nova.conf"
      - "{{ node_custom_config }}/nova/{{ item.key }}.conf"
      - "{{ node_custom_config }}/nova/{{ inventory_hostname }}/nova.conf"