Update rpm spec and pbr setup configs (#2170)
* Update rpm spec and pbr setup configs * Rename package to kubespray * Do not break Fedora's FHS and install to /usr/share instead * Remove the vendor tag * Update source0 for better artifacts' names * Fix missing files build errors * Make version/release to auto match from git and fit PEP 440 Co-authored-by: Matthias Runge <mrunge@redhat.com> Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru> * Add package paths to roles search in ansible conf Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru> * Poke jinja2 requirements in rpm spec file Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
This commit is contained in:
@ -10,5 +10,5 @@ fact_caching_connection = /tmp
|
||||
stdout_callback = skippy
|
||||
library = ./library
|
||||
callback_whitelist = profile_tasks
|
||||
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles
|
||||
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
|
||||
deprecation_warnings=False
|
||||
|
Reference in New Issue
Block a user