Giter VIP home page Giter VIP logo

neutron-operator's People

Contributors

abays avatar amolkahat avatar booxter avatar brfrenkel avatar bshephar avatar bshewale avatar cescgina avatar dependabot[bot] avatar dprince avatar elvgarrui avatar fao89 avatar fmount avatar gibizer avatar kajinamit avatar karelyatin avatar lewisdenny avatar luis5tb avatar mpryc avatar mrkisaolamb avatar openshift-ci[bot] avatar openshift-merge-bot[bot] avatar openshift-merge-robot avatar pinikomarov avatar rabi avatar raukadah avatar sandeepyadav93 avatar seanmooney avatar slawqo avatar stuggi avatar yazug avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neutron-operator's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>openstack-k8s-operators/renovate-config)

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • fix(deps): update openstack-k8s-operators (github.com/openstack-k8s-operators/infra-operator/apis, github.com/openstack-k8s-operators/keystone-operator/api, github.com/openstack-k8s-operators/lib-common/modules/common, github.com/openstack-k8s-operators/lib-common/modules/openstack, github.com/openstack-k8s-operators/lib-common/modules/storage, github.com/openstack-k8s-operators/lib-common/modules/test, github.com/openstack-k8s-operators/mariadb-operator/api, github.com/openstack-k8s-operators/ovn-operator/api)
  • fix(deps): update k8s.io to v0.28.13 (k8s.io/api, k8s.io/apiextensions-apiserver, k8s.io/apimachinery, k8s.io/client-go, k8s.io/component-base)

Detected dependencies

gomod
api/go.mod
  • github.com/openstack-k8s-operators/lib-common/modules/common v0.4.1-0.20240808095747-579da98fa7a6@579da98fa7a6
  • github.com/openstack-k8s-operators/lib-common/modules/storage v0.4.1-0.20240808095747-579da98fa7a6@579da98fa7a6
  • k8s.io/api v0.28.12
  • k8s.io/apimachinery v0.28.12
  • sigs.k8s.io/controller-runtime v0.16.6
  • github.com/go-logr/logr v1.4.2
  • github.com/onsi/ginkgo/v2 v2.20.0
  • k8s.io/apiextensions-apiserver v0.28.12
  • k8s.io/client-go v0.28.12
  • k8s.io/component-base v0.28.12
  • k8s.io/klog/v2 v2.120.1
  • k8s.io/utils v0.0.0-20240711033017-18e509b52bc8@18e509b52bc8
go.mod
  • github.com/go-logr/logr v1.4.2
  • github.com/google/uuid v1.6.0
  • github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.4.0
  • github.com/onsi/ginkgo/v2 v2.20.0
  • github.com/onsi/gomega v1.34.1
  • github.com/openstack-k8s-operators/infra-operator/apis v0.4.1-0.20240806064941-b443f719b8b7@b443f719b8b7
  • github.com/openstack-k8s-operators/keystone-operator/api v0.4.1-0.20240809131440-c4a56ef067c0@c4a56ef067c0
  • github.com/openstack-k8s-operators/lib-common/modules/common v0.4.1-0.20240808095747-579da98fa7a6@579da98fa7a6
  • github.com/openstack-k8s-operators/lib-common/modules/storage v0.4.1-0.20240808095747-579da98fa7a6@579da98fa7a6
  • github.com/openstack-k8s-operators/lib-common/modules/test v0.4.1-0.20240808095747-579da98fa7a6@579da98fa7a6
  • github.com/openstack-k8s-operators/mariadb-operator/api v0.4.1-0.20240806091527-f02e6eab246b@f02e6eab246b
  • github.com/openstack-k8s-operators/ovn-operator/api v0.4.1-0.20240808071815-7b6c3c9f48bb@7b6c3c9f48bb
  • go.uber.org/zap v1.27.0
  • k8s.io/api v0.28.12
  • k8s.io/apimachinery v0.28.12
  • k8s.io/client-go v0.28.12
  • k8s.io/utils v0.0.0-20240711033017-18e509b52bc8@18e509b52bc8
  • sigs.k8s.io/controller-runtime v0.16.6
  • github.com/openstack-k8s-operators/lib-common/modules/openstack v0.4.1-0.20240808095747-579da98fa7a6@579da98fa7a6
  • k8s.io/apiextensions-apiserver v0.28.12
  • k8s.io/component-base v0.28.12
  • k8s.io/klog/v2 v2.120.1

set default api/rpc worker count to a resonable value.

neutron by default tries to calulate a "reasonable" number of API and rpc workers per neutron server.

in its estimation assuming each API worker uses 2G of ram it belive using enough workers to consume up to have the entire systems ram is a reasonable default.

when you are not using dedicated network nodes it is not.
we should primarily use the replicas in the CR for scaling not the worker counts.
since the logic in neutron is to have 1 rpc worker for every 2 API workers by default

we should limit the server to 2 API workers and 1 rpc worker by default.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.