Skip to content

Commit

Permalink
Update cluster-manager to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
glukhman committed Aug 15, 2023
1 parent 88782b2 commit a0476a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cosmo_tester/config_schemas/cfy_cluster_manager.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
namespace: cfy_cluster_manager
rpm_path:
description: The cfy_cluster_manager RPM path to install.
default: 'https://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.4/ga-release/cloudify-cluster-manager-1.1.4-ga.el7.x86_64.rpm'
default: 'https://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.6/ga-release/cloudify-cluster-manager-1.1.6-ga.el7.x86_64.rpm'

1 change: 0 additions & 1 deletion cosmo_tester/test_suites/cluster/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,4 +877,3 @@ def _remove_cluster(node):
# yum clean all doesn't clean all, so let's be more forceful
node.log_action('Cleaning yum cache')
node.run_command('sudo rm -rf /var/cache/yum')

0 comments on commit a0476a3

Please sign in to comment.