We now use the latest version of the splitup.sh script that now pushes
branches and tags from ceph-ansible to ansible-ceph-* repositories.
Signed-off-by: Sébastien Han <seb@redhat.com>
#!/bin/bash
-# the following method exists in scripts/build_utils.sh
-pkgs=( "ansible" )
-install_python_packages "pkgs[@]"
-
-cd "$WORKSPACE"/ceph-ansible
# propagates the change in the necessary Ansible Galaxy repos.
# i.e. https://github.com/ceph/ansible-ceph-common
-$VENV/ansible-playbook -i dummy-ansible-hosts contrib/splitup.yml --tags update
+bash "$WORKSPACE"/contrib/push-roles-to-ansible-galaxy.sh