From b1e4629ae3e86c59503ac29a781a62a8e75c14f2 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Fri, 27 Oct 2017 17:29:39 +0200 Subject: Remove the openstack custom-actions for now They're duplicating a lot of functionality that's already in openshift-ansible and they're not actually used from the provisioning playbooks. We'll revisit them later. --- playbooks/openstack/custom-actions/add-rhn-pools.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 playbooks/openstack/custom-actions/add-rhn-pools.yml (limited to 'playbooks/openstack/custom-actions/add-rhn-pools.yml') diff --git a/playbooks/openstack/custom-actions/add-rhn-pools.yml b/playbooks/openstack/custom-actions/add-rhn-pools.yml deleted file mode 100644 index d17c1e335..000000000 --- a/playbooks/openstack/custom-actions/add-rhn-pools.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: cluster_hosts - vars: - rhn_pools: [] - tasks: - - name: Attach additional RHN pools - become: true - with_items: "{{ rhn_pools }}" - command: "/usr/bin/subscription-manager attach --pool={{ item }}" - register: attach_rhn_pools_result - until: attach_rhn_pools_result.rc == 0 - retries: 10 - delay: 1 -- cgit v1.2.3