Skip to content

Commit a8e2e94

Browse files
committed
Merge pull request #207 from CodeNow/better-staging
SAN-2992; Added alpha-stage-data
2 parents 8b7c1bd + 5bb5960 commit a8e2e94

4 files changed

Lines changed: 34 additions & 25 deletions

File tree

ansible/stage-hosts

Lines changed: 0 additions & 25 deletions
This file was deleted.

ansible/stage-hosts/hosts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[hipache]
2+
alpha-stage-userland-hipache domain=runnable2.net httpsCheckForBackend80=true prependIncomingPort=true subDomainDepth=3
3+
4+
[targets]
5+
localhost ansible_connection=local bastion_name=alpha-bastion
6+
7+
[redis]
8+
alpha-stage-data
9+
10+
[rabbitmq]
11+
alpha-stage-data
12+
13+
[docks]
14+
10.0.1.120
15+
10.0.1.109
16+
17+
[stage:children]
18+
hipache
19+
docks
20+
redis
21+
rabbitmq
22+
docks

ansible/stage-hosts/variables

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
[stage:vars]
3+
ansible_ssh_private_key_file=~/.ssh/Test-runnable.pem
4+
domain=runnable3.net
5+
node_env=stage
6+
rabbit_username=5WE5wsEQmfw9sLsppJ4CEq9Auea8mPC4kgVt3xYqKxbYHPfP
7+
rabbit_password=h7n972sPLs5tWGCWe6QPSCnaxDWjvnpEFEA9c9mBqauH3f22
8+
registry_host=10.0.1.254

ssh/config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Host alpha-stage-runnable
105105
Host alpha-stage-dock-test
106106
ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.213 22
107107

108+
Host alpha-stage-data
109+
ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.134 22
110+
111+
108112
################################################################################
109113
# oregon
110114
################################################################################

0 commit comments

Comments
 (0)