jetpack
jetpack copied to clipboard
Automated deployment of OpenStack in Red Hat's Labs
This commit adds support for TLS-Everywhere to Jetpack. It has been tested on OSP 17.
Enables support for manila with nfsganesha for OSP17. Also corrects tenant network mapping in network-env file. It was earlier pointing to br-isolated birdge whereas tenant network in the nic config...
define network interfaces for r750 nodes and include them in deployment type.
Enable manila
OSP 16/Train with ML2/OVN has DVR enabled by default. https://github.com/openstack/tripleo-heat-templates/blob/stable/train/deployment/neutron/neutron-plugin-ml2-ovn.yaml#L183 Jetpack should also have this change.
The Jetpack environment template file (`group_var/all.yaml`) should be optimized with the below steps to standardize the Jetpack user environment file for DVR or NON-DVR-based deployment. 1. ` all.yaml ` should...
There are multiple out-of-date all.yml files in https://github.com/redhat-performance/jetpack/tree/master/ci. As maintaining them in the future might be hard, we should consider deprecating them.
With this PR, ocp_on_osp.yml can be used for installing single and multiple openshift clusters. Restructured code in such a way that, it will be easier to integrate it with browbeat...
While deploying OSP 17 with ceph enabled with composable roles, using `1029utnrt` as `ceph_machine_type` causes the following error. ``` TASK [set fact ceph machine type] **************************************************************************************************************** task path: /home/sanjay/jetpack/composable_prepare_nic_configs.yml:238 Tuesday...
ovs bridges are only required for tenant network or provider network. If the external api network is also used for instance floating-ip or provider network then that would also need...