Skip to content

Commit

Permalink
initial cdp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grierdavid committed Feb 17, 2020
1 parent 484fb19 commit bd968c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions playbooks/group_vars/cloudera
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ adminnode: 'cm_node'
#templates
#analytic-database.yaml.j2 basic.yaml.j2 cluster-ha.yaml.j2 data-engineering.yaml.j2 enterprise-datahub.yaml.j2 operational-database.yaml.j2

scm_repo_url: "http://23.253.245.225/cloudera-repos/cm7/"
scm_repo_gpgkey: "http://23.253.245.225/cloudera-repos/cm7/RPM-GPG-KEY-cloudera"
scm_repo_url: "http://.../cloudera-repos/cm7/"
scm_repo_gpgkey: "http://.../cloudera-repos/cm7/RPM-GPG-KEY-cloudera"

scm_repo_user: ""
scm_repo_pass: ""

parcel_repo_url: "http://23.253.245.225/cloudera-repos/p/cdh7/7.0.3.0/parcels/"
parcel_repo_url: "http://.../cloudera-repos/p/cdh7/7.0.3.0/parcels/"
cdh_parcel: "CDH-7.0.3-1.cdh7.0.3.p0.1635019-el7.parcel"
cdh_parcel_sha: "CDH-7.0.3-1.cdh7.0.3.p0.1635019-el7.parcel.sha"

pdgd_repo_rpm_url: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/"
pdgd_repo_rpm: "pgdg-redhat-repo-latest.noarch.rpm"

admin_password: 'admin'
services_pass: 'justtesting'
services_pass: 'testing'
alerts_contact: '[email protected]'
data_disks_filesystem: xfs
configure_firewall: true
Expand Down
4 changes: 2 additions & 2 deletions playbooks/group_vars/postgres_vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services_pass: 'justtesting'
tough_pass: 'N0Gu3ssing!'
services_pass: 'testing'
tough_pass: 'complexpass'
amon_pass: "{{ services_pass }}"
rman_pass: "{{ services_pass }}"
sentry_pass: "{{ services_pass }}"
Expand Down

0 comments on commit bd968c9

Please sign in to comment.