This project is mirrored from https://opendev.org/openstack/magnum.git.
Pull mirroring updated .
- 26 Nov, 2021 2 commits
-
-
Zuul authored
-
Jake Yip authored
This fixes an issue with --registry-enabled that was previously fixed [1] but somehow dropped after a refactoring [2] [1] Change Ib93a7c0f761d047da3408703a5cf4208821acb33 [2] Change Ibbed59bc135969174a20e5243ff8464908801a23 Task: 41306 Story: 2008383 Change-Id: I76fedd34edec55f5a906a96672529ed15775f5da (cherry picked from commit 679a174a)
-
- 02 Nov, 2021 1 commit
-
-
Ian Wienand authored
OpenDev infra is going to remove these images from the mirrors. Directly reference the upstream images. Change-Id: Ie3c8dff0bad6db483b54086afed0402ef24b0b4b
-
- 17 Jun, 2021 1 commit
-
-
Adrien Cunin authored
Additionally for k8s_fedora_coreos_v1 driver: * Introduce hyperkube_prefix which defaults to k8s.gcr.io/ Story: 1668998 Task: 41791 Change-Id: I38b8df45a00f1a2a1604059b8329d1dd762e05cd (cherry picked from commit fc1f27a5)
-
- 12 Apr, 2021 2 commits
- 06 Apr, 2021 1 commit
-
-
Bharat Kunwar authored
This reverts commit 6696b057. Reason for revert: breaks URL to 1.2.8 release Change-Id: I81cf8cd6abac9e085ea3d861c4533142930c74e7
-
- 19 Mar, 2021 1 commit
-
-
Bharat Kunwar authored
Incorrectly formatted logging causes error. This PS fixes it. Story: 2008628 Task: 41833 Change-Id: Iac87a4a56187694d5f5b3454de380de6b6db48fa (cherry picked from commit 00f8aa5d)
-
- 18 Mar, 2021 1 commit
-
-
Feilong Wang authored
On mysql 8, Boolean fields create constraints which later make it impossible to alter the name of the column. See: https://github.com/sqlalchemy/alembic/issues/699 Per upstream alembic recommendation, do not create constraints explicitly. https://github.com/sqlalchemy/alembic/issues/699#issuecomment-760983057 story: 2008488 task: 41537 Signed-off-by:
Spyros Trigazis <spyridon.trigazis@cern.ch> (cherry picked from commit bcf771bc) Fix database migrations The pattern of adding a column and then reading a table with it no longer works in SQLAlchemy 1.3.20. This has been reported upstream [1]. [1] https://github.com/sqlalchemy/sqlalchemy/issues/5669 squashed with: I5fd1deeef9cf70794bc61c101e1d7d4379d4b96b (cherry picked from commit f5cf6b95) Change-Id: I51659c6e179d7e4e2cfc5be46348fac483d76e3b (cherry picked from commit 210984fa) Conflicts: magnum/db/sqlalchemy/alembic/versions/1d045384b966_add_insecure_baymodel_attr.py Change-Id: Iba6f68822e4c7219f21ab2da252802dc7c3ca933
-
- 04 Mar, 2021 1 commit
-
-
Spyridon Trigazis authored
Lower the log level of a warning for a missing output to debug. This log line appears repeatedly on successful cluster deletion, creation failure (for unrelated reasons) and nodegroup creation failure (again for unrelated reasons, eg timeout). This is triggered when having multiple magnum conductors all trying to query the status in heat. Additionally, this warning is not an indication of a malfunction in a cluster or a failure, so it is useful only for debugging. Finally, add the cluster id, cluster status and stack id to have more context. story: 2007636 task: 40062 Change-Id: Ie44b1d13899d77bd2a5d5b1e6107c384277788b9 Signed-off-by:
Spyros Trigazis <spyridon.trigazis@cern.ch> (cherry picked from commit 65ab2491)
-
- 03 Mar, 2021 3 commits
-
-
Erik Olof Gunnar Andersson authored
This patch changes the rpc server to re-use the transport in the same manner as the rpc client. Story: 2008494 Task: 41752 Change-Id: I93eecacbe45d19c4f73e9a974d60e642e87bbdf0 (cherry picked from commit 672b1195)
-
Zuul authored
-
Zuul authored
-
- 02 Mar, 2021 24 commits
-
-
Spyridon Trigazis authored
Use kubectl from the heat agent to apply the traefik deployment. Current behaviour was to create a systemd unit to send the manifests to the API. This way we will have only one way for applying manifests to the API. This change is triggered to adddress the kubectl change [0] that is not using 127.0.0.1:8080 as the default kubernetes API. [0] https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#kubectl story: 2005286 task: 39522 Change-Id: I8982bd4ec2ab69f35938970d604c16ac5e62e1fa Signed-off-by:
Spyros Trigazis <spyridon.trigazis@cern.ch> (cherry picked from commit 3e7924ff)
-
Bharat Kunwar authored
Without this, heat container agents using kubectl version 1.18.x (e.g. ussuri-dev) fail because they do not have the correct KUBECONFIG in the environment. Task: 39938 Story: 2007591 Change-Id: Ifc212478ae09c658adeb6ba4c8e8afc8943e3977 (cherry picked from commit 799563eb)
-
Feilong Wang authored
The default admission controller list of k8s is being updated in this patch by removing the SecurityContextDeny controller, which will fix the k8s dashboard and metrics/prometheus creating issue. Story: 2008426 Change-Id: I2cd53bc9c59a60b90f708b1434381f120ace8c49 (cherry picked from commit fade2451)
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- 17 Feb, 2021 1 commit
-
-
Erik Olof Gunnar Andersson authored
We are currently creating a new transport for each api call. This patch changes that so that each worker can re-use the same transport for multiple requests. Story: 2008494 Task: 41544 Change-Id: I11a24f035a9d66a536e5e58328084ee08f0c6285 (cherry picked from commit 987c9d80)
-
- 15 Feb, 2021 2 commits
-
-
Spyridon Trigazis authored
During the reshuffling of bash fragments, we missed sourcing bashrc which contains the location of kubeconfig. Fix addition of /srv/magnum/bin to PATH. story: 2007591 task: 39938 Change-Id: I238f7e2a1cbcb696a51880fb6ea75ea0a7ce6288 Signed-off-by:
Spyros Trigazis <spyridon.trigazis@cern.ch> (cherry picked from commit 2c93427d)
-
Bharat Kunwar authored
At present, insecure registry doesn't work as expected when Podman is used. This patch addresses the issue by fixing the ignition user data so that Podman is configured correctly. Then it ensures that --insecure-registry flag is provided to Docker in /etc/sysconfig/docker. Story: 2008479 Task: 41519 Change-Id: I2e1c86e0c88ab5b59185fd523e9c9696ce0f951e (cherry picked from commit 7bfd7519)
-