Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

RENCI VM Lab notes

Mike Conway edited this page Feb 24, 2016 · 1 revision

dfc-test-vmlab1.edc.renci.org 172.25.8.96

  • Ansible head node
  • CAS
  • DE frontend

dfc-test-vmlab2.edc.renci.org 172.25.8.97

  • DE backend services

dfc-test-vmlab3.edc.renci.org 172.25.8.98

  • Postgres databases
  • Grouper

dfc-test-vmlab4.edc.renci.org 172.25.8.99

  • Condor submission (?)
  • Elastic search

dfc-test-vmlab5.edc.renci.org 172.25.8.135

  • Condor services
  • AMQP
  • Postgres jex
  • Postgres notifications

For hosts entries

172.25.8.96 dfc-test-vmlab1.edc.renci.org 
172.25.8.97 dfc-test-vmlab2.edc.renci.org 
172.25.8.98 dfc-test-vmlab3.edc.renci.org
172.25.8.99 dfc-test-vmlab4.edc.renci.org 
172.25.8.135 dfc-test-vmlab5.edc.renci.org

Install notes

  • ran bootstrap - mc
  • ran provision-services-host - mc
  • ran provision-java - mc
  • ran timezone - mc
  • installed condor (yum install condor) manuall on vm5
  • verify-PRE-DEPLOY run - mc (commented out verify-iptables to account for rules don added)

needed manual step for proxy settings for data container. For Centos7

  • /usr/lib/systemd/service
  • edit docker.service
[Service]
Environment="HTTP_PROXY=http://gateway.ad.renci.org:8080/" "HTTPS_PROXY=http://gateway.ad.renci.org:8080/"
ExecStart=/usr/bin/docker -d -H fd://


then > systemctl daemon-reload

then > systemctl restart docker