Skip to content

Commit f677753

Browse files
committed
Adjust kolla-ansible repo version for NCSA prod version match.
1 parent e97bf26 commit f677753

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifests/init.pp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@
6464
$ka_version = "14.11.0"
6565
# Install Kolla-Ansible
6666
python::pip { 'kolla-ansible':
67-
ensure => $ka_version,
67+
ensure => 'present',
68+
url => 'git+https://opendev.org/openstack/kolla-ansible@unmaintained/yoga',
69+
#ensure => $ka_version,
6870
#url => 'git+https://opendev.org/openstack/kolla-ansible@master',
69-
url => 'git+https://opendev.org/openstack/kolla-ansible',
71+
#url => 'git+https://opendev.org/openstack/kolla-ansible',
7072
virtualenv => $kolla_venv,
7173
}
7274

0 commit comments

Comments
 (0)