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

Commit

Permalink
#14 name odum gen scripts odum
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 7, 2016
1 parent 232dd3d commit c76d140
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/build_config_images_odum.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

docker build -t docker.irss.unc.edu/config_happygoat -f DockerfileConfigs .
docker push docker.irss.unc.edu/config_happygoat
10 changes: 10 additions & 0 deletions ansible/generate_configs_odum.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh -e

SERVICES="anon-files apps clockwork condor-log-monitor data-info dewey exim-sender infosquito info-typer iplant-email iplant-groups jexevents jex kifshare metadata monkey notificationagent saved-searches terrain tree-urls user-preferences user-sessions"
ANSIBLE_HOME=/home/hamilton/DE/ansible
INVENTORY=/home/hamilton/inventories/odum-test
GROUPVARS=/home/hamilton/group_vars/odum

for SERVICE in $SERVICES; do
ansible-playbook $ANSIBLE_HOME/local-service-config.yaml -i $INVENTORY -e @$GROUPVARS --extra-vars="service=$SERVICE"
done

0 comments on commit c76d140

Please sign in to comment.