-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README, new secure TravisCI token, analyze env
- Loading branch information
1 parent
2926a40
commit 49d3be9
Showing
6 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
--- | ||
# The following are used in certain Puppet manifests, but never in app environments | ||
spark-slave::master_address: service-misc-experiments-1 | ||
cassandra::cluster_name: JourneyMonitorProd | ||
cassandra::seed_nodes: 10.31.32.82,10.31.32.83,10.31.32.84 | ||
app-analyze::cassandra_address: 10.31.32.82 | ||
app-analyze::cassandra_cqlsh_host: &cassandra_cqlsh_host 10.31.32.82 | ||
app-monitor::api:allowed_ips: | ||
- 80.69.33.177 # net-lab experiments systems come from this address | ||
|
||
# The following are used in app environments (see env-mgmt module), but never in Puppet manifests | ||
env::cassandra:cqlsh_host: *cassandra_cqlsh_host | ||
env::cassandra:uri:analyze_keyspace: cassandra://10.31.32.82:9042/analyze?host=10.31.32.83&host=10.31.32.84 | ||
env::cassandra:uri:test_keyspace: cassandra://10.31.32.82:9042/analyze?host=10.31.32.83&host=10.31.32.84 | ||
env::endpoint:monitor_api: http://journeymonitor.com:8081/ | ||
|
||
app-monitor::api:allowed_ips: | ||
- 80.69.33.177 # net-lab experiments systems come from this address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters