Steven Kim
29bcca885a
Fixes build_google_tarball to specify project when deleting snapshot ( #1337 )
2016-12-14 11:14:27 -05:00
Richard Guthrie
450092bfd1
Adding Azure keyvault config to spinnaker-local ( #1336 )
2016-12-13 07:31:12 -05:00
Lars Wander
5c8c83a78d
(consul) bootstrap script for starting consul ( #1326 )
...
This works by either joining the current MIG, or joining a metadata-provided
list of known consul members
2016-12-12 18:41:37 -05:00
Richard Guthrie
1d235b78a1
Adding Azure bake config to default spinnaker local ( #1332 )
2016-12-11 18:47:19 -05:00
Matt Duftler
6f77e9b8b8
GCE disable and destroy stages need regions not zones. ( #1330 )
2016-12-10 18:00:29 -05:00
Matt Duftler
c33ea21095
Specify v2 execution engine for all test pipelines. ( #1328 )
2016-12-10 16:46:53 -05:00
Matt Duftler
982312208b
(front50) Increase size of DefaultNotificationDAO and DefaultPipelineDAO threadpools. ( #1325 )
2016-12-06 14:34:03 -08:00
Sergey
338a6dd2f5
Suppress output from apache check and tolerate apt-get update failure in InstallSpinnaker.sh
2016-12-02 22:40:19 -05:00
Eric Wiseblatt
b0c34c4f1e
Dont assume metric monitor tool is running on GCE ( #1324 )
...
Other small tweaks.
2016-12-01 15:44:15 -05:00
Eric Wiseblatt
fcc40b80d5
Refactored metric tool for multiple mechanisms to make more sense. ( #1318 )
...
I renamed a couple modules that github doesnt seem to track.
metric_collector_handlers.py -> spectator_handlers.py
metric_collector.py -> spinnaker_metric_tool.py
I pulled out the HTTP and Monitor server into server_handlers.py
I changed the CommandHandler to distinguish between web and commandline.
I use argparse subcommands and have each primary module inject its commands
(the main tool asks each module for its commands).
Added datadog integration as another alternative, requirements.txt
to facilitate setup, and a bash script for execution because of the
complex pythonpath.
2016-11-30 13:31:29 -05:00
Travis Tomsu
26586b60c1
Merge pull request #1321 from ttomsu/google-kube-ha-fiat
...
Adds Fiat service to Kubernetes HA config
2016-11-30 12:19:56 -05:00
Travis Tomsu
4e1b470c4b
Changes various /env readinessProbes to /health, because some services refuse to serve traffic (due to /env becoming restricted with Fiat & Spring Security enabled)
2016-11-30 10:24:01 -05:00
Travis Tomsu
907e4eda95
Adds Fiat service in RO and Mutate operational modes.
2016-11-30 10:16:12 -05:00
Travis Tomsu
b2f68797ce
Makes component scripts executable.
2016-11-30 09:56:54 -05:00
Eric Wiseblatt
291af95e12
Dont package tests into release. ( #1316 )
2016-11-22 14:21:53 -05:00
Eric Wiseblatt
897efe5075
Merge pull request #1308 from ewiseblatt/stackdriver
...
Added stackdriver monitoring service
2016-11-18 14:38:23 -05:00
Eric Wiseblatt
f264bd2a3e
Added stackdriver collector to metric collector as a different deployment option.
2016-11-17 23:46:47 +00:00
Ricky Pai
45d429720a
remove `.svc.cluster.local` ( #1303 )
...
`cluster.local` is cluster specific, and `*.spinnaker` should be sufficient
2016-11-15 16:44:29 -05:00
Ricky Pai
6ebdeed617
just generate secret from whole directory since all config files are needed. ( #1305 )
2016-11-15 13:51:17 -05:00
Ricky Pai
4db703415c
chmod +x on all scripts ( #1302 )
2016-11-15 09:14:08 -05:00
Ricky Pai
6cacabaf4c
remove whitespaces in README ( #1301 )
2016-11-15 09:14:00 -05:00
Eric Wiseblatt
69a129bc7f
Merge pull request #1300 from ewiseblatt/refactor_command_processor
...
Cleanup command processing.
2016-11-14 16:02:15 -05:00
Eric Wiseblatt
2f205aa754
Cleanup command processing.
2016-11-14 19:34:47 +00:00
Eric Wiseblatt
943da09edb
Merge pull request #1298 from ewiseblatt/monitor
...
Added control loop and helper functions for monitoring metrics.
2016-11-14 14:06:42 -05:00
Eric Wiseblatt
898cfb949d
List dependency of libffi-dev ( #1299 )
...
@ewiseblatt PTAL
2016-11-14 12:09:02 -05:00
Lars Wander
aeda2d8280
List dependency of libffi-dev
...
@ewiseblatt PTAL
2016-11-14 10:51:58 -05:00
Eric Wiseblatt
fb2ad5fbba
Added control loop and helper functions for monitoring metrics.
2016-11-12 02:53:42 +00:00
Eric Wiseblatt
1a0dc6c3ce
refactored metric collector tool. ( #1297 )
2016-11-11 21:14:07 -05:00
Eric Wiseblatt
b12b26a192
Tweak developer install to turn off cassandra. ( #1293 )
2016-11-11 21:13:10 -05:00
Cameron Fieber
9dcb0d2d73
rotated credentials
2016-11-09 11:46:39 -08:00
John Shimek
bf032fd313
(Openstack) Adding default config for user data files. ( #1290 )
...
Default being, not set, but clouddriver.yml will read it from
spinnaker.yml if set.
2016-11-04 17:31:49 -04:00
John Shimek
6efdead76a
Linking Rosco to Orca and Gate in docker compose env. ( #1249 )
2016-11-04 16:12:01 -04:00
Philip Lombardi
9922ba57ca
Fix IAM policy for Spinnaker on GCE. ( #1288 )
...
Spinnaker needs access to the `storage.admin` IAM role (GCS) rather than `compute.storageAdmin` role (Compute Engine Disks)
2016-11-03 12:13:43 -04:00
Eric Wiseblatt
772e6f25b0
Get bindings from scenario, not runner. ( #1285 )
2016-11-03 10:07:34 -04:00
Eric Wiseblatt
da36a1a972
Added stackdriver hint ( #1286 )
2016-11-03 10:07:10 -04:00
Lars Wander
729bc4e29c
(google) codelab should not update spinnaker subsystems ( #1281 )
2016-11-02 10:40:24 -04:00
Matt Duftler
ff0a6dda47
Disable cassandra by default for echo. ( #1280 )
2016-11-01 14:56:23 -04:00
Daniel Peach
6415f1d320
Merge pull request #1278 from danielpeach/google-bump-bootstrap-dev-node-version
...
(google) bump node version for bootstrap_dev
2016-11-01 10:18:46 -04:00
Daniel Peach
a8ea6fd580
(google) bump node version for bootstrap_dev
2016-11-01 09:48:04 -04:00
Lars Wander
083dd1500f
(google) first boot & codelab image installs apt fix ( #1277 )
2016-11-01 09:15:06 -04:00
Eric Wiseblatt
7baf2977eb
Merge pull request #1273 from ewiseblatt/front50_v2
...
Modified tests for front50 migration to v2 API
2016-10-28 14:37:30 -04:00
Eric Wiseblatt
0820829265
Modified tests for front50 migration to v2 API
2016-10-28 00:04:32 -04:00
Eric Wiseblatt
80ac495a1f
Merge pull request #1269 from ewiseblatt/remove_home
...
Edited references to $HOME/.spinnaker
2016-10-27 14:49:38 -04:00
Eric Wiseblatt
e38ad05a14
Merge pull request #1270 from ewiseblatt/gate
...
Add stackdriver hints.
2016-10-27 13:57:13 -04:00
Eric Wiseblatt
9014632eae
Add stackdriver hints.
2016-10-27 17:33:47 +00:00
Eric Wiseblatt
62b6b18169
Merge pull request #1272 from gbougeard/patch-1
...
Specific S3 as front50 backend stackdriver hints
2016-10-27 13:29:27 -04:00
Greg BOUGEARD
2534d40037
Specific S3 as front50 backend stackdriver hints
2016-10-27 18:48:56 +02:00
Steven Kim
fef862a156
Merge pull request #1271 from skim1420/fgb2
...
adds confdef/confold flags to dist-upgrade
2016-10-26 22:05:58 -04:00
Steven Kim
d4e5210eb3
adds confdef/confold flags to dist-upgrade
2016-10-26 21:32:52 +00:00
Eric Wiseblatt
0ed413c06a
Edited references to $HOME/.spinnaker
...
Also discourage the use of default-spinnaker-local
2016-10-26 21:03:15 +00:00