Add support for using distribution packages for OpenStack services
Add new 'aio_distro_basekit' jobs to test the minimal basekit deployment using distribution packages for the OpenStack services. We can skip all repo-* related playbooks and roles since we are not building pip packages for OpenStack services anymore. Finally, we can populate the utility container using the distribution packages for the OpenStack client instead of using the wheel packages. Change-Id: Ia8c394123b5588fff8c4acbe1532ed5a6dc7e8ec Depends-On: https://review.openstack.org/#/c/583161/ Depends-On: https://review.openstack.org/#/c/567530/ Depends-On: https://review.openstack.org/#/c/580455/ Implements: blueprint openstack-distribution-packages
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
- name: Configure keystone for radosgw
|
||||
hosts: utility_all
|
||||
user: root
|
||||
vars_files:
|
||||
- "defaults/{{ install_method }}_install.yml"
|
||||
tasks:
|
||||
- name: Ensure RGW service
|
||||
keystone:
|
||||
|
||||
Reference in New Issue
Block a user