Skip to content

Commit 6f3f4ec

Browse files
authored
Revert "Update to parcels url and cm version (#55)" (#56)
This reverts commit 3a0f086. The PR will be opened against a hot fix branch instead in order to merge into both `main` and `devel`. Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 3a0f086 commit 6f3f4ec

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

roles/cloudera_deploy/defaults/basic_cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
cloudera_manager_version: 7.4.4
17+
cloudera_manager_version: 7.1.4
1818

1919
clusters:
2020
- name: Basic Cluster
2121
services: [HDFS, YARN, ZOOKEEPER]
2222
repositories:
23-
- https://archive.cloudera.com/cdh7/7.1.7.0/parcels/
23+
- https://archive.cloudera.com/cdh7/7.1.4.0/parcels/
2424
configs:
2525
HDFS:
2626
DATANODE:

roles/cloudera_deploy/tasks/populate_download_mirror.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,7 @@
8181
- name: Prepare host for s3 actions
8282
become: yes
8383
ansible.builtin.pip:
84-
name: "{{ __pip_item }}"
85-
loop_control:
86-
loop_var: __pip_item
87-
loop:
88-
- futures
89-
- boto3 >= 1.4.4
84+
name: boto3 >= 1.4.4
9085

9186
- name: Sync downloaded Files paths to S3 cache bucket
9287
become: yes

0 commit comments

Comments
 (0)