This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
forked from cyverse-archive/DE
-
Notifications
You must be signed in to change notification settings - Fork 2
RENCI VM Lab notes
Mike Conway edited this page Feb 24, 2016
·
1 revision
- Ansible head node
- CAS
- DE frontend
- DE backend services
- Postgres databases
- Grouper
- Condor submission (?)
- Elastic search
- Condor services
- AMQP
- Postgres jex
- Postgres notifications
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
- 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