dandds
f3c294659a
refine test environment sample data script, add k8s role and role binding for updating sample data
2018-12-04 16:12:23 -05:00
dandds
bd0b7b9dcd
script for rotating sample data on test env
2018-12-04 09:42:47 -05:00
dandds
bbeef23c45
test testing build
2018-12-03 16:34:39 -05:00
dandds
b54e3147c3
try scheduling nightly deploys for test env with CircleCI config
2018-12-03 09:11:25 -05:00
dandds
23294b2e2b
note nodePort must match auth load balancer
2018-12-03 09:11:25 -05:00
dandds
689f7723dc
add readme for creating new site
2018-12-03 09:11:25 -05:00
dandds
5272226725
update image for test env, remove unused secret
2018-12-03 09:11:25 -05:00
dandds
1cea2b63ac
update auth port for test environment
2018-12-03 09:11:25 -05:00
dandds
80124e8925
basic test config
2018-12-03 09:11:25 -05:00
Patrick Smith
2a48a78561
Add worker envvars for UAT env
2018-10-31 16:42:10 -04:00
Patrick Smith
6f10ef4a19
Update UAT image
2018-10-31 16:41:59 -04:00
Patrick Smith
67b14921d6
Update UAT deployment with RQ worker and latest code
...
Specify a different RQ_QUEUE so that the worker does not attempt to run
jobs for the staging environment (since they share the same redis
connection).
2018-10-31 16:12:00 -04:00
dandds
0aecae1d9a
more post-travis tweaks
2018-10-31 15:14:56 -04:00
dandds
13eefc781b
remove more travis references in deploy scripts
2018-10-31 14:13:04 -04:00
Patrick Smith
f5a1d94061
Update deployed worker image in deployment script
2018-10-25 16:27:05 -04:00
Patrick Smith
3b2ed4f0a2
Update deployed image, again
2018-10-25 16:27:05 -04:00
Patrick Smith
3d26303221
Update deployed image
2018-10-25 16:27:05 -04:00
Patrick Smith
414e3cf001
Lower memory requirement for worker pod
2018-10-25 16:27:05 -04:00
Patrick Smith
73d8df8fe6
Add REQUIRE_CRLS env variable to allow skipping loading CRLs
2018-10-25 16:27:05 -04:00
Patrick Smith
403d6cd790
Add deployment for worker to k8s config
2018-10-25 16:00:12 -04:00
patricksmithdds
38610d0e0a
Merge pull request #276 from dod-ccpo/circleci-cd
...
CircleCI CD
2018-10-16 11:37:09 -04:00
Devon Mackay
c9bd3a4328
Only generat IMAGE_NAME if it is undefined
2018-10-15 14:48:03 -04:00
Devon Mackay
7dc87e5fe8
Adjust timeout flags for Alpine specific version
2018-10-15 14:48:02 -04:00
Devon Mackay
2ba9745c2e
Add time limit for successfully deploying
...
- Add config var for max wait time for a deployment
- Move exit function and trap to the beginning of the script
- Execute the rollout status command using timeout
-- Use signal 2 (SIGINT; same pressing CTRL+C)
-- Abort the command if it is still running when max time is reached
-- If the command was aborted, rollback this deployment
2018-10-15 14:48:02 -04:00
Devon Mackay
1c5c75a0ac
Fix resource names
2018-10-15 14:48:02 -04:00
Devon Mackay
3ebf047e70
Sync debugger config with app config
2018-10-15 14:48:02 -04:00
Devon Mackay
4a99889a67
Add script that checks the k8s deployment without changing anything
2018-10-15 14:48:02 -04:00
Devon Mackay
7e0b3ce520
Adjust base64 params to be more portable (alpine compatible)
2018-10-15 14:48:02 -04:00
Patrick Smith
6faf4070ad
Update atat.codes to atat.code.mil
2018-10-11 13:40:42 -04:00
Patrick Smith
59d8baa74a
Update UAT env to new domain
2018-10-11 09:48:58 -04:00
Patrick Smith
71f525ba6c
Fix secret name for auth-uat tls
2018-10-10 15:25:22 -04:00
Patrick Smith
d924f355a2
Update image name
2018-10-09 17:16:41 -04:00
Patrick Smith
8f24c9bf1e
Add atat-uat namespace to kubernetes
...
Mostly duplicates the staging environment. In the future I hope to use
some sort of templating to reduce the duplication.
2018-10-09 17:16:06 -04:00
Patrick Smith
c3461c5a91
Update container image in yml
2018-10-09 17:16:06 -04:00
Patrick Smith
1594103847
Update secret key for atst-config-ini
2018-08-28 16:14:51 -04:00
Patrick Smith
949cb33b7a
Specify two replicas in deployment
2018-08-21 10:44:16 -04:00
Patrick Smith
e96f5cd3b4
Lower memory request for atst container
2018-08-21 10:44:06 -04:00
Patrick Smith
2f3a0a4db1
Attempt to fix permissions on rollout status
2018-08-16 16:08:47 -04:00
Patrick Smith
1cb68ecdaf
Wait for deployment to roll out before finishing
2018-08-16 15:37:37 -04:00
Patrick Smith
265b128255
Build remote image name in update-deploy script
2018-08-16 14:17:54 -04:00
Patrick Smith
1acd5fb73a
Use full remote image name when setting deployed image
2018-08-16 13:59:30 -04:00
Patrick Smith
b82bbae0c5
base64 decode user token
2018-08-16 13:40:54 -04:00
Patrick Smith
9deb602d22
Update image sha in deploy yml
2018-08-16 11:59:29 -04:00
Patrick Smith
71a8c06c22
Even more memory please
2018-08-16 10:36:27 -04:00
Patrick Smith
cba435c233
Bump up memory requirement
2018-08-16 10:22:07 -04:00
Patrick Smith
21b442ce3e
Shuffle around kubectl setup commands
2018-08-14 15:49:42 -04:00
Patrick Smith
717f67cee5
Update kubernetes endpoint var name
2018-08-14 15:16:35 -04:00
Patrick Smith
47baa270ce
Make deploy script executable
2018-08-14 14:35:09 -04:00
Devon Mackay
531cef233d
Add namespace to kubectl command
2018-08-14 12:10:16 -04:00
Devon Mackay
94d88d795e
Add script for updating source image of ATST deploy
2018-08-12 15:31:00 -04:00