{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":554735139,"defaultBranch":"master","name":"srcf-terraform","ownerLogin":"SRCF","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-10-20T09:56:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1908683?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1666259800.781861","currentOid":""},"activityList":{"items":[{"before":"707fe6de08b3336ceb8127d041e2e4f1306c8a29","after":"6e3b82c4d28c4d34e4acd616d6cc037184cf08e2","ref":"refs/heads/master","pushedAt":"2023-04-30T21:35:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"README: note that each deployment has its own state","shortMessageHtmlLink":"README: note that each deployment has its own state"}},{"before":"a3caf6dafc794c0286b3211358a3cfae9227780a","after":"707fe6de08b3336ceb8127d041e2e4f1306c8a29","ref":"refs/heads/master","pushedAt":"2023-04-30T21:34:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"Specify schema name for hosted deployment state backend","shortMessageHtmlLink":"Specify schema name for hosted deployment state backend"}},{"before":"3586fe00ee5de6715533981e3dfab01f7520c8e3","after":"a3caf6dafc794c0286b3211358a3cfae9227780a","ref":"refs/heads/master","pushedAt":"2023-04-30T21:00:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"Update README paragraph on remote state backend","shortMessageHtmlLink":"Update README paragraph on remote state backend"}},{"before":"fee78ac3918f3f30b1fd5489f288b38901f08552","after":"3586fe00ee5de6715533981e3dfab01f7520c8e3","ref":"refs/heads/master","pushedAt":"2023-04-30T18:33:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"'terraform fmt' everything","shortMessageHtmlLink":"'terraform fmt' everything"}},{"before":"cb2f36e4c554bc16b69042c456e2ad3031a602c9","after":"fee78ac3918f3f30b1fd5489f288b38901f08552","ref":"refs/heads/master","pushedAt":"2023-04-30T18:30:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"Rename pool_to_pif\n\nThe XAPI concept really is 'network', not 'PIF' as I thought.","shortMessageHtmlLink":"Rename pool_to_pif"}},{"before":"6e49fb70021030b56713b6d0200af14713ba835e","after":"cb2f36e4c554bc16b69042c456e2ad3031a602c9","ref":"refs/heads/master","pushedAt":"2023-04-30T18:25:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"fixup: correct thunder's VM SR name","shortMessageHtmlLink":"fixup: correct thunder's VM SR name"}},{"before":"23c86d8d34760b9b0ea7572635567187c6097f1d","after":"6e49fb70021030b56713b6d0200af14713ba835e","ref":"refs/heads/master","pushedAt":"2023-04-30T18:23:40.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"Refactor pool-specific data into a single module\n\nDeployments should use the pool-info module to pick up the pool ID,\nprimary shared VM disk storage SR ID and external/public network ID.\nThese vary between pools, naturally, and the values required to look\nthem up can also vary.\n\nThe SRCF only has three distinct pools, so it's feasible to embed the\nknowledge required to look up the relevant info for each pool by its\nname into a single module, which is the function pool-info performs.\n\nIf there are new parts of generic infrastructure available in SRCF VM\npools, then this module can be augmented to publish information on them.\nThis may be, for example, a \"private network ID\" (which could be null to\nsignify that no such infrastructure is available in a given pool).\n\nThis change does not alter the Terraform plan; in other words it does\nnot require a redeployment.","shortMessageHtmlLink":"Refactor pool-specific data into a single module"}},{"before":"0ec8b56c984f901032785e0deb3c6cfc61a29c20","after":"23c86d8d34760b9b0ea7572635567187c6097f1d","ref":"refs/heads/master","pushedAt":"2023-04-30T17:42:01.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"deployments/hosted: use Postgres backend\n\nConfig is deliberately omitted, to be done with environment variables.","shortMessageHtmlLink":"deployments/hosted: use Postgres backend"}},{"before":"f897315b02a7ebc6a35a87a586285daca02f540b","after":"0ec8b56c984f901032785e0deb3c6cfc61a29c20","ref":"refs/heads/master","pushedAt":"2023-04-30T17:32:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"edwinbalani","name":"Edwin Balani","path":"/edwinbalani","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1568761?s=80&v=4"},"commit":{"message":"Ignore changes to VM template ID\n\nI've seen this come back as a 'true' UUID or as an OpaqueRef, not sure\nwhy it can change. OpaqueRefs look like UUIDs but are not stable across\nunderlying XAPI connections!","shortMessageHtmlLink":"Ignore changes to VM template ID"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADI1HjzgA","startCursor":null,"endCursor":null}},"title":"Activity ยท SRCF/srcf-terraform"}