Created
August 25, 2020 20:01
-
-
Save eriknelson/07fb5742d314ea5cb3c46048dd1056db to your computer and use it in GitHub Desktop.
This file contains hidden or 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
* b7cb95e (HEAD -> master, tag: 1.1.1, upstream/master, origin/master, origin/HEAD) refactor all templates to have variables in double quotes (#126) | |
* acd2b75 specify the host of route explicitly (#124) | |
* 7ddf7da (tag: 1.1.0) report errors for failed pvc patches instead of exiting the loop (#123) | |
* aa9988e make resource names static and unique (#122) | |
* da9dbd1 Test and document incremental staging (#120) | |
* 25ad2a0 Making stunnel port configureable (#117) | |
* dec25ee Improvements in Stage 2 around volume sizes on the destination cluster (#110) | |
* c3347d1 add LICENSE (#119) | |
* 42a301f (tag: 1.0.0) 1.0.0 rc (#118) | |
* 51c3382 Merge pull request #113 from fbladilo/rsync_flags | |
|\ | |
| * 146e217 Remove --port from rsync_opts for safety | |
| * 1a0176e Allow rsync transfer options via variable | |
|/ | |
* 4691003 Merge pull request #108 from pranavgaikwad/master | |
|\ | |
| * 61e662d updated inventory docs for mig-agnosticd cluster installations | |
* | 52984aa Merge pull request #109 from alaypatel07/rsync-imagee | |
|\ \ | |
| |/ | |
|/| | |
| * eb9562c update transfer pod image to keep in sync with quay auto-build | |
|/ | |
* 8a4f627 Merge pull request #102 from konveyor/stunnel | |
|\ | |
| * cf57984 (upstream/stunnel, stunnel) Merge pull request #107 from pranavgaikwad/stunnel | |
| |\ | |
| | * a1ca464 improved failure handling in rsync block of tasks | |
| |/ | |
| * 3f8b9ae Merge pull request #105 from alaypatel07/stunnel | |
| |\ | |
| | * 0a23d04 update rsyncd config with safe mount paths | |
| |/ | |
| * cc3a315 remove debug_password variable | |
| * b1ceb06 update stunnel.conf and cleanup rsyncd configmap | |
| * 78a19f7 changed certificate validation checks to use Python get() | |
| * 25fbdc7 add configmap for rsyncd conf, add other fixups | |
| * 46b5fac update rsync config for stunnel | |
| * f9e171a updated stunnel certificate generation workflow" | |
| * d830406 convert cert generation to ansible tasks | |
| * bd302ae create stunnel certs if not already created | |
| * fdf1158 Use tempfile instead of /bin/tempfile in stunnel script, update .gitignore | |
| * e2c9dde fix indentation in rsync.yml | |
| * 5fcba75 improve error handling and update SCC for transfer pod | |
| * 3dc41ab generate certs if not already generated, make setup-stunnel.sh executable | |
| * 7a9d60b update Dockerfile and defaults with stunnel image | |
| * d5080a6 fixups: rsync.yml | |
| * 9578a57 fix stunnel systemd unit file task | |
| * 9a8b351 remember systemd is a module | |
| * cdc359f install stunnel service unit file, take path of certs as vars | |
| * bffd664 update container command, re-org slurping stunnel key-cert pair | |
| * 4d3d5d8 add route_name, wait for route to have a valid hostname | |
| * 2730ff5 initial stunnel integration | |
|/ | |
* 603b350 (upstream/external-loadbalancer) Merge pull request #103 from pranavgaikwad/master | |
|\ | |
| * 350889b fixes missing variable and the volume directory check logic | |
|/ | |
* e693090 Merge pull request #100 from alaypatel07/fix-wait-for-pod | |
|\ | |
| * 996cab5 fix wait for pod/svc to be in desired state | |
* | bd90a2b Merge pull request #99 from alaypatel07/check-storage-class | |
|\ \ | |
| * | 598394d update syntax of when conditions | |
| * | 3084ee6 check user provided storage classes on the destination cluster | |
| |/ | |
* | b219464 Merge pull request #96 from pranavgaikwad/ISSUE-90 | |
|\ \ | |
| * | b3d1ef2 fixed failure / success logic for collecting rsync result | |
| * | cb91883 added check to ensure directory to be migrated exists on the source cluster before proceeding to rsync stage | |
* | | af2fddb Merge pull request #79 from alaypatel07/fix-volume-name | |
|\ \ \ | |
| |_|/ | |
|/| | | |
| * | f911d7e validations for DNS safe names and more | |
| * | 65593d9 replace dots with hypen in volumename and mountpath | |
* | | 6daca89 Merge pull request #95 from pranavgaikwad/validations | |
|\ \ \ | |
| |_|/ | |
|/| | | |
| * | 0b82809 Do not fail when version cannot be read | |
| * | 5d8ce05 Added assertion tasks to ensure user is logged into the right cluster | |
|/ / | |
* | ed9c7af Merge pull request #88 from pranavgaikwad/benchmark | |
|\ \ | |
| * | 6bede2a readme updates | |
| * | 387b4ce replaced truncate with dd | |
| * | 7742a3b fixed sequencing in volume mounts | |
| * | 1c4c589 (benchmark) fixed typo in mountpath | |
| * | 32e2f72 minor seq fix | |
| * | 4054dce added variable | |
| * | d136470 updated readme | |
| * | 6c94a9d added playbook to help deploy app" | |
| * | d027e87 added benchmarks | |
|/ / | |
* | a5dc268 Merge pull request #83 from dymurray/selinux | |
|\ \ | |
| * | 236fc5d Update README to include selinux python dep | |
|/ / | |
* | b0e2f8d Merge pull request #80 from konveyor/djwhatle-add-text-diagram | |
|\ \ | |
| |/ | |
|/| | |
| * 41e84fb Add text-based diagrams showing different connection modes | |
|/ | |
* 1fe990f Remove mention of setting up host inventory | |
* 926ed42 Remove mention of inventory to avoid confusion in in stage 3 docs | |
* b22a82f Merge pull request #56 from jwmatthews/gitignore | |
|\ | |
| * 50a59a1 Update stage 2 + 3 readmes | |
| * 0d28466 Update stage 3 defaults. Image and user acct for transfer pod should not be changed | |
| * 08e5e02 Move "transfer_pod_images" var to defaults.yml | |
| * 2b1394b Update Stage READMEs to reflect defaults.yml var scheme | |
| * 50e8125 Expand on comment about ELB deletion finalizer | |
| * 26ba6e8 Add defaults.yml vars files | |
| * bf93d5d Update example vars | |
| * 0c08082 Remove non sample vars yml | |
| * 8f9b192 Updated gitignore | |
* | ca2d134 Dummy SSH pod -> transfer pod | |
* | 9eb89d4 Merge pull request #76 from konveyor/djwhatle-docs-ansible | |
|\ \ | |
| * | cd60ce8 Update inventory-notes.md | |
| * | 7cb11b1 Update inventory-notes.md | |
| / | |
* | 0815f1e Merge pull request #77 from djwhatle/cleanup-output-dirs | |
|\ \ | |
| |/ | |
|/| | |
| * 3db871a Remove unused stage 3 output dir | |
| * 9a59dd2 Remove unused stage 2 output dir | |
* cbca135 Merge pull request #52 from jwmatthews/stage2_var_example | |
* 6745502 Typo update in example vars |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment