Skip to content

Commit 34f2311

Browse files
committed
feat: cdp last versions
1 parent 018c2a5 commit 34f2311

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

ansible-cdp-all-services-pvc-oc/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ clusters:
216216
SQL_STREAM_BUILDER:
217217
STREAMING_SQL_ENGINE:
218218
loadbalancer.url: "{{ groups.cloudera_manager | first | default(omit) }}"
219-
default.admin.password: "{{ default_password }}"
219+
ssb.default.admin.password: "{{ default_password }}"
220220
ssb-conf/application.properties_role_safety_valve: log.sqlio.restapi = true
221221
ssb.yarn.ui.proxy: "/gateway/cdp-proxy/yarnuiv2/proxy"
222222
ssb.mve.proxy: "/gateway/cdp-proxy-api/ssb-mve-api"

ansible-cdp-all-services-pvc/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ clusters:
221221
SQL_STREAM_BUILDER:
222222
STREAMING_SQL_ENGINE:
223223
loadbalancer.url: "{{ groups.cloudera_manager | first | default(omit) }}"
224-
default.admin.password: "{{ default_password }}"
224+
ssb.default.admin.password: "{{ default_password }}"
225225
ssb-conf/application.properties_role_safety_valve: log.sqlio.restapi = true
226226
ssb.yarn.ui.proxy: "/gateway/cdp-proxy/yarnuiv2/proxy"
227227
ssb.mve.proxy: "/gateway/cdp-proxy-api/ssb-mve-api"

ansible-cdp-all-services/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ clusters:
218218
SQL_STREAM_BUILDER:
219219
STREAMING_SQL_ENGINE:
220220
loadbalancer.url: "{{ groups.cloudera_manager | first | default(omit) }}"
221-
default.admin.password: "{{ default_password }}"
221+
ssb.default.admin.password: "{{ default_password }}"
222222
ssb-conf/application.properties_role_safety_valve: log.sqlio.restapi = true
223223
ssb.yarn.ui.proxy: "/gateway/cdp-proxy/yarnuiv2/proxy"
224224
ssb.mve.proxy: "/gateway/cdp-proxy-api/ssb-mve-api"

ansible-cdp-streaming-with-efm/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ clusters:
142142
SQL_STREAM_BUILDER:
143143
STREAMING_SQL_ENGINE:
144144
loadbalancer.url: "{{ groups.cloudera_manager | first | default(omit) }}"
145-
default.admin.password: "{{ default_password }}"
145+
ssb.default.admin.password: "{{ default_password }}"
146146
ssb-conf/application.properties_role_safety_valve: log.sqlio.restapi = true
147147
ssb.yarn.ui.proxy: "/gateway/cdp-proxy/yarnuiv2/proxy"
148148
ssb.mve.proxy: "/gateway/cdp-proxy-api/ssb-mve-api"

ansible-cdp-streaming/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ clusters:
142142
SQL_STREAM_BUILDER:
143143
STREAMING_SQL_ENGINE:
144144
loadbalancer.url: "{{ groups.cloudera_manager | first | default(omit) }}"
145-
default.admin.password: "{{ default_password }}"
145+
ssb.default.admin.password: "{{ default_password }}"
146146
ssb-conf/application.properties_role_safety_valve: log.sqlio.restapi = true
147147
ssb.yarn.ui.proxy: "/gateway/cdp-proxy/yarnuiv2/proxy"
148148
ssb.mve.proxy: "/gateway/cdp-proxy-api/ssb-mve-api"

playbooks/pvc_setup/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
when: setup_pvc_tools and not skip_pvc_prereqs
138138

139139
- name: Install k9s
140-
hosts: "{{ cloudera_manager_host }}"
140+
hosts: "{{ pvc_ecs_server_host }}"
141141
gather_facts: false
142142
roles:
143143
- role: tools/setup_k9s

setup-cluster.sh

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ export ENCRYPTION_ACTIVATED="false"
5757

5858
# Versions
5959
export JDK_VERSION="17"
60-
export CM_VERSION="7.11.3.14"
61-
export CDH_VERSION="7.1.9.1010"
62-
export CSA_VERSION="1.12.0.0"
63-
export CFM_VERSION="2.1.7.0"
60+
export CM_VERSION="7.11.3.26"
61+
export CDH_VERSION="7.1.9.1015"
62+
export CSA_VERSION="1.13.2.0"
63+
export CFM_VERSION="2.1.7.1000"
6464
export CEM_VERSION="2.2.0.0"
65-
export SPARK3_VERSION="3.3.7190.0"
66-
export OBSERVABILITY_VERSION="3.5.3"
67-
export PVC_VERSION="1.5.4-h2"
65+
export SPARK3_VERSION="3.3.7191000.3"
66+
export OBSERVABILITY_VERSION="3.5.3-h1"
67+
export PVC_VERSION="1.5.4-h4"
68+
6869
export AMBARI_VERSION="2.7.5.0"
6970
export HDP_VERSION="3.1.5.6091"
7071
export HDF_VERSION="3.5.2.0"

0 commit comments

Comments
 (0)