-
Please include the dpdk* package to be removed from the overcloud image.
-
We have recently got an RFE in #packit for RPM builds in Copr. The suggestion was to highlight errors so the user can easily spot what went wrong and correct it. This would greatly improve user experi…
-
In the current method of building up images, we pre-install all of the packages we might need in the base image, then feed this image to DIB to do the overcloud image builds, and finally modify the in…
trown updated
8 years ago
-
Hello,
Could you provide an update of the install guide for an OSP13 environnement.
should we make the install in the hypervisor or the libvirt container or both.
thanks.
-
This past deploy we had one ceph node end up not cleaned. We need to make sure cleaning runs absolutely against ceph nodes but other nodes with multiple disks as well. We can start this task by exam…
-
Hi, Contrail team,
Working on an OSP13 + Contrail 5.0.2 update. There's some issues with the dev_nodes MD file here:
https://github.com/Juniper/contrail-tripleo-heat-templates/blob/stable/queen…
-
Originally this problem was reported by one of OpenStack operators : when he used TripleO to tune API policies for one of the services, he ended up having valid JSON file, which looked invalid from op…
-
`apb-base` assumes the APB will talk to either OpenShift or Kubernetes. It should not attempt to login to the cluster.
Ideally, there should be 2 base APB. The first one is the actual base with the…
-
At the moment, the services are running the (very) inefficient version of their eventlet API endpoint.
We should flip over to uWSGI (or something using `mod_wsgi`) in order to be able to have a pro…
-
##### SUMMARY
- any_errors_true always runs as "true" when trying to use a variable (any_errors_true: "{{ foo }}")
- String under setting fails as well (any_errors_fatal: "False")
- Works…