Joshua Boniface joshuaboniface
  • Joined on 2021-10-28
joshuaboniface pushed to master at parallelvirtualcl.../pvc-ansible 2022-10-07 00:41:11 -04:00
0dbcf10d4a Add rinse dependency for provisioner
joshuaboniface pushed to master at parallelvirtualcl.../pvc 2022-10-06 15:58:29 -04:00
165ce15dfe Fix braces in fstring example
joshuaboniface pushed to master at parallelvirtualcl.../pvc 2022-10-06 11:55:46 -04:00
a81d419a2e Update copyright header year
85a7088e5a Fix titles
Compare 2 commits »
joshuaboniface pushed to master at parallelvirtualcl.../pvc 2022-10-06 11:24:39 -04:00
b58fa06f67 Add OVA script support
3b3d2e7f7e Reverse numbering of example scripts
72a5de800c Complete OVA provisioning script
f450d1d313 Remove lingering OVA references
2db58488a2 Update documentation to reflect script changes
Compare 17 commits »
joshuaboniface pushed to new-provisioner at parallelvirtualcl.../pvc 2022-10-06 11:13:35 -04:00
b58fa06f67 Add OVA script support
3b3d2e7f7e Reverse numbering of example scripts
72a5de800c Complete OVA provisioning script
f450d1d313 Remove lingering OVA references
Compare 4 commits »
joshuaboniface pushed to new-provisioner at parallelvirtualcl.../pvc 2022-10-06 00:06:20 -04:00
2db58488a2 Update documentation to reflect script changes
1bbf8f6bf6 Reorganize and add more comments to examples
Compare 2 commits »
joshuaboniface pushed to new-provisioner at parallelvirtualcl.../pvc 2022-10-05 22:37:52 -04:00
191f8780c9 Fix remaining bugs in example scripts
80c1f78864 Ensure inner cleanup and end message response
c8c0987fe7 Fix bad variable reference
67560c6457 Add additional import for config
79c9eba28c Add better exception handling with ctxtmgrs
Compare 8 commits »
joshuaboniface pushed to new-provisioner at parallelvirtualcl.../pvc 2022-10-05 17:22:35 -04:00
6e2c1fb45e Add proper imports to examples
b14ba9172c Better handle cleanups and fix chroot bug
Compare 2 commits »
joshuaboniface created branch new-provisioner in parallelvirtualcl.../pvc 2022-10-05 16:03:20 -04:00
joshuaboniface pushed to new-provisioner at parallelvirtualcl.../pvc 2022-10-05 16:03:20 -04:00
e9235a627c Implement new provisioner setup
joshuaboniface released 0.9.55 at parallelvirtualcl.../pvc 2022-10-04 13:22:32 -04:00
joshuaboniface pushed tag v0.9.55 to parallelvirtualcl.../pvc 2022-10-04 13:22:32 -04:00
joshuaboniface pushed to master at parallelvirtualcl.../pvc 2022-10-04 13:21:54 -04:00
c84ee0f4f1 Bump version to 0.9.55
76c51460b0 Avoid raise/handle deadlocks
Compare 2 commits »
joshuaboniface commented on issue parallelvirtualcl.../pvc#158 2022-09-30 22:39:36 -04:00
Rework provisioner for increased flexibility

Thinking further and reviewing the code, removing OVA support first might not be worth the trouble. OVAs are a bit of a special beast and trying to generalize them did not work originally, so I see…

joshuaboniface commented on issue parallelvirtualcl.../pvc#158 2022-09-30 22:36:33 -04:00
Rework provisioner for increased flexibility

To proceed cleanly, some work will need to be done to remove the current OVA hackery and cleanly implement both OVA and ISO uploads.

Functionally, ISO and RBD image uploads are identical, the main…

joshuaboniface commented on issue parallelvirtualcl.../pvc#158 2022-09-30 22:24:23 -04:00
Rework provisioner for increased flexibility

Initial thoughts:

  1. Instead of just install(), have functions for the 5 the key customizable parts of the install process in the script:

a. Setup (setup())

a. Libvirt definition…

joshuaboniface opened issue parallelvirtualcl.../pvc#158 2022-09-30 18:47:05 -04:00
Rework provisioner for increased flexibility
joshuaboniface commented on issue parallelvirtualcl.../pvc#154 2022-09-21 09:53:02 -04:00
Add hardware/system diag info to node status

What to add is quite open-ended. Will have to think about what useful information there is to show. First and most obvious one would be whether PVC itself is up-to-date. Another could be "freshness"…

joshuaboniface opened issue parallelvirtualcl.../pvc#157 2022-09-21 09:43:09 -04:00
Investigate CAKE qdisk for PVC workloads
joshuaboniface opened issue parallelvirtualcl.../pvc#156 2022-09-21 09:42:03 -04:00
Add additional output formats for lists/info