commit cd95f2c739eccc4cebfa3ada163463cd2974101a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Aug 8 16:21:03 2022 -0500
doc: Update to the latest pieces
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M doc/cli/drpcli_bootenvs_install.rst
M doc/cli/drpcli_bootenvs_uploadiso.rst
commit 40dfd760c4041a7b03897934f4302f18caef6236
Author: Tim Bosse <tim@rackn.timbos.se>
Date: Mon Aug 8 15:18:51 2022 -0400
fix(integrations): update aws.tf
* Allow for multiple key pairs
* Allow for alternate public key location
* Use the latest Amazon Linux 2 image
M integrations/terraform/aws.tf
commit 612f0a9d7fdf93e3be97564fc29580c3271c475e
Author: Zaheena <zaheena@gmail.com>
Date: Mon Aug 8 14:26:49 2022 -0400
fix(aws-ami): using name instead of id
M integrations/terraform/aws.tf
commit 61f991870e1280842d808bdb96f79891758d003e
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Aug 4 12:03:56 2022 -0500
fix: gzip issues on rackn-catalog.json files
feat: partially handle OEL better
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M tools/install.sh
commit 30c15242d504100c3d13c2f8aee892e00c6ca451
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Aug 3 14:52:12 2022 -0500
feat(isos): Only install bootenv ISOs for amd64 by default.
This changes `drpcli bootenvs install|uploadiso` to only upload
isos for amd64 by default. Both commands have grown an `--arch`
flag to specify a comma-separated list of arches, or `all` to install
isos for all the arches.
M api/bootenv.go
M cli/bootenv.go
M models/machine.go
commit 6e1197903578a960b28171ee04a5fb551bc880e4
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Aug 3 13:51:38 2022 -0500
doc: Add jsonschema for models. Add tool to print out config for vscode
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M cli/commandHelper.go
M go.mod
M go.sum
A schema/alerts.json
A schema/blueprints.json
A schema/bootenvs.json
A schema/catalog_items.json
A schema/clusters.json
A schema/contexts.json
A schema/endpoints.json
A schema/identity_providers.json
A schema/jobs.json
A schema/leases.json
A schema/machines.json
A schema/params.json
A schema/plugins.json
A schema/pools.json
A schema/profiles.json
A schema/reservations.json
A schema/resource_brokers.json
A schema/roles.json
A schema/stages.json
A schema/subnets.json
A schema/tasks.json
A schema/templates.json
A schema/tenants.json
A schema/trigger_providers.json
A schema/triggers.json
A schema/users.json
A schema/version_sets.json
A schema/work_orders.json
A schema/workflows.json
A tools/make-vs-code-settings.sh
commit b9925c8e80e89edcadaa8a4992a85915c26fdfb1
Author: Shane Gibson <shane@rackn.com>
Date: Tue Aug 2 11:00:23 2022 -0700
enhance(documentation): Enhacen LetsEncrypt cert KB
M doc/kb/kb-00059.rst
commit ecc9021345b69cc607d39f03dea480a10eb04718
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Aug 1 11:41:51 2022 -0500
doc(release): make ordering for toc automatic
R100 doc/rel_notes/summaries/release_v40.rst doc/rel_notes/summaries/release_v400.rst
R100 doc/rel_notes/summaries/release_v41.rst doc/rel_notes/summaries/release_v401.rst
R100 doc/rel_notes/summaries/release_v42.rst doc/rel_notes/summaries/release_v402.rst
R100 doc/rel_notes/summaries/release_v43.rst doc/rel_notes/summaries/release_v403.rst
R100 doc/rel_notes/summaries/release_v44.rst doc/rel_notes/summaries/release_v404.rst
R100 doc/rel_notes/summaries/release_v45.rst doc/rel_notes/summaries/release_v405.rst
R100 doc/rel_notes/summaries/release_v46.rst doc/rel_notes/summaries/release_v406.rst
R100 doc/rel_notes/summaries/release_v47.rst doc/rel_notes/summaries/release_v407.rst
R100 doc/rel_notes/summaries/release_v48.rst doc/rel_notes/summaries/release_v408.rst
R100 doc/rel_notes/summaries/release_v49.rst doc/rel_notes/summaries/release_v409.rst
M doc/release.rst
commit 118a71960a60429ccef21a5bdd4d8616ee60f7ac
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Aug 1 11:15:53 2022 -0500
doc(release): cleanup release notes toc and headings
M README.rst
M doc/rel_notes/summaries/release_v40.rst
M doc/rel_notes/summaries/release_v410.rst
M doc/rel_notes/summaries/release_v411.rst
M doc/rel_notes/summaries/release_v42.rst
M doc/rel_notes/summaries/release_v43.rst
M doc/rel_notes/summaries/release_v44.rst
M doc/rel_notes/summaries/release_v45.rst
M doc/rel_notes/summaries/release_v46.rst
M doc/rel_notes/summaries/release_v47.rst
M doc/rel_notes/summaries/release_v48.rst
M doc/rel_notes/summaries/release_v49.rst
M doc/release.rst
commit 555f777a39a1b204493aedd27f608c64dc882da6
Author: Greg Althaus <greg@rackn.com>
Date: Tue Jul 26 13:40:15 2022 +0000
Update release_v410.rst
M doc/rel_notes/summaries/release_v410.rst
commit fa085122fdde18ab959590e3cc6df274ca5794fa
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Jul 25 22:42:47 2022 -0500
fix(guacd): remove unneeded ports, update docs for guacd
M doc/rel_notes/summaries/release_v410.rst
M doc/server.rst
M integrations/terraform/aws.tf
M integrations/terraform/azure.tf
M integrations/terraform/google.tf
M integrations/terraform/linode.tf
commit c49ddace5a8939e6bbbbb4487f97da114de5b751
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jul 25 15:20:28 2022 -0500
fix(install.sh): Keep from destroying the user provided tmpdir on error
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M tools/install.sh
commit c6f5de8db0fd20c7a318028f3c850acc1714a95d
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Jul 25 10:20:31 2022 -0500
doc(analytics): migrate to plausible analytics to reduce tracking in Google
M Trademark.rst
A _templates/layout.html
M conf.py
M doc/dev/dev-docs.rst
commit 6794652b8fd0490dbe6bf47ea8597c9b2f89df32
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sun Jul 24 17:53:22 2022 -0500
fix(terraform): install should use --remove-rocketskates
M integrations/terraform/aws.tf
M integrations/terraform/azure.tf
M integrations/terraform/digitalocean.tf
M integrations/terraform/google.tf
M integrations/terraform/linode.tf
commit 455152580b701585641701827e5784cb290caca2
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun Jul 24 14:54:34 2022 -0500
doc: Turn on markdwon support
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M conf.py
M requirements.txt
commit 0143a3763ad1f543617e231e1655b8c6379e409d
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sun Jul 24 10:19:10 2022 -0500
doc(release_notes): title underbars need to match length
M doc/rel_notes/summaries/release_v411.rst
commit d07ca96ae82710c5037659fea98959b2850440ce
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sun Jul 24 10:17:57 2022 -0500
doc(release_notes): address comments by @glathaus
M doc/rel_notes/summaries/release_v411.rst
M doc/rel_notes/summaries/release_v49.rst
commit 13ba9ac91b79c93f9bafb6c77097c9e632a0340d
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jul 23 18:49:06 2022 -0500
doc(digitalocean): update DO info based on testing
M doc/install/install-cloud.rst
M integrations/terraform/digitalocean.tf
commit 86b882c7f270c24368a746b84e1c5ae0c06f9ed9
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jul 23 18:49:54 2022 -0500
doc(install): fix typo
M tools/install.sh
commit bbf438d576ff616b16f79fd1bfb6cf05454581ae
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jul 23 18:50:21 2022 -0500
doc(server): update ports to include guacd port
M doc/server.rst
commit 402e3fa1ea72a157631015d7874ea3b736514e22
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jul 23 19:01:30 2022 -0500
doc(release_notes): all release note features updated
M doc/rel_notes/summaries/release_v410.rst
M doc/rel_notes/summaries/release_v411.rst
commit b258f26379e141886e3e1b026b7ecfa78ff224c8
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sat Jul 23 14:24:18 2022 -0500
feat: add event2audit to docs
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M conf.py
commit 15e4b4d70e1e3af982892725119a91c1ea24b16a
Author: Zaheena <zaheena@gmail.com>
Date: Thu Jul 21 18:34:52 2022 -0400
fix(catalog): when called from api - add the default catalog
M api/catalog.go
commit 6893f3d7e21948cb49e55cd787786f9c65e165e0
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jul 21 15:41:26 2022 -0500
feat(labs): Add Enabled field
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M models/lab.go
commit 44669bd11dbb97b32cd27c621a9d0851cce8b32a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jul 20 15:32:00 2022 -0500
fix(models): Version set elements should be cloned on merge
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M models/endpoint.go
M models/version_set.go
commit 11097edb0b7afda3f86c45b5c912f354efd73571
Author: Zaheena <zaheena@gmail.com>
Date: Wed Jul 20 11:25:52 2022 -0400
fix(catalog): catalog url has no scheme and session is nil, set catalog source to empty
M api/catalog.go
commit 61b1cb5ccc0acd30a4b56289848a07e8e5fcdbad
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jul 19 19:33:48 2022 -0500
doc: Make links actually work
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M doc/faq-troubleshooting.rst
M doc/high-availability.rst
M doc/kb/kb-00006.rst
M doc/os-support/linuxkit.rst
M doc/quickstart.rst
M doc/rackn/license-pre46.rst
M doc/rackn/license.rst
M doc/setup/linode.rst
M doc/ux/portal/systemux.rst
commit a1205d9a0a5f23eb20486d79c92ee648e698002a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jul 19 17:55:11 2022 -0500
doc: Fix formating and update youtube plugin
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M doc/kb/kb-00003.rst
M requirements.txt
commit f0f4ffb3d1c1c787a613e2b176908a4b0a0c4bd9
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jul 19 17:10:46 2022 -0500
doc: update youtube links for nocookies
M doc/faq-troubleshooting.rst
M doc/high-availability.rst
M doc/kb/kb-00006.rst
M doc/operations/bios.rst
M doc/operations/virtualmedia-iso-booting.rst
M doc/os-support/linuxkit.rst
M doc/quickstart.rst
M doc/rackn/license-pre46.rst
M doc/rackn/license.rst
M doc/setup/linode.rst
M doc/ux/portal/systemux.rst
commit 8977238a643df151aab0cf0c44369873a89cc3f8
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Jul 19 11:27:06 2022 -0500
doc(install): expand on KB3 to improve searchability and add more corrective options
M doc/kb/kb-00003.rst
commit 9ed276d38a9858cfea29498fe5f765af21a2e6bd
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jul 18 17:43:23 2022 -0500
doc: Update labs docs
M .gitignore
M conf.py
D doc/labs.rst
commit cb4a7e77e43ba8f7fc1649dac9a09440de138e83
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jul 18 10:32:37 2022 -0500
fix: install.sh should test to see if profiles exist before adding them
M tools/install.sh
commit 00e1eccbc95011c4a397a1e9103ffe4be26908bd
Author: Shane Gibson <shane@rackn.com>
Date: Fri Jul 15 12:52:10 2022 -0700
fix(installer): fixes --local-ui to add drp-ux
M tools/install.sh
commit 4016e2b66b027a6f22634b08a023fef7c76f1c10
Author: Shane Gibson <shane@rackn.com>
Date: Fri Jul 15 09:28:45 2022 -0700
enhance(installer): Formatting and doc enhancements
M tools/install.sh
commit 9da0a920bbb2d2eeba69e9337513ffe59ac3cf98
Author: Isaac Hirschfeld <gitlab@reheatedcake.io>
Date: Fri Jul 15 15:46:32 2022 +0000
fix(cli): change slashes in CLI download URL from DRP
M doc/cli.rst
commit a47e2ffb68212dfb1832eb8e6ef9bce681f15f96
Author: Zaheena <zaheena@gmail.com>
Date: Fri May 27 16:44:07 2022 -0400
fix(catalog): moving some parts of fetch catalog into api
A api/catalog.go
M api/client.go
M api/utils.go
M cli/airgap.go
M cli/bootenv.go
M cli/catalog.go
M cli/paramHelper.go
M cli/startup.go
M cli/system.go
M cli/utils.go
commit 402c89074e54c5a9c2a1d0946eaadeaefaa13b37
Author: Shane Gibson <shane@rackn.com>
Date: Tue Jul 12 09:58:08 2022 -0700
enhance(installer): Add relocatable '/tmp' dir for noexec /tmp
M tools/install.sh
commit a32f9e78dc3c529d44b76b6de7fa9c42df031fb1
Author: Shane Gibson <shane@rackn.com>
Date: Mon Jul 11 02:41:58 2022 +0000
enhance(installer): Add UID and GID options to install.sh
M tools/install.sh
commit fbaa533a2efb499dd2d767196eb42743ff641b63
Author: Michael Rice <michael@michaelrice.org>
Date: Thu Jul 7 12:34:37 2022 -0500
doc(conf): added missing url to fetch docker doc
Added url to fix missing docker_context docs
Fixes: rackn/product-backlog#235
Signed-off-by: Michael Rice <michael@michaelrice.org>
M conf.py
commit 8890170a71c53f1309b90e8c63f8dc962cf3019d
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 30 14:18:28 2022 -0500
feat(cli): Process ux:// and videos properly
M cli/labs.go
commit 96603d51c3181050767bf84c0d58fcdd3469422e
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 30 13:57:11 2022 -0500
doc: Update cli docs and lab docs
M cli/labs.go
M doc/cli/drpcli.rst
M doc/cli/drpcli_airgap.rst
M doc/cli/drpcli_alerts.rst
M doc/cli/drpcli_blueprints.rst
M doc/cli/drpcli_blueprints_meta.rst
M doc/cli/drpcli_blueprints_meta_add.rst
M doc/cli/drpcli_blueprints_meta_get.rst
M doc/cli/drpcli_blueprints_meta_remove.rst
M doc/cli/drpcli_blueprints_meta_set.rst
M doc/cli/drpcli_blueprints_runaction.rst
M doc/cli/drpcli_bootenvs.rst
M doc/cli/drpcli_bootenvs_fromAppleNBI.rst
M doc/cli/drpcli_bootenvs_meta.rst
M doc/cli/drpcli_bootenvs_meta_add.rst
M doc/cli/drpcli_bootenvs_meta_get.rst
M doc/cli/drpcli_bootenvs_meta_remove.rst
M doc/cli/drpcli_bootenvs_meta_set.rst
M doc/cli/drpcli_bootenvs_purgeLocalInstall.rst
M doc/cli/drpcli_bootenvs_runaction.rst
M doc/cli/drpcli_catalog.rst
M doc/cli/drpcli_catalog_create.rst
M doc/cli/drpcli_catalog_item.rst
M doc/cli/drpcli_catalog_item_detail.rst
M doc/cli/drpcli_catalog_item_install.rst
M doc/cli/drpcli_catalog_item_show.rst
M doc/cli/drpcli_catalog_items.rst
M doc/cli/drpcli_catalog_show.rst
M doc/cli/drpcli_catalog_updateLocal.rst
M doc/cli/drpcli_certs.rst
M doc/cli/drpcli_clusters.rst
M doc/cli/drpcli_clusters_currentlog.rst
M doc/cli/drpcli_clusters_deletejobs.rst
M doc/cli/drpcli_clusters_group.rst
M doc/cli/drpcli_clusters_inspect.rst
M doc/cli/drpcli_clusters_jobs.rst
M doc/cli/drpcli_clusters_jobs_create.rst
M doc/cli/drpcli_clusters_jobs_current.rst
M doc/cli/drpcli_clusters_jobs_state.rst
M doc/cli/drpcli_clusters_meta.rst
M doc/cli/drpcli_clusters_meta_add.rst
M doc/cli/drpcli_clusters_meta_get.rst
M doc/cli/drpcli_clusters_meta_remove.rst
M doc/cli/drpcli_clusters_meta_set.rst
M doc/cli/drpcli_clusters_runaction.rst
M doc/cli/drpcli_clusters_tasks.rst
M doc/cli/drpcli_clusters_whoami.rst
M doc/cli/drpcli_clusters_work_order.rst
M doc/cli/drpcli_clusters_work_order_off.rst
M doc/cli/drpcli_clusters_work_order_on.rst
A doc/cli/drpcli_completion.rst
M doc/cli/drpcli_contents.rst
M doc/cli/drpcli_contents_convert.rst
M doc/cli/drpcli_contents_create.rst
M doc/cli/drpcli_contents_destroy.rst
M doc/cli/drpcli_contents_document.rst
M doc/cli/drpcli_contents_exists.rst
M doc/cli/drpcli_contents_show.rst
M doc/cli/drpcli_contents_unbundle.rst
M doc/cli/drpcli_contents_update.rst
M doc/cli/drpcli_contents_upload.rst
M doc/cli/drpcli_contexts.rst
M doc/cli/drpcli_contexts_meta.rst
M doc/cli/drpcli_contexts_meta_add.rst
M doc/cli/drpcli_contexts_meta_get.rst
M doc/cli/drpcli_contexts_meta_remove.rst
M doc/cli/drpcli_contexts_meta_set.rst
M doc/cli/drpcli_endpoints.rst
M doc/cli/drpcli_endpoints_meta.rst
M doc/cli/drpcli_endpoints_meta_add.rst
M doc/cli/drpcli_endpoints_meta_get.rst
M doc/cli/drpcli_endpoints_meta_remove.rst
M doc/cli/drpcli_endpoints_meta_set.rst
M doc/cli/drpcli_endpoints_runaction.rst
M doc/cli/drpcli_events.rst
M doc/cli/drpcli_events_post.rst
M doc/cli/drpcli_events_watch.rst
M doc/cli/drpcli_extended.rst
M doc/cli/drpcli_extended_meta.rst
M doc/cli/drpcli_extended_meta_add.rst
M doc/cli/drpcli_extended_meta_get.rst
M doc/cli/drpcli_extended_meta_remove.rst
M doc/cli/drpcli_extended_meta_set.rst
M doc/cli/drpcli_extended_runaction.rst
M doc/cli/drpcli_files.rst
M doc/cli/drpcli_files_certs.rst
M doc/cli/drpcli_files_certs_get.rst
M doc/cli/drpcli_files_certs_set.rst
M doc/cli/drpcli_files_destroy.rst
M doc/cli/drpcli_files_download.rst
M doc/cli/drpcli_files_exists.rst
M doc/cli/drpcli_fingerprint.rst
M doc/cli/drpcli_gohai.rst
M doc/cli/drpcli_identity_providers.rst
M doc/cli/drpcli_identity_providers_meta.rst
M doc/cli/drpcli_identity_providers_meta_add.rst
M doc/cli/drpcli_identity_providers_meta_get.rst
M doc/cli/drpcli_identity_providers_meta_remove.rst
M doc/cli/drpcli_identity_providers_meta_set.rst
M doc/cli/drpcli_identity_providers_runaction.rst
M doc/cli/drpcli_info.rst
M doc/cli/drpcli_info_status.rst
M doc/cli/drpcli_interfaces.rst
M doc/cli/drpcli_isos.rst
M doc/cli/drpcli_isos_certs.rst
M doc/cli/drpcli_isos_certs_get.rst
M doc/cli/drpcli_isos_certs_set.rst
M doc/cli/drpcli_isos_destroy.rst
M doc/cli/drpcli_isos_download.rst
M doc/cli/drpcli_isos_exists.rst
M doc/cli/drpcli_jobs.rst
M doc/cli/drpcli_jobs_actions.rst
M doc/cli/drpcli_jobs_log.rst
M doc/cli/drpcli_jobs_meta.rst
M doc/cli/drpcli_jobs_meta_add.rst
M doc/cli/drpcli_jobs_meta_get.rst
M doc/cli/drpcli_jobs_meta_remove.rst
M doc/cli/drpcli_jobs_meta_set.rst
M doc/cli/drpcli_jobs_purge.rst
M doc/cli/drpcli_jobs_runplugin_action.rst
A doc/cli/drpcli_jobs_unpack.rst
A doc/cli/drpcli_labs.rst
A doc/cli/drpcli_labs_document.rst
A doc/cli/drpcli_labs_validate.rst
M doc/cli/drpcli_leases.rst
M doc/cli/drpcli_leases_meta.rst
M doc/cli/drpcli_leases_meta_add.rst
M doc/cli/drpcli_leases_meta_get.rst
M doc/cli/drpcli_leases_meta_remove.rst
M doc/cli/drpcli_leases_meta_set.rst
M doc/cli/drpcli_leases_runaction.rst
M doc/cli/drpcli_logs.rst
M doc/cli/drpcli_logs_get.rst
M doc/cli/drpcli_logs_watch.rst
M doc/cli/drpcli_machines.rst
M doc/cli/drpcli_machines_currentlog.rst
M doc/cli/drpcli_machines_deletejobs.rst
M doc/cli/drpcli_machines_deleteworkorders.rst
M doc/cli/drpcli_machines_inspect.rst
M doc/cli/drpcli_machines_jobs.rst
M doc/cli/drpcli_machines_jobs_create.rst
M doc/cli/drpcli_machines_jobs_current.rst
M doc/cli/drpcli_machines_jobs_state.rst
M doc/cli/drpcli_machines_meta.rst
M doc/cli/drpcli_machines_meta_add.rst
M doc/cli/drpcli_machines_meta_get.rst
M doc/cli/drpcli_machines_meta_remove.rst
M doc/cli/drpcli_machines_meta_set.rst
A doc/cli/drpcli_machines_migrate.rst
A doc/cli/drpcli_machines_migrateTicket.rst
M doc/cli/drpcli_machines_runaction.rst
M doc/cli/drpcli_machines_tasks.rst
M doc/cli/drpcli_machines_whoami.rst
M doc/cli/drpcli_machines_work_order.rst
M doc/cli/drpcli_machines_work_order_off.rst
M doc/cli/drpcli_machines_work_order_on.rst
M doc/cli/drpcli_net.rst
M doc/cli/drpcli_net_phys.rst
M doc/cli/drpcli_objects.rst
M doc/cli/drpcli_params.rst
M doc/cli/drpcli_params_meta.rst
M doc/cli/drpcli_params_meta_add.rst
M doc/cli/drpcli_params_meta_get.rst
M doc/cli/drpcli_params_meta_remove.rst
M doc/cli/drpcli_params_meta_set.rst
M doc/cli/drpcli_plugin_providers.rst
M doc/cli/drpcli_plugin_providers_download.rst
M doc/cli/drpcli_plugin_providers_meta.rst
M doc/cli/drpcli_plugin_providers_meta_add.rst
M doc/cli/drpcli_plugin_providers_meta_get.rst
M doc/cli/drpcli_plugin_providers_meta_remove.rst
M doc/cli/drpcli_plugin_providers_meta_set.rst
M doc/cli/drpcli_plugins.rst
M doc/cli/drpcli_plugins_meta.rst
M doc/cli/drpcli_plugins_meta_add.rst
M doc/cli/drpcli_plugins_meta_get.rst
M doc/cli/drpcli_plugins_meta_remove.rst
M doc/cli/drpcli_plugins_meta_set.rst
M doc/cli/drpcli_plugins_runaction.rst
M doc/cli/drpcli_pools.rst
M doc/cli/drpcli_pools_active.rst
M doc/cli/drpcli_pools_manage.rst
M doc/cli/drpcli_pools_runaction.rst
M doc/cli/drpcli_pools_status.rst
M doc/cli/drpcli_preflight.rst
M doc/cli/drpcli_prefs.rst
M doc/cli/drpcli_prefs_list.rst
M doc/cli/drpcli_profiles.rst
M doc/cli/drpcli_profiles_meta.rst
M doc/cli/drpcli_profiles_meta_add.rst
M doc/cli/drpcli_profiles_meta_get.rst
M doc/cli/drpcli_profiles_meta_remove.rst
M doc/cli/drpcli_profiles_meta_set.rst
M doc/cli/drpcli_profiles_runaction.rst
M doc/cli/drpcli_proxy.rst
M doc/cli/drpcli_reservations.rst
M doc/cli/drpcli_reservations_meta.rst
M doc/cli/drpcli_reservations_meta_add.rst
M doc/cli/drpcli_reservations_meta_get.rst
M doc/cli/drpcli_reservations_meta_remove.rst
M doc/cli/drpcli_reservations_meta_set.rst
M doc/cli/drpcli_reservations_runaction.rst
M doc/cli/drpcli_resource_brokers.rst
M doc/cli/drpcli_resource_brokers_currentlog.rst
M doc/cli/drpcli_resource_brokers_deletejobs.rst
M doc/cli/drpcli_resource_brokers_group.rst
M doc/cli/drpcli_resource_brokers_inspect.rst
M doc/cli/drpcli_resource_brokers_jobs.rst
M doc/cli/drpcli_resource_brokers_jobs_create.rst
M doc/cli/drpcli_resource_brokers_jobs_current.rst
M doc/cli/drpcli_resource_brokers_jobs_state.rst
M doc/cli/drpcli_resource_brokers_meta.rst
M doc/cli/drpcli_resource_brokers_meta_add.rst
M doc/cli/drpcli_resource_brokers_meta_get.rst
M doc/cli/drpcli_resource_brokers_meta_remove.rst
M doc/cli/drpcli_resource_brokers_meta_set.rst
M doc/cli/drpcli_resource_brokers_runaction.rst
M doc/cli/drpcli_resource_brokers_tasks.rst
M doc/cli/drpcli_resource_brokers_whoami.rst
M doc/cli/drpcli_resource_brokers_work_order.rst
M doc/cli/drpcli_resource_brokers_work_order_off.rst
M doc/cli/drpcli_resource_brokers_work_order_on.rst
M doc/cli/drpcli_roles.rst
M doc/cli/drpcli_roles_meta.rst
M doc/cli/drpcli_roles_meta_add.rst
M doc/cli/drpcli_roles_meta_get.rst
M doc/cli/drpcli_roles_meta_remove.rst
M doc/cli/drpcli_roles_meta_set.rst
M doc/cli/drpcli_stages.rst
M doc/cli/drpcli_stages_meta.rst
M doc/cli/drpcli_stages_meta_add.rst
M doc/cli/drpcli_stages_meta_get.rst
M doc/cli/drpcli_stages_meta_remove.rst
M doc/cli/drpcli_stages_meta_set.rst
M doc/cli/drpcli_stages_runaction.rst
M doc/cli/drpcli_subnets.rst
M doc/cli/drpcli_subnets_meta.rst
M doc/cli/drpcli_subnets_meta_add.rst
M doc/cli/drpcli_subnets_meta_get.rst
M doc/cli/drpcli_subnets_meta_remove.rst
M doc/cli/drpcli_subnets_meta_set.rst
M doc/cli/drpcli_subnets_runaction.rst
M doc/cli/drpcli_support.rst
M doc/cli/drpcli_support_machine-bundle.rst
M doc/cli/drpcli_system.rst
M doc/cli/drpcli_system_active.rst
M doc/cli/drpcli_system_certs.rst
M doc/cli/drpcli_system_certs_get.rst
M doc/cli/drpcli_system_certs_set.rst
M doc/cli/drpcli_system_ha.rst
M doc/cli/drpcli_system_ha_active.rst
M doc/cli/drpcli_system_ha_dump.rst
M doc/cli/drpcli_system_ha_enroll.rst
M doc/cli/drpcli_system_ha_failOverSafe.rst
M doc/cli/drpcli_system_ha_id.rst
M doc/cli/drpcli_system_ha_introduction.rst
M doc/cli/drpcli_system_ha_join.rst
M doc/cli/drpcli_system_ha_leader.rst
M doc/cli/drpcli_system_ha_peers.rst
M doc/cli/drpcli_system_ha_showHa.rst
M doc/cli/drpcli_system_ha_state.rst
M doc/cli/drpcli_system_passive.rst
M doc/cli/drpcli_system_runaction.rst
M doc/cli/drpcli_system_signurl.rst
M doc/cli/drpcli_system_upgrade.rst
M doc/cli/drpcli_system_upgrade_remove.rst
M doc/cli/drpcli_system_upgrade_stage.rst
M doc/cli/drpcli_system_upgrade_start.rst
M doc/cli/drpcli_system_upgrade_status.rst
M doc/cli/drpcli_tasks.rst
M doc/cli/drpcli_tasks_meta.rst
M doc/cli/drpcli_tasks_meta_add.rst
M doc/cli/drpcli_tasks_meta_get.rst
M doc/cli/drpcli_tasks_meta_remove.rst
M doc/cli/drpcli_tasks_meta_set.rst
M doc/cli/drpcli_tasks_runaction.rst
M doc/cli/drpcli_templates.rst
M doc/cli/drpcli_templates_meta.rst
M doc/cli/drpcli_templates_meta_add.rst
M doc/cli/drpcli_templates_meta_get.rst
M doc/cli/drpcli_templates_meta_remove.rst
M doc/cli/drpcli_templates_meta_set.rst
M doc/cli/drpcli_templates_runaction.rst
M doc/cli/drpcli_templates_upload.rst
M doc/cli/drpcli_tenants.rst
M doc/cli/drpcli_tenants_meta.rst
M doc/cli/drpcli_tenants_meta_add.rst
M doc/cli/drpcli_tenants_meta_get.rst
M doc/cli/drpcli_tenants_meta_remove.rst
M doc/cli/drpcli_tenants_meta_set.rst
M doc/cli/drpcli_trigger_providers.rst
M doc/cli/drpcli_trigger_providers_meta.rst
M doc/cli/drpcli_trigger_providers_meta_add.rst
M doc/cli/drpcli_trigger_providers_meta_get.rst
M doc/cli/drpcli_trigger_providers_meta_remove.rst
M doc/cli/drpcli_trigger_providers_meta_set.rst
M doc/cli/drpcli_trigger_providers_runaction.rst
M doc/cli/drpcli_triggers.rst
M doc/cli/drpcli_triggers_meta.rst
M doc/cli/drpcli_triggers_meta_add.rst
M doc/cli/drpcli_triggers_meta_get.rst
M doc/cli/drpcli_triggers_meta_remove.rst
M doc/cli/drpcli_triggers_meta_set.rst
M doc/cli/drpcli_triggers_runaction.rst
M doc/cli/drpcli_users.rst
M doc/cli/drpcli_users_meta.rst
M doc/cli/drpcli_users_meta_add.rst
M doc/cli/drpcli_users_meta_get.rst
M doc/cli/drpcli_users_meta_remove.rst
M doc/cli/drpcli_users_meta_set.rst
M doc/cli/drpcli_users_runaction.rst
M doc/cli/drpcli_users_token.rst
M doc/cli/drpcli_version.rst
M doc/cli/drpcli_version_sets.rst
M doc/cli/drpcli_version_sets_runaction.rst
M doc/cli/drpcli_work_orders.rst
M doc/cli/drpcli_work_orders_meta.rst
M doc/cli/drpcli_work_orders_meta_add.rst
M doc/cli/drpcli_work_orders_meta_get.rst
M doc/cli/drpcli_work_orders_meta_remove.rst
M doc/cli/drpcli_work_orders_meta_set.rst
M doc/cli/drpcli_work_orders_purge.rst
M doc/cli/drpcli_work_orders_run.rst
M doc/cli/drpcli_work_orders_runaction.rst
M doc/cli/drpcli_work_orders_tasks.rst
M doc/cli/drpcli_workflows.rst
M doc/cli/drpcli_workflows_meta.rst
M doc/cli/drpcli_workflows_meta_add.rst
M doc/cli/drpcli_workflows_meta_get.rst
M doc/cli/drpcli_workflows_meta_remove.rst
M doc/cli/drpcli_workflows_meta_set.rst
M doc/cli/drpcli_workflows_runaction.rst
commit 7a91af43c8963d4b40f076a071d9b23ef7e6b70d
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 30 13:03:18 2022 -0500
doc(labs): Add a labs section to the docs
M .gitignore
M README.rst
M cli/labs.go
M conf.py
A doc/labs.rst
commit c932f72ea23440639ef977d8b05098f9751f7757
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 30 09:24:37 2022 -0500
feat(labs): doc function for it
A cli/labs.go
M cli/startup.go
A models/lab.go
M models/utils.go
commit bdf26aec688a4077927e79c670d852bb2b739d65
Author: Michael Rice <michael@michaelrice.org>
Date: Wed Jun 29 09:12:39 2022 -0500
doc(cloud-install): fix typo in link for DO
Signed-off-by: Michael Rice <michael@michaelrice.org>
M doc/install/install-cloud.rst
commit 1791252dbd439d3590a06b48b35fcfcdcad059d2
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Jun 27 22:53:05 2022 -0500
wip(doc): release notes
M doc/rel_notes/summaries/release_v410.rst
commit f89f3060320fc5cad0853dc77a393d52546b86e9
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jun 27 21:25:35 2022 -0500
fix(workorder): Rework the startup work_order mode pieces
M agent/agent.go
M agent/workorder.go
commit 12b2884fc891f3ca48e50ce257f38669713f87a1
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jun 27 16:42:37 2022 -0500
fix(agent): Close workorders when restarting
M agent/agent.go
commit 97f54df6e74285f4b807f664deea6fcb6c0ff208
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jun 27 17:21:12 2022 -0500
fix(models): fix missing scopes for machines,clusters,resource-brokers
feat(models): Add guac scope
M models/role.go
commit 78781e1d0aa7454a45831e7d4c55d4f79214bfea
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jun 27 16:42:37 2022 -0500
fix(agent): Close workorders when restarting
M agent/agent.go
M agent/workorder.go
commit 591cc0464da0f7c1c19889e79bd2e644c965d331
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Jun 27 14:49:36 2022 -0500
Add iteration to JobLogArchive, and add drpcli jobs unpack to use it.
M cli/jobs.go
M cli/startup.go
M models/jobLogArchive.go
M models/jobLogArchive_test.go
commit 0af9e7f9b73797c8384c1bab270ce4e462995520
Author: Rob Hirschfeld <rob@rackn.com>
Date: Fri Jun 24 17:18:58 2022 -0500
feat(install): include DO TF script
M doc/install/install-cloud.rst
A integrations/terraform/digitalocean.tf
M integrations/terraform/google.tf
commit 26d551651808ff9785a4399971258a4b98c4dfc7
Author: Rob Hirschfeld <rob@rackn.com>
Date: Fri Jun 24 16:31:21 2022 -0500
feat(install): add google cloud terraform
M doc/install/install-cloud.rst
A integrations/terraform/google.tf
commit 1c6c110a3c150f9937fba9f14450fd4a2413eced
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri Jun 24 11:13:19 2022 -0500
Unify job whiteout logic
M models/jobLogArchive.go
commit 53c8ff4ff0a750e3e5154738c2416ae008eac107
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri Jun 24 09:09:29 2022 -0500
Add multi-file log import
M models/jobLogArchive.go
M models/jobLogArchive_test.go
commit ff2e154645ccbda7b6b4718e7db8163f01cfe583
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Jun 23 17:48:27 2022 -0500
refactor(quickstart): test and tweak
M integrations/terraform/azure.tf
M integrations/terraform/linode.tf
commit c7b43db8421d00bf4ec7beb54ece4f0d280633c2
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Jun 23 10:58:37 2022 -0500
refactor(install): improvements to Terraform in cloud install
M doc/install/install-cloud.rst
M integrations/terraform/aws.tf
A integrations/terraform/azure.tf
M integrations/terraform/linode.tf
commit 734b937007f44e05c294f8109289a880c5e0a5fe
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Jun 23 10:55:45 2022 -0500
doc(release): wip release notes
M doc/rel_notes/summaries/release_v410.rst
commit 3d6d46312da694dd735e34799f44f64ff8648cd0
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Jun 22 11:04:06 2022 -0500
Make sure ImportLog has a machine ID parameter
M models/jobLogArchive.go
M models/jobLogArchive_test.go
commit 1edf24f45755bc370c0eb22b9d6fa33e0151a6e4
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sat Jun 18 15:46:55 2022 -0500
Add ImportReader
M models/jobLogArchive.go
commit 6658f6ae48e0046ce0dde2bb99c24adcae9ca49b
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sat Jun 18 14:55:32 2022 -0500
Add RawLogEntry
M models/jobLogArchive.go
commit 4b3fd014f2245a82f1f2bbfa076138b6d815f7b1
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sat Jun 18 14:08:41 2022 -0500
Add StreamOneTo function to the JobLogArchive
M models/jobLogArchive.go
commit 6adb8b67c2b14ec7f6061ca16ee83d86d24b179e
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 21 17:54:25 2022 -0500
fix(install.sh): Make sure we include all the containers for the default universal pieces
M tools/install.sh
commit f0fbb3f945a3d3a61c50141254494541e9768451
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 21 16:34:06 2022 -0500
fix(install.sh): fix rocketskates removal to do correct code
M tools/install.sh
commit 1c48b7d9f76958c5365689b570040ba1261e9aab
Author: Shane Gibson <shane@rackn.com>
Date: Mon Jun 20 12:22:14 2022 -0700
enhance(quickstart): Fix URLs, remove warning, cleanups
M doc/quickstart.rst
commit 36ee005c078d095f6ffcf7f2370ba03e1a609366
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sat Jun 18 13:27:39 2022 -0500
Add MachineID to the JobEntryLog header.
M models/jobLogArchive.go
commit 43c3d29c1b50846991697b1459b7943cc3c53846
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri Jun 17 12:36:56 2022 -0500
feat(jobArchive): Switch to forked seekable zstd support
M go.mod
M go.sum
M models/jobLogArchive.go
commit 61fefce4be096bfbb2b17136bc2f4fa76dae3976
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Thu Jun 16 14:09:01 2022 -0500
feat(jobLogArchive): Add job log archiving.
Some of our larger installs are stymied by having several million
loose job logs lying around, which does terrible things whenever we
have to purge or manage them. This adds an archive method
for storing job logs that are no longer being actively written to.
The archive format is designed to support unlimited concurrent read,
append-only writes, and effective compression while still allowing
for partial access of the individual logs.
M go.mod
M go.sum
A models/jobLogArchive.go
A models/jobLogArchive_test.go
commit c2cbcb297502a8b2f02b3688b848c769ee24e11f
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 16 23:40:56 2022 -0500
fix(install.sh): Ignore remove rocketskates if DRP_USER is rocketskates
fixes rackn/provision#626
M tools/install.sh
commit 5c2e66b3f84efe96f9d6bd573dc519672d9fd2c3
Author: Rob Hirschfeld <rob@rackn.com>
Date: Wed Jun 15 13:54:27 2022 -0500
doc(release): updates to release notes for v4.10
M doc/rel_notes/summaries/release_v410.rst
A doc/rel_notes/summaries/release_v411.rst
M doc/rel_notes/summaries/release_v49.rst
commit 11f450b05be450cb3323a9b4d776ff30bbef403b
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri Jun 10 10:41:48 2022 -0500
Machine migrate ticket needs info get permissions.
M cli/machines.go
commit 04ee82f77bf2c637cc50401cd40ca3c46f82e8f2
Author: Tim Bosse <tim@rackn.com>
Date: Thu Jun 9 09:43:23 2022 -0400
enhance(cli): completions for most common shells
Upgrade cobra to v1.4.0
Add zsh, fish, powershell.
Only output to stdout.
Document how to use in command help.
Closes #623
M cli/startup.go
M go.mod
M go.sum
commit da658029940b86d069e77d47c50406d15ce75607
Author: Tim Bosse <tim@rackn.com>
Date: Thu Jun 9 09:29:39 2022 -0400
fix(cli): drop unused variable and trailing spaces
Verify defaultEndpoint isn't used anywhere.
Fixes #622
M cli/startup.go
commit 92dd7b5af0d88c81c52448bd2a351e06ae516131
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 8 17:54:10 2022 -0500
refactor: Fix spelling issues
M agent/workflow.go
M cli/bootenv.go
M cli/preflight.go
M cli/startup.go
M models/aaplbsdp.go
M models/bootenv.go
M models/content.go
M models/errors.go
M models/ha-state.go
M models/owner.go
M plugin/interfaces.go
M store/common.go
M store/stack.go
commit e6fee68b42cf569dd90146d6bbb2654d0a21f705
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 8 17:44:29 2022 -0500
refactor: run gofmt -s on some files
M cli/parser_test.go
M cli/startup.go
M cli/utils.go
M cli/utils_test.go
M models/task.go
commit e4b61a3c96f971caf05fef62100ad93209469d5d
Author: Rob Hirschfeld <rob@rackn.com>
Date: Wed Jun 8 17:09:15 2022 -0500
feat(install): Fixes rackn/provision#620 - return accidently removed aws.tf
A integrations/terraform/aws.tf
commit b00bbdab3cb6307d8c926cf6ec19b368ff33a889
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 8 16:57:15 2022 -0500
fix: turn on swagger doc again
M conf.py
commit a4a8c63ebb23bf3a0375d48386f71e3409334411
Author: Rob Hirschfeld <rob@rackn.com>
Date: Wed Jun 8 16:03:03 2022 -0500
doc(alerts): capture updated template expand
M doc/arch/data.rst
commit 0e0d3f8391eec6087d3d73aff1f0c4d00f65df1d
Author: Rob Hirschfeld <rob@rackn.com>
Date: Wed Jun 8 16:01:55 2022 -0500
feat(install): Fixes rackn/provision#620 - allow users to set default user and password
M doc/install/install-cloud.rst
D integrations/terraform/aws.tf
M integrations/terraform/linode.tf
commit 759548eb57007e242cb9b429d101211cd4b4751f
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 8 15:45:48 2022 -0500
doc: fix more little nits
A doc/arch/cluster-pre48.rst
M doc/arch/cluster.rst
M doc/rel_notes/summaries/release_v410.rst
commit 97a0ea4838bf2ba1d04bb568e91c2fc5f18bbef9
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 8 14:36:51 2022 -0500
doc: fix relnotes (some) and also clean-up some pieces
M conf.py
D doc/arch/cluster-pre48.rst
M doc/arch/metadata.rst
M doc/arch/workorder.rst
M doc/rackn/license.rst
M tools/build_rel_notes.sh
commit df51c5ad8eb310bdee50d7875cb0900cac82550c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 8 13:04:44 2022 -0500
fix(cli): remove infinite loop
M cli/user.go
commit ab8b58f904458430f636e4d8cbb9fd4e2ad8134c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 7 12:37:06 2022 -0500
doc: adds trigger filter update, rendering lists, aggregation
Fixes rackn/provision#621
M cli/commandHelper.go
M doc/api.rst
M doc/arch/data.rst
M doc/arch/workorder.rst
M doc/cli/drpcli.rst
M doc/cli/drpcli_alerts_count.rst
M doc/cli/drpcli_alerts_list.rst
M doc/cli/drpcli_blueprints_count.rst
M doc/cli/drpcli_blueprints_list.rst
M doc/cli/drpcli_bootenvs_count.rst
M doc/cli/drpcli_bootenvs_list.rst
M doc/cli/drpcli_catalog_item.rst
M doc/cli/drpcli_catalog_item_detail.rst
M doc/cli/drpcli_catalog_item_download.rst
M doc/cli/drpcli_catalog_item_install.rst
M doc/cli/drpcli_catalog_item_show.rst
M doc/cli/drpcli_catalog_items_count.rst
M doc/cli/drpcli_catalog_items_list.rst
M doc/cli/drpcli_clusters_count.rst
M doc/cli/drpcli_clusters_list.rst
M doc/cli/drpcli_contexts_count.rst
M doc/cli/drpcli_contexts_list.rst
M doc/cli/drpcli_endpoints_count.rst
M doc/cli/drpcli_endpoints_list.rst
M doc/cli/drpcli_extended_count.rst
M doc/cli/drpcli_extended_list.rst
M doc/cli/drpcli_identity_providers_count.rst
M doc/cli/drpcli_identity_providers_list.rst
M doc/cli/drpcli_interfaces_count.rst
M doc/cli/drpcli_interfaces_list.rst
M doc/cli/drpcli_jobs_count.rst
M doc/cli/drpcli_jobs_list.rst
M doc/cli/drpcli_leases_count.rst
M doc/cli/drpcli_leases_list.rst
M doc/cli/drpcli_machines_count.rst
M doc/cli/drpcli_machines_list.rst
A doc/cli/drpcli_net.rst
A doc/cli/drpcli_net_autogen.rst
A doc/cli/drpcli_net_compile.rst
A doc/cli/drpcli_net_generate.rst
A doc/cli/drpcli_net_phys.rst
M doc/cli/drpcli_params_count.rst
M doc/cli/drpcli_params_list.rst
M doc/cli/drpcli_plugin_providers_count.rst
M doc/cli/drpcli_plugin_providers_list.rst
M doc/cli/drpcli_plugins_count.rst
M doc/cli/drpcli_plugins_list.rst
M doc/cli/drpcli_pools_count.rst
M doc/cli/drpcli_pools_list.rst
M doc/cli/drpcli_profiles_count.rst
M doc/cli/drpcli_profiles_list.rst
M doc/cli/drpcli_reservations_count.rst
M doc/cli/drpcli_reservations_list.rst
M doc/cli/drpcli_resource_brokers_count.rst
M doc/cli/drpcli_resource_brokers_list.rst
M doc/cli/drpcli_roles_count.rst
M doc/cli/drpcli_roles_list.rst
M doc/cli/drpcli_stages_count.rst
M doc/cli/drpcli_stages_list.rst
M doc/cli/drpcli_subnets_count.rst
M doc/cli/drpcli_subnets_list.rst
M doc/cli/drpcli_tasks_count.rst
M doc/cli/drpcli_tasks_list.rst
M doc/cli/drpcli_templates_count.rst
M doc/cli/drpcli_templates_list.rst
M doc/cli/drpcli_tenants_count.rst
M doc/cli/drpcli_tenants_list.rst
M doc/cli/drpcli_trigger_providers_count.rst
M doc/cli/drpcli_trigger_providers_list.rst
M doc/cli/drpcli_triggers_count.rst
M doc/cli/drpcli_triggers_list.rst
M doc/cli/drpcli_users_count.rst
M doc/cli/drpcli_users_list.rst
M doc/cli/drpcli_version_sets_count.rst
M doc/cli/drpcli_version_sets_list.rst
M doc/cli/drpcli_work_orders_count.rst
M doc/cli/drpcli_work_orders_list.rst
M doc/cli/drpcli_workflows_count.rst
M doc/cli/drpcli_workflows_list.rst
commit 9e4cfca0e3e09fe1527399b4375374be4169dbde
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Jun 7 12:36:15 2022 -0500
feat(install): #620 - allow users to set default user and password
M doc/install/install-cloud.rst
M integrations/terraform/aws.tf
M integrations/terraform/linode.tf
commit 385aeff06760d801732601d0c97d2a2a73516c0f
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Jun 7 11:55:28 2022 -0500
feat(migrate): Add machine migration CLI commands.
This add the CLI commands that will be needed for machine migration.
For now, it only handles basic machine migration, not full-on job migration.
That will be handled in a later update, once I work out what is needed
to make job migration idempotent and restartable.
M cli/machines.go
M models/role.go
commit 0c8c53b170c0f7b632921e4503ecb587cc78b5bb
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Jun 7 11:53:40 2022 -0500
fix(userToken): Fix user CLI token issuing.
It has been broken since roughly forever. Fix the CLI to use roles
as the API expects.
M cli/user.go
commit b008e7a192ac772a054533134d62e31b42d9f8c2
Author: Shane Gibson <shane@rackn.com>
Date: Sat Jun 4 08:06:25 2022 -0700
fix(doc): Add title for API rate limiting, fix no newline
M doc/rackn/license.rst
commit c17ab4391cae8dfc7d3d9663a973ac7943472d21
Author: Shane Gibson <shane@rackn.com>
Date: Sat Jun 4 08:02:50 2022 -0700
enhance(doc): Add KB on creating tokens
M doc/arch/auth.rst
A doc/kb/kb-00078.rst
commit d3a74925a085a9065d182c822cfc93d6bb9e34f2
Author: Rob Hirschfeld <rob@rackn.com>
Date: Fri Jun 3 11:26:08 2022 -0500
doc(meta): re-organize and add latest metadata values to docs
M doc/arch.rst
A doc/arch/metadata.rst
M doc/rel_notes/summaries/release_v410.rst
M doc/ux/portalux.rst
commit 82fd64b6dc98f63b1ea1806a9104e784fb5d9f9c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 1 16:42:54 2022 -0500
build: update publish for darwin/arm64
M tools/publish.sh
commit 07fc67cb32c6e4667c4086bc5de2ec524f4a90ce
Author: Michael Rice <michael@michaelrice.org>
Date: Tue May 31 15:54:43 2022 -0500
fix(drpcli): Windows doesnt load config file
On Windows drpclirc isnt loadec without using a workaround.
This will correct that by checking the OS and loading the correct values
Fixes: #618
Fixes: rackn/product-backlog#210
Signed-off-by: Michael Rice <michael@michaelrice.org>
M cli/startup.go
commit 19b66615b9e053157cd21a3ef367a0a608e753db
Author: Tim Bosse <tim@rackn.com>
Date: Tue May 31 17:09:06 2022 -0400
fix(kb): fix example url
M doc/kb/kb-00010.rst
commit 41d5b66a38f43ef11113e9e2db3c1b409f8b9f71
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun May 22 21:50:17 2022 -0500
doc: define the task-parameter-conversion map
M doc/arch/provision.rst
commit eb5e198f1b0bf67e66c7457d14b49419c10a725c
Author: Zaheena <zaheena@gmail.com>
Date: Sun May 22 18:30:18 2022 -0400
fix(cli): session is only created for updateLocal
M cli/startup.go
commit 9f50ffbcf40274db1cc303577565f3a76cc14dd2
Author: Zaheena <zaheena@gmail.com>
Date: Sun May 22 18:22:32 2022 -0400
fix(cli): remove all occurrances of allow no session
M cli/startup.go
commit 3dcf99576805eb233b236f6dc0e0044f5701746c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun May 22 17:18:09 2022 -0500
fix(cli): clear the allowNoSession always
M cli/startup.go
commit 4a90c3864c41acf0eeeb368e80e32b5b346d9950
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sat May 21 17:31:17 2022 -0500
feat(model): add output parameeter helpers
M models/stage.go
M models/task.go
commit a42983017fc2aa268cce579280b6a97c63f651b2
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sat May 21 16:59:19 2022 -0500
doc(cli): Update agent install help and docs.
Fixes rackn/provision#300
M cli/agent.go
M doc/cli/drpcli_agent.rst
commit 0f01a8b99e3443ba6540a987ae7bacf3e5aa3fb1
Author: Zaheena <zaheena@gmail.com>
Date: Fri May 20 15:45:17 2022 -0400
fix(tests): temporary fix for build failing
M cli/startup.go
commit d8f048270bd4aa347195939dd22d173ec70cc66c
Author: Zaheena <zaheena@gmail.com>
Date: Tue May 17 22:28:34 2022 -0400
fix(airgap): setting catalog source for each url. Removing session timeout
M cli/startup.go
M cli/utils.go
commit 6c8fc4aac63efd73daf0b9dff7794e6366d05614
Author: Zaheena <zaheena@gmail.com>
Date: Fri May 20 11:38:49 2022 -0400
fix(install.sh) missing start-wait-time doc
M tools/install.sh
commit f92dd3fb439fe6ae03c59fa383c77fabf73a5692
Author: Zaheena <zaheena@gmail.com>
Date: Mon May 16 15:49:32 2022 -0400
fix(install.sh): making the startup wait time an argument so it can be increased/decreased as necessary
M tools/install.sh
commit 0f5bff35eca778886d7844490e2b1b9911b9f3b6
Author: Tim Bosse <tim@rackn.com>
Date: Fri May 13 13:49:43 2022 -0400
fix(install): warn if preflight unavailable
If drpcli preflight is unavailable, print a warning and skip
service ports check.
Closes https://gitlab.com/rackn/provision/-/issues/617
M tools/install.sh
commit f501d4ceeed40fff4089bcee768e6b41922c837d
Author: Tim Bosse <tim@rackn.com>
Date: Fri May 13 10:41:51 2022 -0400
fix(install): setup jq early with drpcli
Closes https://gitlab.com/rackn/provision/-/issues/616
M tools/install.sh
commit 390e725ab82882030529932a228c9fb0f87164dd
Author: Zaheena <zaheena@gmail.com>
Date: Thu May 12 21:55:29 2022 -0400
feat(catalog): allow for session to be unavailable for catalog calls
M cli/startup.go
commit 17cd0da9d680fefc9a52244d0bf4ef0bab298ce5
Author: Zaheena <zaheena@gmail.com>
Date: Thu May 12 16:32:43 2022 -0400
fix(install.sh): upping wait time for drp to start
M tools/install.sh
commit 8dafba598822dfe76ae5806a57632b4998776363
Author: Rob Hirschfeld <rob@rackn.com>
Date: Fri May 6 12:30:00 2022 -0500
fix(doc): update currentjob to be correct
M doc/arch/data.rst
commit efe43551411b3c074922367230fe47f3c8358283
Author: Zaheena <zaheena@gmail.com>
Date: Fri May 6 10:09:41 2022 -0400
fix(airgap): setting catalog source as needed
M cli/utils.go
commit c4b79b8f50c2fdee001741bf5de43b2a669fba0c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu May 5 14:13:57 2022 -0500
doc: add secure DHCP issue
M doc/deployment.rst
commit b207e1fe0a764016a75609a5af55378539f8aa4a
Author: Zaheena <zaheena@gmail.com>
Date: Thu May 5 13:50:33 2022 -0400
fix(airgap): mkdir if it does not exist
M cli/airgap.go
commit 74758a434fd06f49cbd38458d54c48633603ad97
Author: Zaheena <zaheena@gmail.com>
Date: Wed May 4 16:24:12 2022 -0400
fix(airgap): nil pointer when getting files from location
M cli/airgap.go
commit 3121de23cda954ab7ed267950ba46b4c5210f6c8
Author: Zaheena <zaheena@gmail.com>
Date: Tue May 3 20:59:36 2022 -0400
feat(catalogs): using manager catalog url for managers
M cli/utils.go
commit f5327fabf06deb1975e4087d2220601f7070bf5c
Author: Zaheena <zaheena@gmail.com>
Date: Wed May 4 10:33:48 2022 -0400
fi(airgap): better error handling around download docker contexts
M cli/airgap.go
commit d593769976591503c8cbb061c5cefc96d712f5f8
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue May 3 14:13:01 2022 -0500
doc: fix updates
M doc/cli/drpcli_alerts.rst
M doc/cli/drpcli_alerts_create.rst
D doc/cli/drpcli_alerts_meta.rst
D doc/cli/drpcli_alerts_meta_add.rst
D doc/cli/drpcli_alerts_meta_get.rst
D doc/cli/drpcli_alerts_meta_remove.rst
D doc/cli/drpcli_alerts_meta_set.rst
M doc/cli/drpcli_alerts_post.rst
commit 1e53bf2194531212d8e6fdaa6723c9313e450ad8
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue May 3 13:42:45 2022 -0500
feat(alerts): allow for unique alert creation
M cli/alerts.go
M cli/commandHelper.go
M cli/new_common.go
M models/alert.go
commit d3dd54e30eafe099032dca4866a9a92f301888ee
Author: Michael Rice <michael@michaelrice.org>
Date: Tue May 3 11:39:54 2022 -0500
doc(kb009): fixed the esxi default password.
The default esxi password is RocketSkates. This changes fixes the fix from the last commit.
Signed-off-by: Michael Rice <michael@michaelrice.org>
M doc/kb/kb-00009.rst
commit d06963748cba30882a578f6dde3be5bbd3aa4a72
Author: Shane Gibson <shane@rackn.com>
Date: Mon May 2 12:26:44 2022 -0700
fix(doc): Fix ESXi root password defaults in KB
M doc/kb/kb-00009.rst
commit dcc83ab5478dffa191f30872a049299d1b3c923c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sat Apr 30 13:05:45 2022 -0500
feat(alerts): add user acknowledgable alerts
M api/objects_test.go
A cli/alerts.go
M doc/cli/drpcli.rst
M doc/cli/drpcli_airgap_build.rst
A doc/cli/drpcli_alerts.rst
A doc/cli/drpcli_alerts_ack.rst
A doc/cli/drpcli_alerts_add.rst
A doc/cli/drpcli_alerts_await.rst
A doc/cli/drpcli_alerts_count.rst
A doc/cli/drpcli_alerts_create.rst
A doc/cli/drpcli_alerts_destroy.rst
A doc/cli/drpcli_alerts_etag.rst
A doc/cli/drpcli_alerts_exists.rst
A doc/cli/drpcli_alerts_get.rst
A doc/cli/drpcli_alerts_indexes.rst
A doc/cli/drpcli_alerts_list.rst
A doc/cli/drpcli_alerts_meta.rst
A doc/cli/drpcli_alerts_meta_add.rst
A doc/cli/drpcli_alerts_meta_get.rst
A doc/cli/drpcli_alerts_meta_remove.rst
A doc/cli/drpcli_alerts_meta_set.rst
A doc/cli/drpcli_alerts_params.rst
A doc/cli/drpcli_alerts_patch.rst
A doc/cli/drpcli_alerts_post.rst
A doc/cli/drpcli_alerts_remove.rst
A doc/cli/drpcli_alerts_set.rst
A doc/cli/drpcli_alerts_show.rst
A doc/cli/drpcli_alerts_update.rst
A doc/cli/drpcli_alerts_uploadiso.rst
A doc/cli/drpcli_alerts_wait.rst
M doc/cli/drpcli_catalog_copyLocal.rst
M doc/cli/drpcli_catalog_updateLocal.rst
A doc/cli/drpcli_preflight.rst
A doc/cli/drpcli_preflight_checkports.rst
A models/alert.go
M models/utils.go
commit 6ca0d2fa9b71612b18329ced59ad1fcca46c18cc
Author: Shane Gibson <shane@rackn.com>
Date: Mon May 2 09:47:56 2022 -0700
enhance(doc): mark old airgap documentation DEPRECATED
M doc/operations/airgap.rst
commit 460226716e44839ae9108e24e9f9f7b1959332e8
Author: Shane Gibson <shane@rackn.com>
Date: Fri Apr 29 15:13:27 2022 -0700
enhance(doc): Enhance KB 00077 with agent config/start process
M doc/kb/kb-00077.rst
commit 716bc1b76f4826958ad1625c964c0ac2fe106604
Author: Zaheena <zaheena@gmail.com>
Date: Fri Apr 29 10:09:42 2022 -0400
fix(catalog): pre-filter src items to avoid duplicates. process provisioner url
M cli/utils.go
commit 836151eac15b1fae065f127cd93464df8903ccab
Author: Zaheena <zaheena@gmail.com>
Date: Mon Apr 25 21:48:22 2022 -0400
feat(catalog_urls): fetching items from catalog params if set
M cli/airgap.go
M cli/catalog.go
M cli/utils.go
commit bf817512ac14482a3cbf9286416d57c758799e86
Author: Shane Gibson <shane@rackn.com>
Date: Wed Apr 27 12:23:09 2022 -0700
fix(doc): Fix main Doc page bad license URL reference
M README.rst
commit b91736a734ed32fb639dd88937de4b34668f1a6d
Author: Shane Gibson <shane@rackn.com>
Date: Fri Apr 22 17:09:46 2022 -0700
fix(doc): Fix KB-00076 RST formatting for table
M doc/kb/kb-00076.rst
commit c4682530eaa5609daad945183fa42913d09e9ecd
Author: Shane Gibson <shane@rackn.com>
Date: Fri Apr 22 17:07:13 2022 -0700
enhance(doc): Add KB on basic Agent capability on MacOS platforms
A doc/kb/kb-00077.rst
commit 6b8176830898aaf0f0d0b697e8ac256871331627
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Apr 21 15:10:28 2022 -0500
fix: update install.sh version for uniqueness
M tools/install.sh
commit 4e02e523e32e7b0369370aceb88a7f5866b08c54
Author: Shane Gibson <shane@rackn.com>
Date: Wed Apr 20 13:01:18 2022 -0700
enhance(doc): Add KBs for Callbacks and Time Units
M doc/api/api-example-universal-curl.rst
A doc/kb/kb-00075.rst
A doc/kb/kb-00076.rst
commit 9a102a5f72c82ea1b521de4678861a431f0d476a
Author: Tim Bosse <tim@rackn.com>
Date: Wed Apr 20 13:28:35 2022 -0400
fix(install): set WorkingDirectory
M tools/install.sh
commit 9fc4450e52468d0d466db523af9de9e87eee95e3
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Apr 19 12:32:04 2022 -0500
feat(quickstart): add terraform quickstart plans
doc(quickstart): update links
M doc/install/install-cloud.rst
A integrations/terraform/aws.tf
A integrations/terraform/linode.tf
commit 889c27160b75e72b7a5609af2c517fbef9af65d8
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Apr 19 12:19:24 2022 -0500
doc(doc): collected minor edits
M doc/arch/data.rst
M doc/kb/kb-00042.rst
M doc/rel_notes/summaries/release_v410.rst
commit 7590c64c7aa2e5212b0b870ec380913176cfdb3b
Author: Zaheena <zaheena@gmail.com>
Date: Tue Apr 19 10:18:59 2022 -0400
feat(catalog): adding a --all flag that allows you to download everything
M cli/airgap.go
M cli/catalog.go
M cli/utils.go
commit c918a055128eea1418fb1f55a8de37d4a7b79c88
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Apr 18 14:20:40 2022 -0500
fix(models): Allow subprofiles to be have Profile names
M models/cluster.go
M models/machine.go
M models/pool.go
M models/profile.go
M models/resource_broker.go
M models/stage.go
commit 512109761ab90fe77d8a013540ab115ba7f63cd7
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Apr 18 13:31:07 2022 -0500
fix(models): Allow subnet and profile to start with numbers
Customers have been asking for this. They often use numbers to
start profiles and subnets.
Fixes rackn/product-backlog#29 and rackn/provision#177
M models/profile.go
M models/subnet.go
commit 0ab779534682e60ae2c5e4936b6fd5f1520882ec
Author: Tim Bosse <tim@rackn.com>
Date: Fri Apr 15 15:26:52 2022 -0400
feat(install): configure/check services/ports.
M tools/install.sh
commit 4619811bbbb89e37d3bf3eb6ea571920c0beace5
Author: Tim Bosse <tim@rackn.com>
Date: Fri Apr 15 15:25:17 2022 -0400
feat(cli): preflight check service ports.
A cli/preflight.go
M cli/startup.go
commit 0c2e3ba75570632bc8402f9d215171c72c24ccb6
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Apr 15 13:28:35 2022 -0500
feat: add group-by/range-only for list
M api/client.go
commit 9efe928a5d75d545eb2b87a90088c085e2e1fede
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Apr 12 23:35:21 2022 -0500
refactor(await): to allow for reuse of the test object code
feat(trigger): Update WorkOrder to have a Filter
feat(trigger): Update Trigger to have QueueMode
A api/await.go
M cli/commandHelper.go
M cli/parser_test.go
M models/trigger.go
M models/work_order.go
commit 3d1a454ef9f2ca5ae900cf3d246040462984bc42
Author: Zaheena <zaheena@gmail.com>
Date: Tue Apr 12 15:58:37 2022 -0400
feat(support): adding content and drp info to bundle
M cli/support.go
commit 6341baccb349e073581db3f4498834d1aa94348a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Apr 11 16:05:29 2022 -0500
doc: Fix indexing of TOC for doc
M doc/integrations/terraform.rst
commit b22bd339b9645654d5826998db8b0e06d0b26093
Author: Zaheena <zaheena@gmail.com>
Date: Mon Apr 11 16:06:39 2022 -0400
feat(cli): adding os info to catalog item show
M cli/catalog.go
commit 8c934f27f8621bbeb35d5be07ccb7119053463b5
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Thu Apr 7 12:42:20 2022 -0500
doc(upgrades): Document the self-upgrade process.
This adds documentation for both the new two-phase self upgrade process
as well as the legacy one-step upgrade process.
M doc/operation.rst
A doc/operations/upgrade.rst
commit 97ef8dcf5e11d4cd0d7d5272642b5c4aa22eb93d
Author: Zaheena <zaheena@gmail.com>
Date: Thu Apr 7 12:15:13 2022 -0400
fix(docs) static certs updates
M doc/faq-troubleshooting.rst
M doc/operations/certs.rst
commit 4bc94638bd7d25edf1c87ee0f3646ab14d4a9146
Author: Michael Rice <michael@michaelrice.org>
Date: Thu Apr 7 10:40:56 2022 -0500
doc(kb31): added ubuntu 20 url
Added an example URL for Ubuntu 20 with the autoinstall
Signed-off-by: Michael Rice <michael@michaelrice.org>
M doc/kb/kb-00031.rst
commit 76af35d13a92da59bd53579f729f6c5369068e47
Author: Zaheena <zaheena@gmail.com>
Date: Tue Apr 5 15:33:12 2022 -0400
feat(catalog): adding a new call to see catalog item details
M cli/catalog.go
M doc/cli/drpcli_catalog_item.rst
A doc/cli/drpcli_catalog_item_detail.rst
commit 8ac747f06f336fdef84e04243c6e09b1da51ff0d
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 29 10:57:18 2022 -0500
doc: pdf is still broken
M .readthedocs.yaml
commit 1daffbc9ccfea492d4d9564cfe9a96027bd748a9
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 29 10:40:35 2022 -0500
doc: turn on pdf builds
M .readthedocs.yaml
commit 05ab3fae796832c22558f664f802226d595518d8
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 29 10:11:23 2022 -0500
doc: remove swagger-doc for the moment.
M conf.py
commit 5615d35c006f066da46948f4441f424e55d83173
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Mar 28 11:51:35 2022 -0500
doc: update pieces
M requirements.txt
commit c6d18e5439801f9e9a92d00776b82ddf8a22e7e4
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Mar 28 11:44:19 2022 -0500
doc: try 3.6 python
M .readthedocs.yaml
commit a025c33fc59eab8afc7a79b8a9e0b33f1df30be3
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Mar 28 11:40:11 2022 -0500
doc: more attempts
M requirements.txt
commit 71ff1b3738ec24c70d9e1d0c1c36be4005e36227
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Mar 28 11:31:32 2022 -0500
doc: try some req updates
M conf.py
M requirements.txt
commit 22175b5c45a140ab3310eec8b8e6b379b49c4844
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Mar 28 11:10:17 2022 -0500
doc: remove swagger-doc for the moment
M conf.py
commit e79ecd0bab52ebb109df92bfa4d2ca17e0b530bc
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Mar 28 10:01:13 2022 -0500
doc: update requirements.txt
M requirements.txt
commit 703b0909bd09a8b42bc418e12ce77096e49f9ce8
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Mar 28 09:55:11 2022 -0500
doc: add readthedocs config
A .readthedocs.yaml
commit c78f7275910290d67f2eecd71b3ef3981c9dbef7
Author: Shane Gibson <shane@rackn.com>
Date: Thu Mar 24 10:16:28 2022 -0700
enhance(doc): Add KB for current drpcli arch/os, and building drpcli
A doc/kb/kb-00073.rst
A doc/kb/kb-00074.rst
M doc/setup/preparing.rst
commit a833597f0887b3673501a68b9f85593e08d178c0
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Mar 21 08:53:31 2022 -0500
fix(compat): Go 1.18 compat updates and enhanced plugin cleanup.
Go 1.18 requires an updated version of json-iterator, since adding generics
changed how objects are layed out in memory in certain cases. Pull in that
update.
Add code to have the plugin providers die if their parent PID changes. Since
we expect all plugin providers to be run as direct children of dr-provision,
this can be used as an alternative method of making sure that plugin providers
get cleaned up if dr-provision is not able to reap them properly.
M go.mod
M go.sum
M plugin/plugin.go
commit df0d66f2b62f948ea6f2656591f8e480ea98a686
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Mar 11 13:06:45 2022 -0600
fix: allow autocomplete to go to stdout
M cli/startup.go
commit 5583aee3d01e26f5c1d277f12544e78caa5fa74a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Mar 11 09:42:26 2022 -0600
build: update for gohai update
M go.mod
M go.sum
commit 089382582c0b6fe5a1e0f58dd36aaa5bbb5d64cf
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Mar 9 13:15:50 2022 -0600
fix(tests): Delete more server/arch specific tests
M api/files_test.go
M cli/00_aone_test.go
commit 5a90ef20bf6cec668995f6d6489c33e1c110ff1c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Mar 9 08:40:16 2022 -0600
doc: fix bad workflow reference
M doc/arch/workorder.rst
commit bd65679ebd83757565dfecae879ee28f851380af
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 8 17:09:11 2022 -0600
doc: more ref fixes
M doc/install/install-airgap.rst
M doc/operations/universal.rst
commit 6deabe2509db38eece1943827a9cfa0e18a2c75d
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 8 15:24:40 2022 -0600
doc: update the cli docs to have refs
M doc/cli/drpcli.rst
M doc/cli/drpcli_agent.rst
M doc/cli/drpcli_airgap.rst
M doc/cli/drpcli_airgap_build.rst
M doc/cli/drpcli_airgap_explode.rst
M doc/cli/drpcli_autocomplete.rst
A doc/cli/drpcli_blueprints.rst
R087 doc/cli/drpcli_work_order_templates_action.rst doc/cli/drpcli_blueprints_action.rst
R087 doc/cli/drpcli_work_order_templates_actions.rst doc/cli/drpcli_blueprints_actions.rst
A doc/cli/drpcli_blueprints_add.rst
R086 doc/cli/drpcli_work_order_templates_addprofile.rst doc/cli/drpcli_blueprints_addprofile.rst
R086 doc/cli/drpcli_work_order_templates_addtask.rst doc/cli/drpcli_blueprints_addtask.rst
R089 doc/cli/drpcli_work_order_templates_await.rst doc/cli/drpcli_blueprints_await.rst
R089 doc/cli/drpcli_repeating_work_orders_count.rst doc/cli/drpcli_blueprints_count.rst
R089 doc/cli/drpcli_work_order_templates_create.rst doc/cli/drpcli_blueprints_create.rst
R088 doc/cli/drpcli_work_order_templates_destroy.rst doc/cli/drpcli_blueprints_destroy.rst
R087 doc/cli/drpcli_repeating_work_orders_etag.rst doc/cli/drpcli_blueprints_etag.rst
R088 doc/cli/drpcli_work_order_templates_exists.rst doc/cli/drpcli_blueprints_exists.rst
R087 doc/cli/drpcli_work_order_templates_get.rst doc/cli/drpcli_blueprints_get.rst
R090 doc/cli/drpcli_work_order_templates_indexes.rst doc/cli/drpcli_blueprints_indexes.rst
R091 doc/cli/drpcli_work_order_templates_list.rst doc/cli/drpcli_blueprints_list.rst
A doc/cli/drpcli_blueprints_meta.rst
R085 doc/cli/drpcli_repeating_work_orders_add.rst doc/cli/drpcli_blueprints_meta_add.rst
R087 doc/cli/drpcli_work_order_templates_meta_get.rst doc/cli/drpcli_blueprints_meta_get.rst
R086 doc/cli/drpcli_repeating_work_orders_remove.rst doc/cli/drpcli_blueprints_meta_remove.rst
R086 doc/cli/drpcli_work_order_templates_set.rst doc/cli/drpcli_blueprints_meta_set.rst
R089 doc/cli/drpcli_work_order_templates_params.rst doc/cli/drpcli_blueprints_params.rst
R089 doc/cli/drpcli_work_order_templates_patch.rst doc/cli/drpcli_blueprints_patch.rst
A doc/cli/drpcli_blueprints_remove.rst
R085 doc/cli/drpcli_work_order_templates_removeprofile.rst doc/cli/drpcli_blueprints_removeprofile.rst
R086 doc/cli/drpcli_work_order_templates_removetask.rst doc/cli/drpcli_blueprints_removetask.rst
R089 doc/cli/drpcli_work_order_templates_runaction.rst doc/cli/drpcli_blueprints_runaction.rst
A doc/cli/drpcli_blueprints_set.rst
R087 doc/cli/drpcli_work_order_templates_show.rst doc/cli/drpcli_blueprints_show.rst
R089 doc/cli/drpcli_work_order_templates_update.rst doc/cli/drpcli_blueprints_update.rst
R091 doc/cli/drpcli_work_order_templates_uploadiso.rst doc/cli/drpcli_blueprints_uploadiso.rst
R088 doc/cli/drpcli_work_order_templates_wait.rst doc/cli/drpcli_blueprints_wait.rst
M doc/cli/drpcli_bootenvs.rst
M doc/cli/drpcli_bootenvs_action.rst
M doc/cli/drpcli_bootenvs_actions.rst
M doc/cli/drpcli_bootenvs_await.rst
M doc/cli/drpcli_bootenvs_count.rst
M doc/cli/drpcli_bootenvs_create.rst
M doc/cli/drpcli_bootenvs_destroy.rst
M doc/cli/drpcli_bootenvs_etag.rst
M doc/cli/drpcli_bootenvs_exists.rst
M doc/cli/drpcli_bootenvs_fromAppleNBI.rst
M doc/cli/drpcli_bootenvs_indexes.rst
M doc/cli/drpcli_bootenvs_install.rst
M doc/cli/drpcli_bootenvs_list.rst
M doc/cli/drpcli_bootenvs_meta.rst
M doc/cli/drpcli_bootenvs_meta_add.rst
M doc/cli/drpcli_bootenvs_meta_get.rst
M doc/cli/drpcli_bootenvs_meta_remove.rst
M doc/cli/drpcli_bootenvs_meta_set.rst
M doc/cli/drpcli_bootenvs_patch.rst
M doc/cli/drpcli_bootenvs_purgeLocalInstall.rst
M doc/cli/drpcli_bootenvs_runaction.rst
M doc/cli/drpcli_bootenvs_show.rst
M doc/cli/drpcli_bootenvs_update.rst
M doc/cli/drpcli_bootenvs_uploadiso.rst
M doc/cli/drpcli_bootenvs_wait.rst
M doc/cli/drpcli_catalog.rst
M doc/cli/drpcli_catalog_copyLocal.rst
M doc/cli/drpcli_catalog_create.rst
M doc/cli/drpcli_catalog_item.rst
M doc/cli/drpcli_catalog_item_download.rst
M doc/cli/drpcli_catalog_item_install.rst
M doc/cli/drpcli_catalog_item_show.rst
M doc/cli/drpcli_catalog_items.rst
M doc/cli/drpcli_catalog_items_await.rst
M doc/cli/drpcli_catalog_items_count.rst
M doc/cli/drpcli_catalog_items_create.rst
M doc/cli/drpcli_catalog_items_destroy.rst
M doc/cli/drpcli_catalog_items_etag.rst
M doc/cli/drpcli_catalog_items_exists.rst
M doc/cli/drpcli_catalog_items_indexes.rst
M doc/cli/drpcli_catalog_items_list.rst
M doc/cli/drpcli_catalog_items_patch.rst
M doc/cli/drpcli_catalog_items_show.rst
M doc/cli/drpcli_catalog_items_update.rst
M doc/cli/drpcli_catalog_items_wait.rst
M doc/cli/drpcli_catalog_show.rst
M doc/cli/drpcli_catalog_updateLocal.rst
M doc/cli/drpcli_certs.rst
M doc/cli/drpcli_certs_csr.rst
M doc/cli/drpcli_clusters.rst
M doc/cli/drpcli_clusters_action.rst
M doc/cli/drpcli_clusters_actions.rst
M doc/cli/drpcli_clusters_add.rst
M doc/cli/drpcli_clusters_addprofile.rst
M doc/cli/drpcli_clusters_addtask.rst
M doc/cli/drpcli_clusters_await.rst
M doc/cli/drpcli_clusters_bootenv.rst
M doc/cli/drpcli_clusters_cleanup.rst
M doc/cli/drpcli_clusters_count.rst
M doc/cli/drpcli_clusters_create.rst
M doc/cli/drpcli_clusters_currentlog.rst
M doc/cli/drpcli_clusters_deletejobs.rst
M doc/cli/drpcli_clusters_destroy.rst
M doc/cli/drpcli_clusters_etag.rst
M doc/cli/drpcli_clusters_exists.rst
M doc/cli/drpcli_clusters_get.rst
M doc/cli/drpcli_clusters_group.rst
M doc/cli/drpcli_clusters_group_add.rst
M doc/cli/drpcli_clusters_group_addprofile.rst
M doc/cli/drpcli_clusters_group_get.rst
M doc/cli/drpcli_clusters_group_params.rst
M doc/cli/drpcli_clusters_group_remove.rst
M doc/cli/drpcli_clusters_group_removeprofile.rst
M doc/cli/drpcli_clusters_group_set.rst
M doc/cli/drpcli_clusters_group_uploadiso.rst
M doc/cli/drpcli_clusters_indexes.rst
M doc/cli/drpcli_clusters_inserttask.rst
M doc/cli/drpcli_clusters_inspect.rst
M doc/cli/drpcli_clusters_inspect_jobs.rst
M doc/cli/drpcli_clusters_inspect_tasks.rst
M doc/cli/drpcli_clusters_jobs.rst
M doc/cli/drpcli_clusters_jobs_create.rst
M doc/cli/drpcli_clusters_jobs_current.rst
M doc/cli/drpcli_clusters_jobs_state.rst
M doc/cli/drpcli_clusters_list.rst
M doc/cli/drpcli_clusters_meta.rst
M doc/cli/drpcli_clusters_meta_add.rst
M doc/cli/drpcli_clusters_meta_get.rst
M doc/cli/drpcli_clusters_meta_remove.rst
M doc/cli/drpcli_clusters_meta_set.rst
M doc/cli/drpcli_clusters_params.rst
M doc/cli/drpcli_clusters_patch.rst
M doc/cli/drpcli_clusters_pause.rst
M doc/cli/drpcli_clusters_processjobs.rst
M doc/cli/drpcli_clusters_releaseToPool.rst
M doc/cli/drpcli_clusters_remove.rst
M doc/cli/drpcli_clusters_removeprofile.rst
M doc/cli/drpcli_clusters_removetask.rst
M doc/cli/drpcli_clusters_run.rst
M doc/cli/drpcli_clusters_runaction.rst
M doc/cli/drpcli_clusters_set.rst
M doc/cli/drpcli_clusters_show.rst
M doc/cli/drpcli_clusters_stage.rst
M doc/cli/drpcli_clusters_start.rst
M doc/cli/drpcli_clusters_tasks.rst
M doc/cli/drpcli_clusters_tasks_add.rst
M doc/cli/drpcli_clusters_tasks_del.rst
M doc/cli/drpcli_clusters_update.rst
M doc/cli/drpcli_clusters_uploadiso.rst
M doc/cli/drpcli_clusters_wait.rst
M doc/cli/drpcli_clusters_whoami.rst
M doc/cli/drpcli_clusters_work_order.rst
M doc/cli/drpcli_clusters_work_order_add.rst
M doc/cli/drpcli_clusters_work_order_off.rst
M doc/cli/drpcli_clusters_work_order_on.rst
M doc/cli/drpcli_clusters_workflow.rst
M doc/cli/drpcli_contents.rst
M doc/cli/drpcli_contents_bundle.rst
M doc/cli/drpcli_contents_bundlize.rst
M doc/cli/drpcli_contents_convert.rst
M doc/cli/drpcli_contents_create.rst
M doc/cli/drpcli_contents_destroy.rst
M doc/cli/drpcli_contents_document.rst
M doc/cli/drpcli_contents_exists.rst
M doc/cli/drpcli_contents_list.rst
M doc/cli/drpcli_contents_show.rst
M doc/cli/drpcli_contents_unbundle.rst
M doc/cli/drpcli_contents_update.rst
M doc/cli/drpcli_contents_upload.rst
M doc/cli/drpcli_contexts.rst
M doc/cli/drpcli_contexts_await.rst
M doc/cli/drpcli_contexts_count.rst
M doc/cli/drpcli_contexts_create.rst
M doc/cli/drpcli_contexts_destroy.rst
M doc/cli/drpcli_contexts_etag.rst
M doc/cli/drpcli_contexts_exists.rst
M doc/cli/drpcli_contexts_indexes.rst
M doc/cli/drpcli_contexts_list.rst
M doc/cli/drpcli_contexts_meta.rst
M doc/cli/drpcli_contexts_meta_add.rst
M doc/cli/drpcli_contexts_meta_get.rst
M doc/cli/drpcli_contexts_meta_remove.rst
M doc/cli/drpcli_contexts_meta_set.rst
M doc/cli/drpcli_contexts_patch.rst
M doc/cli/drpcli_contexts_show.rst
M doc/cli/drpcli_contexts_update.rst
M doc/cli/drpcli_contexts_wait.rst
M doc/cli/drpcli_debug.rst
M doc/cli/drpcli_endpoints.rst
M doc/cli/drpcli_endpoints_action.rst
M doc/cli/drpcli_endpoints_actions.rst
M doc/cli/drpcli_endpoints_add.rst
M doc/cli/drpcli_endpoints_await.rst
M doc/cli/drpcli_endpoints_count.rst
M doc/cli/drpcli_endpoints_create.rst
M doc/cli/drpcli_endpoints_destroy.rst
M doc/cli/drpcli_endpoints_etag.rst
M doc/cli/drpcli_endpoints_exists.rst
M doc/cli/drpcli_endpoints_get.rst
M doc/cli/drpcli_endpoints_indexes.rst
M doc/cli/drpcli_endpoints_list.rst
M doc/cli/drpcli_endpoints_meta.rst
M doc/cli/drpcli_endpoints_meta_add.rst
M doc/cli/drpcli_endpoints_meta_get.rst
M doc/cli/drpcli_endpoints_meta_remove.rst
M doc/cli/drpcli_endpoints_meta_set.rst
M doc/cli/drpcli_endpoints_params.rst
M doc/cli/drpcli_endpoints_patch.rst
M doc/cli/drpcli_endpoints_remove.rst
M doc/cli/drpcli_endpoints_runaction.rst
M doc/cli/drpcli_endpoints_set.rst
M doc/cli/drpcli_endpoints_show.rst
M doc/cli/drpcli_endpoints_update.rst
M doc/cli/drpcli_endpoints_uploadiso.rst
M doc/cli/drpcli_endpoints_wait.rst
M doc/cli/drpcli_events.rst
M doc/cli/drpcli_events_post.rst
M doc/cli/drpcli_events_watch.rst
M doc/cli/drpcli_extended.rst
M doc/cli/drpcli_extended_action.rst
M doc/cli/drpcli_extended_actions.rst
M doc/cli/drpcli_extended_add.rst
M doc/cli/drpcli_extended_await.rst
M doc/cli/drpcli_extended_count.rst
M doc/cli/drpcli_extended_create.rst
M doc/cli/drpcli_extended_destroy.rst
M doc/cli/drpcli_extended_etag.rst
M doc/cli/drpcli_extended_exists.rst
M doc/cli/drpcli_extended_get.rst
M doc/cli/drpcli_extended_indexes.rst
M doc/cli/drpcli_extended_list.rst
M doc/cli/drpcli_extended_meta.rst
M doc/cli/drpcli_extended_meta_add.rst
M doc/cli/drpcli_extended_meta_get.rst
M doc/cli/drpcli_extended_meta_remove.rst
M doc/cli/drpcli_extended_meta_set.rst
M doc/cli/drpcli_extended_params.rst
M doc/cli/drpcli_extended_patch.rst
M doc/cli/drpcli_extended_remove.rst
M doc/cli/drpcli_extended_runaction.rst
M doc/cli/drpcli_extended_set.rst
M doc/cli/drpcli_extended_show.rst
M doc/cli/drpcli_extended_update.rst
M doc/cli/drpcli_extended_uploadiso.rst
M doc/cli/drpcli_extended_wait.rst
M doc/cli/drpcli_files.rst
M doc/cli/drpcli_files_certs.rst
M doc/cli/drpcli_files_certs_get.rst
M doc/cli/drpcli_files_certs_set.rst
M doc/cli/drpcli_files_destroy.rst
M doc/cli/drpcli_files_download.rst
M doc/cli/drpcli_files_exists.rst
M doc/cli/drpcli_files_list.rst
M doc/cli/drpcli_files_upload.rst
M doc/cli/drpcli_fingerprint.rst
M doc/cli/drpcli_gohai.rst
M doc/cli/drpcli_identity_providers.rst
M doc/cli/drpcli_identity_providers_action.rst
M doc/cli/drpcli_identity_providers_actions.rst
M doc/cli/drpcli_identity_providers_await.rst
M doc/cli/drpcli_identity_providers_count.rst
M doc/cli/drpcli_identity_providers_create.rst
M doc/cli/drpcli_identity_providers_destroy.rst
M doc/cli/drpcli_identity_providers_etag.rst
M doc/cli/drpcli_identity_providers_exists.rst
M doc/cli/drpcli_identity_providers_indexes.rst
M doc/cli/drpcli_identity_providers_list.rst
M doc/cli/drpcli_identity_providers_meta.rst
M doc/cli/drpcli_identity_providers_meta_add.rst
M doc/cli/drpcli_identity_providers_meta_get.rst
M doc/cli/drpcli_identity_providers_meta_remove.rst
M doc/cli/drpcli_identity_providers_meta_set.rst
M doc/cli/drpcli_identity_providers_patch.rst
M doc/cli/drpcli_identity_providers_runaction.rst
M doc/cli/drpcli_identity_providers_show.rst
M doc/cli/drpcli_identity_providers_update.rst
M doc/cli/drpcli_identity_providers_wait.rst
M doc/cli/drpcli_info.rst
M doc/cli/drpcli_info_check.rst
M doc/cli/drpcli_info_get.rst
M doc/cli/drpcli_info_status.rst
M doc/cli/drpcli_interfaces.rst
M doc/cli/drpcli_interfaces_await.rst
M doc/cli/drpcli_interfaces_count.rst
M doc/cli/drpcli_interfaces_etag.rst
M doc/cli/drpcli_interfaces_exists.rst
M doc/cli/drpcli_interfaces_indexes.rst
M doc/cli/drpcli_interfaces_list.rst
M doc/cli/drpcli_interfaces_show.rst
M doc/cli/drpcli_interfaces_wait.rst
M doc/cli/drpcli_isos.rst
M doc/cli/drpcli_isos_certs.rst
M doc/cli/drpcli_isos_certs_get.rst
M doc/cli/drpcli_isos_certs_set.rst
M doc/cli/drpcli_isos_destroy.rst
M doc/cli/drpcli_isos_download.rst
M doc/cli/drpcli_isos_exists.rst
M doc/cli/drpcli_isos_list.rst
M doc/cli/drpcli_isos_upload.rst
M doc/cli/drpcli_jobs.rst
M doc/cli/drpcli_jobs_actions.rst
M doc/cli/drpcli_jobs_await.rst
M doc/cli/drpcli_jobs_count.rst
M doc/cli/drpcli_jobs_create.rst
M doc/cli/drpcli_jobs_destroy.rst
M doc/cli/drpcli_jobs_etag.rst
M doc/cli/drpcli_jobs_exists.rst
M doc/cli/drpcli_jobs_indexes.rst
M doc/cli/drpcli_jobs_list.rst
M doc/cli/drpcli_jobs_log.rst
M doc/cli/drpcli_jobs_meta.rst
M doc/cli/drpcli_jobs_meta_add.rst
M doc/cli/drpcli_jobs_meta_get.rst
M doc/cli/drpcli_jobs_meta_remove.rst
M doc/cli/drpcli_jobs_meta_set.rst
M doc/cli/drpcli_jobs_patch.rst
M doc/cli/drpcli_jobs_plugin_action.rst
M doc/cli/drpcli_jobs_plugin_actions.rst
M doc/cli/drpcli_jobs_purge.rst
M doc/cli/drpcli_jobs_runplugin_action.rst
M doc/cli/drpcli_jobs_show.rst
M doc/cli/drpcli_jobs_update.rst
M doc/cli/drpcli_jobs_wait.rst
M doc/cli/drpcli_leases.rst
M doc/cli/drpcli_leases_action.rst
M doc/cli/drpcli_leases_actions.rst
M doc/cli/drpcli_leases_await.rst
M doc/cli/drpcli_leases_count.rst
M doc/cli/drpcli_leases_destroy.rst
M doc/cli/drpcli_leases_etag.rst
M doc/cli/drpcli_leases_exists.rst
M doc/cli/drpcli_leases_indexes.rst
M doc/cli/drpcli_leases_list.rst
M doc/cli/drpcli_leases_meta.rst
M doc/cli/drpcli_leases_meta_add.rst
M doc/cli/drpcli_leases_meta_get.rst
M doc/cli/drpcli_leases_meta_remove.rst
M doc/cli/drpcli_leases_meta_set.rst
M doc/cli/drpcli_leases_runaction.rst
M doc/cli/drpcli_leases_show.rst
M doc/cli/drpcli_leases_wait.rst
M doc/cli/drpcli_logs.rst
M doc/cli/drpcli_logs_get.rst
M doc/cli/drpcli_logs_watch.rst
M doc/cli/drpcli_machines.rst
M doc/cli/drpcli_machines_action.rst
M doc/cli/drpcli_machines_actions.rst
M doc/cli/drpcli_machines_add.rst
M doc/cli/drpcli_machines_addprofile.rst
M doc/cli/drpcli_machines_addtask.rst
M doc/cli/drpcli_machines_await.rst
M doc/cli/drpcli_machines_bootenv.rst
M doc/cli/drpcli_machines_cleanup.rst
M doc/cli/drpcli_machines_count.rst
M doc/cli/drpcli_machines_create.rst
M doc/cli/drpcli_machines_currentlog.rst
M doc/cli/drpcli_machines_deletejobs.rst
M doc/cli/drpcli_machines_deleteworkorders.rst
M doc/cli/drpcli_machines_destroy.rst
M doc/cli/drpcli_machines_etag.rst
M doc/cli/drpcli_machines_exists.rst
M doc/cli/drpcli_machines_get.rst
M doc/cli/drpcli_machines_indexes.rst
M doc/cli/drpcli_machines_inserttask.rst
M doc/cli/drpcli_machines_inspect.rst
M doc/cli/drpcli_machines_inspect_jobs.rst
M doc/cli/drpcli_machines_inspect_tasks.rst
M doc/cli/drpcli_machines_jobs.rst
M doc/cli/drpcli_machines_jobs_create.rst
M doc/cli/drpcli_machines_jobs_current.rst
M doc/cli/drpcli_machines_jobs_state.rst
M doc/cli/drpcli_machines_list.rst
M doc/cli/drpcli_machines_meta.rst
M doc/cli/drpcli_machines_meta_add.rst
M doc/cli/drpcli_machines_meta_get.rst
M doc/cli/drpcli_machines_meta_remove.rst
M doc/cli/drpcli_machines_meta_set.rst
M doc/cli/drpcli_machines_params.rst
M doc/cli/drpcli_machines_patch.rst
M doc/cli/drpcli_machines_pause.rst
M doc/cli/drpcli_machines_processjobs.rst
M doc/cli/drpcli_machines_releaseToPool.rst
M doc/cli/drpcli_machines_remove.rst
M doc/cli/drpcli_machines_removeprofile.rst
M doc/cli/drpcli_machines_removetask.rst
M doc/cli/drpcli_machines_run.rst
M doc/cli/drpcli_machines_runaction.rst
M doc/cli/drpcli_machines_set.rst
M doc/cli/drpcli_machines_show.rst
M doc/cli/drpcli_machines_stage.rst
M doc/cli/drpcli_machines_start.rst
M doc/cli/drpcli_machines_tasks.rst
M doc/cli/drpcli_machines_tasks_add.rst
M doc/cli/drpcli_machines_tasks_del.rst
M doc/cli/drpcli_machines_update.rst
M doc/cli/drpcli_machines_uploadiso.rst
M doc/cli/drpcli_machines_wait.rst
M doc/cli/drpcli_machines_whoami.rst
M doc/cli/drpcli_machines_work_order.rst
M doc/cli/drpcli_machines_work_order_add.rst
M doc/cli/drpcli_machines_work_order_off.rst
M doc/cli/drpcli_machines_work_order_on.rst
M doc/cli/drpcli_machines_workflow.rst
M doc/cli/drpcli_objects.rst
M doc/cli/drpcli_objects_list.rst
M doc/cli/drpcli_params.rst
M doc/cli/drpcli_params_await.rst
M doc/cli/drpcli_params_count.rst
M doc/cli/drpcli_params_create.rst
M doc/cli/drpcli_params_destroy.rst
M doc/cli/drpcli_params_etag.rst
M doc/cli/drpcli_params_exists.rst
M doc/cli/drpcli_params_indexes.rst
M doc/cli/drpcli_params_list.rst
M doc/cli/drpcli_params_meta.rst
M doc/cli/drpcli_params_meta_add.rst
M doc/cli/drpcli_params_meta_get.rst
M doc/cli/drpcli_params_meta_remove.rst
M doc/cli/drpcli_params_meta_set.rst
M doc/cli/drpcli_params_patch.rst
M doc/cli/drpcli_params_show.rst
M doc/cli/drpcli_params_update.rst
M doc/cli/drpcli_params_wait.rst
M doc/cli/drpcli_plugin_providers.rst
M doc/cli/drpcli_plugin_providers_await.rst
M doc/cli/drpcli_plugin_providers_count.rst
M doc/cli/drpcli_plugin_providers_destroy.rst
M doc/cli/drpcli_plugin_providers_download.rst
M doc/cli/drpcli_plugin_providers_etag.rst
M doc/cli/drpcli_plugin_providers_exists.rst
M doc/cli/drpcli_plugin_providers_indexes.rst
M doc/cli/drpcli_plugin_providers_list.rst
M doc/cli/drpcli_plugin_providers_meta.rst
M doc/cli/drpcli_plugin_providers_meta_add.rst
M doc/cli/drpcli_plugin_providers_meta_get.rst
M doc/cli/drpcli_plugin_providers_meta_remove.rst
M doc/cli/drpcli_plugin_providers_meta_set.rst
M doc/cli/drpcli_plugin_providers_show.rst
M doc/cli/drpcli_plugin_providers_upload.rst
M doc/cli/drpcli_plugin_providers_wait.rst
M doc/cli/drpcli_plugins.rst
M doc/cli/drpcli_plugins_action.rst
M doc/cli/drpcli_plugins_actions.rst
M doc/cli/drpcli_plugins_add.rst
M doc/cli/drpcli_plugins_await.rst
M doc/cli/drpcli_plugins_count.rst
M doc/cli/drpcli_plugins_create.rst
M doc/cli/drpcli_plugins_destroy.rst
M doc/cli/drpcli_plugins_etag.rst
M doc/cli/drpcli_plugins_exists.rst
M doc/cli/drpcli_plugins_get.rst
M doc/cli/drpcli_plugins_indexes.rst
M doc/cli/drpcli_plugins_list.rst
M doc/cli/drpcli_plugins_meta.rst
M doc/cli/drpcli_plugins_meta_add.rst
M doc/cli/drpcli_plugins_meta_get.rst
M doc/cli/drpcli_plugins_meta_remove.rst
M doc/cli/drpcli_plugins_meta_set.rst
M doc/cli/drpcli_plugins_params.rst
M doc/cli/drpcli_plugins_patch.rst
M doc/cli/drpcli_plugins_remove.rst
M doc/cli/drpcli_plugins_runaction.rst
M doc/cli/drpcli_plugins_set.rst
M doc/cli/drpcli_plugins_show.rst
M doc/cli/drpcli_plugins_update.rst
M doc/cli/drpcli_plugins_uploadiso.rst
M doc/cli/drpcli_plugins_wait.rst
M doc/cli/drpcli_pools.rst
M doc/cli/drpcli_pools_action.rst
M doc/cli/drpcli_pools_actions.rst
M doc/cli/drpcli_pools_active.rst
M doc/cli/drpcli_pools_await.rst
M doc/cli/drpcli_pools_count.rst
M doc/cli/drpcli_pools_create.rst
M doc/cli/drpcli_pools_destroy.rst
M doc/cli/drpcli_pools_etag.rst
M doc/cli/drpcli_pools_exists.rst
M doc/cli/drpcli_pools_indexes.rst
M doc/cli/drpcli_pools_list.rst
M doc/cli/drpcli_pools_manage.rst
M doc/cli/drpcli_pools_manage_add.rst
M doc/cli/drpcli_pools_manage_allocate.rst
M doc/cli/drpcli_pools_manage_release.rst
M doc/cli/drpcli_pools_manage_remove.rst
M doc/cli/drpcli_pools_patch.rst
M doc/cli/drpcli_pools_runaction.rst
M doc/cli/drpcli_pools_show.rst
M doc/cli/drpcli_pools_status.rst
M doc/cli/drpcli_pools_update.rst
M doc/cli/drpcli_pools_wait.rst
M doc/cli/drpcli_prefs.rst
M doc/cli/drpcli_prefs_list.rst
M doc/cli/drpcli_prefs_set.rst
M doc/cli/drpcli_profiles.rst
M doc/cli/drpcli_profiles_action.rst
M doc/cli/drpcli_profiles_actions.rst
M doc/cli/drpcli_profiles_add.rst
M doc/cli/drpcli_profiles_addprofile.rst
M doc/cli/drpcli_profiles_await.rst
M doc/cli/drpcli_profiles_count.rst
M doc/cli/drpcli_profiles_create.rst
M doc/cli/drpcli_profiles_destroy.rst
M doc/cli/drpcli_profiles_etag.rst
M doc/cli/drpcli_profiles_exists.rst
M doc/cli/drpcli_profiles_genbootenv.rst
M doc/cli/drpcli_profiles_get.rst
M doc/cli/drpcli_profiles_indexes.rst
M doc/cli/drpcli_profiles_list.rst
M doc/cli/drpcli_profiles_meta.rst
M doc/cli/drpcli_profiles_meta_add.rst
M doc/cli/drpcli_profiles_meta_get.rst
M doc/cli/drpcli_profiles_meta_remove.rst
M doc/cli/drpcli_profiles_meta_set.rst
M doc/cli/drpcli_profiles_params.rst
M doc/cli/drpcli_profiles_patch.rst
M doc/cli/drpcli_profiles_remove.rst
M doc/cli/drpcli_profiles_removeprofile.rst
M doc/cli/drpcli_profiles_runaction.rst
M doc/cli/drpcli_profiles_set.rst
M doc/cli/drpcli_profiles_show.rst
M doc/cli/drpcli_profiles_update.rst
M doc/cli/drpcli_profiles_uploadiso.rst
M doc/cli/drpcli_profiles_wait.rst
M doc/cli/drpcli_proxy.rst
D doc/cli/drpcli_repeating_work_orders.rst
D doc/cli/drpcli_repeating_work_orders_meta.rst
D doc/cli/drpcli_repeating_work_orders_meta_add.rst
D doc/cli/drpcli_repeating_work_orders_meta_remove.rst
M doc/cli/drpcli_reservations.rst
M doc/cli/drpcli_reservations_action.rst
M doc/cli/drpcli_reservations_actions.rst
M doc/cli/drpcli_reservations_await.rst
M doc/cli/drpcli_reservations_count.rst
M doc/cli/drpcli_reservations_create.rst
M doc/cli/drpcli_reservations_destroy.rst
M doc/cli/drpcli_reservations_etag.rst
M doc/cli/drpcli_reservations_exists.rst
M doc/cli/drpcli_reservations_indexes.rst
M doc/cli/drpcli_reservations_list.rst
M doc/cli/drpcli_reservations_meta.rst
M doc/cli/drpcli_reservations_meta_add.rst
M doc/cli/drpcli_reservations_meta_get.rst
M doc/cli/drpcli_reservations_meta_remove.rst
M doc/cli/drpcli_reservations_meta_set.rst
M doc/cli/drpcli_reservations_patch.rst
M doc/cli/drpcli_reservations_runaction.rst
M doc/cli/drpcli_reservations_show.rst
M doc/cli/drpcli_reservations_update.rst
M doc/cli/drpcli_reservations_wait.rst
M doc/cli/drpcli_resource_brokers.rst
M doc/cli/drpcli_resource_brokers_action.rst
M doc/cli/drpcli_resource_brokers_actions.rst
M doc/cli/drpcli_resource_brokers_add.rst
M doc/cli/drpcli_resource_brokers_addprofile.rst
M doc/cli/drpcli_resource_brokers_addtask.rst
M doc/cli/drpcli_resource_brokers_await.rst
M doc/cli/drpcli_resource_brokers_bootenv.rst
M doc/cli/drpcli_resource_brokers_cleanup.rst
M doc/cli/drpcli_resource_brokers_count.rst
M doc/cli/drpcli_resource_brokers_create.rst
M doc/cli/drpcli_resource_brokers_currentlog.rst
M doc/cli/drpcli_resource_brokers_deletejobs.rst
M doc/cli/drpcli_resource_brokers_destroy.rst
M doc/cli/drpcli_resource_brokers_etag.rst
M doc/cli/drpcli_resource_brokers_exists.rst
M doc/cli/drpcli_resource_brokers_get.rst
M doc/cli/drpcli_resource_brokers_group.rst
M doc/cli/drpcli_resource_brokers_group_add.rst
M doc/cli/drpcli_resource_brokers_group_addprofile.rst
M doc/cli/drpcli_resource_brokers_group_get.rst
M doc/cli/drpcli_resource_brokers_group_params.rst
M doc/cli/drpcli_resource_brokers_group_remove.rst
M doc/cli/drpcli_resource_brokers_group_removeprofile.rst
M doc/cli/drpcli_resource_brokers_group_set.rst
M doc/cli/drpcli_resource_brokers_group_uploadiso.rst
M doc/cli/drpcli_resource_brokers_indexes.rst
M doc/cli/drpcli_resource_brokers_inserttask.rst
M doc/cli/drpcli_resource_brokers_inspect.rst
M doc/cli/drpcli_resource_brokers_inspect_jobs.rst
M doc/cli/drpcli_resource_brokers_inspect_tasks.rst
M doc/cli/drpcli_resource_brokers_jobs.rst
M doc/cli/drpcli_resource_brokers_jobs_create.rst
M doc/cli/drpcli_resource_brokers_jobs_current.rst
M doc/cli/drpcli_resource_brokers_jobs_state.rst
M doc/cli/drpcli_resource_brokers_list.rst
M doc/cli/drpcli_resource_brokers_meta.rst
M doc/cli/drpcli_resource_brokers_meta_add.rst
M doc/cli/drpcli_resource_brokers_meta_get.rst
M doc/cli/drpcli_resource_brokers_meta_remove.rst
M doc/cli/drpcli_resource_brokers_meta_set.rst
M doc/cli/drpcli_resource_brokers_params.rst
M doc/cli/drpcli_resource_brokers_patch.rst
M doc/cli/drpcli_resource_brokers_pause.rst
M doc/cli/drpcli_resource_brokers_processjobs.rst
M doc/cli/drpcli_resource_brokers_releaseToPool.rst
M doc/cli/drpcli_resource_brokers_remove.rst
M doc/cli/drpcli_resource_brokers_removeprofile.rst
M doc/cli/drpcli_resource_brokers_removetask.rst
M doc/cli/drpcli_resource_brokers_run.rst
M doc/cli/drpcli_resource_brokers_runaction.rst
M doc/cli/drpcli_resource_brokers_set.rst
M doc/cli/drpcli_resource_brokers_show.rst
M doc/cli/drpcli_resource_brokers_stage.rst
M doc/cli/drpcli_resource_brokers_start.rst
M doc/cli/drpcli_resource_brokers_tasks.rst
M doc/cli/drpcli_resource_brokers_tasks_add.rst
M doc/cli/drpcli_resource_brokers_tasks_del.rst
M doc/cli/drpcli_resource_brokers_update.rst
M doc/cli/drpcli_resource_brokers_uploadiso.rst
M doc/cli/drpcli_resource_brokers_wait.rst
M doc/cli/drpcli_resource_brokers_whoami.rst
M doc/cli/drpcli_resource_brokers_work_order.rst
M doc/cli/drpcli_resource_brokers_work_order_add.rst
M doc/cli/drpcli_resource_brokers_work_order_off.rst
M doc/cli/drpcli_resource_brokers_work_order_on.rst
M doc/cli/drpcli_resource_brokers_workflow.rst
M doc/cli/drpcli_roles.rst
M doc/cli/drpcli_roles_await.rst
M doc/cli/drpcli_roles_count.rst
M doc/cli/drpcli_roles_create.rst
M doc/cli/drpcli_roles_destroy.rst
M doc/cli/drpcli_roles_etag.rst
M doc/cli/drpcli_roles_exists.rst
M doc/cli/drpcli_roles_indexes.rst
M doc/cli/drpcli_roles_list.rst
M doc/cli/drpcli_roles_meta.rst
M doc/cli/drpcli_roles_meta_add.rst
M doc/cli/drpcli_roles_meta_get.rst
M doc/cli/drpcli_roles_meta_remove.rst
M doc/cli/drpcli_roles_meta_set.rst
M doc/cli/drpcli_roles_patch.rst
M doc/cli/drpcli_roles_show.rst
M doc/cli/drpcli_roles_update.rst
M doc/cli/drpcli_roles_wait.rst
M doc/cli/drpcli_stages.rst
M doc/cli/drpcli_stages_action.rst
M doc/cli/drpcli_stages_actions.rst
M doc/cli/drpcli_stages_add.rst
M doc/cli/drpcli_stages_addprofile.rst
M doc/cli/drpcli_stages_addtask.rst
M doc/cli/drpcli_stages_await.rst
M doc/cli/drpcli_stages_bootenv.rst
M doc/cli/drpcli_stages_count.rst
M doc/cli/drpcli_stages_create.rst
M doc/cli/drpcli_stages_destroy.rst
M doc/cli/drpcli_stages_etag.rst
M doc/cli/drpcli_stages_exists.rst
M doc/cli/drpcli_stages_get.rst
M doc/cli/drpcli_stages_indexes.rst
M doc/cli/drpcli_stages_list.rst
M doc/cli/drpcli_stages_meta.rst
M doc/cli/drpcli_stages_meta_add.rst
M doc/cli/drpcli_stages_meta_get.rst
M doc/cli/drpcli_stages_meta_remove.rst
M doc/cli/drpcli_stages_meta_set.rst
M doc/cli/drpcli_stages_params.rst
M doc/cli/drpcli_stages_patch.rst
M doc/cli/drpcli_stages_remove.rst
M doc/cli/drpcli_stages_removeprofile.rst
M doc/cli/drpcli_stages_removetask.rst
M doc/cli/drpcli_stages_runaction.rst
M doc/cli/drpcli_stages_set.rst
M doc/cli/drpcli_stages_show.rst
M doc/cli/drpcli_stages_update.rst
M doc/cli/drpcli_stages_uploadiso.rst
M doc/cli/drpcli_stages_wait.rst
M doc/cli/drpcli_subnets.rst
M doc/cli/drpcli_subnets_action.rst
M doc/cli/drpcli_subnets_actions.rst
M doc/cli/drpcli_subnets_await.rst
M doc/cli/drpcli_subnets_count.rst
M doc/cli/drpcli_subnets_create.rst
M doc/cli/drpcli_subnets_destroy.rst
M doc/cli/drpcli_subnets_etag.rst
M doc/cli/drpcli_subnets_exists.rst
M doc/cli/drpcli_subnets_get.rst
M doc/cli/drpcli_subnets_indexes.rst
M doc/cli/drpcli_subnets_leasetimes.rst
M doc/cli/drpcli_subnets_list.rst
M doc/cli/drpcli_subnets_meta.rst
M doc/cli/drpcli_subnets_meta_add.rst
M doc/cli/drpcli_subnets_meta_get.rst
M doc/cli/drpcli_subnets_meta_remove.rst
M doc/cli/drpcli_subnets_meta_set.rst
M doc/cli/drpcli_subnets_nextserver.rst
M doc/cli/drpcli_subnets_patch.rst
M doc/cli/drpcli_subnets_pickers.rst
M doc/cli/drpcli_subnets_range.rst
M doc/cli/drpcli_subnets_runaction.rst
M doc/cli/drpcli_subnets_set.rst
M doc/cli/drpcli_subnets_show.rst
M doc/cli/drpcli_subnets_update.rst
M doc/cli/drpcli_subnets_wait.rst
M doc/cli/drpcli_support.rst
M doc/cli/drpcli_support_bundle.rst
M doc/cli/drpcli_support_machine-bundle.rst
M doc/cli/drpcli_system.rst
M doc/cli/drpcli_system_action.rst
M doc/cli/drpcli_system_actions.rst
M doc/cli/drpcli_system_active.rst
M doc/cli/drpcli_system_certs.rst
M doc/cli/drpcli_system_certs_get.rst
M doc/cli/drpcli_system_certs_set.rst
M doc/cli/drpcli_system_ha.rst
M doc/cli/drpcli_system_ha_active.rst
M doc/cli/drpcli_system_ha_dump.rst
M doc/cli/drpcli_system_ha_enroll.rst
M doc/cli/drpcli_system_ha_failOverSafe.rst
M doc/cli/drpcli_system_ha_id.rst
M doc/cli/drpcli_system_ha_introduction.rst
M doc/cli/drpcli_system_ha_join.rst
M doc/cli/drpcli_system_ha_leader.rst
M doc/cli/drpcli_system_ha_peers.rst
M doc/cli/drpcli_system_ha_remove.rst
A doc/cli/drpcli_system_ha_showHa.rst
M doc/cli/drpcli_system_ha_state.rst
M doc/cli/drpcli_system_passive.rst
M doc/cli/drpcli_system_runaction.rst
M doc/cli/drpcli_system_signurl.rst
M doc/cli/drpcli_system_upgrade.rst
A doc/cli/drpcli_system_upgrade_remove.rst
A doc/cli/drpcli_system_upgrade_stage.rst
A doc/cli/drpcli_system_upgrade_start.rst
A doc/cli/drpcli_system_upgrade_status.rst
M doc/cli/drpcli_tasks.rst
M doc/cli/drpcli_tasks_action.rst
M doc/cli/drpcli_tasks_actions.rst
M doc/cli/drpcli_tasks_await.rst
M doc/cli/drpcli_tasks_count.rst
M doc/cli/drpcli_tasks_create.rst
M doc/cli/drpcli_tasks_destroy.rst
M doc/cli/drpcli_tasks_etag.rst
M doc/cli/drpcli_tasks_exists.rst
M doc/cli/drpcli_tasks_indexes.rst
M doc/cli/drpcli_tasks_list.rst
M doc/cli/drpcli_tasks_meta.rst
M doc/cli/drpcli_tasks_meta_add.rst
M doc/cli/drpcli_tasks_meta_get.rst
M doc/cli/drpcli_tasks_meta_remove.rst
M doc/cli/drpcli_tasks_meta_set.rst
M doc/cli/drpcli_tasks_patch.rst
M doc/cli/drpcli_tasks_runaction.rst
M doc/cli/drpcli_tasks_show.rst
M doc/cli/drpcli_tasks_update.rst
M doc/cli/drpcli_tasks_wait.rst
M doc/cli/drpcli_templates.rst
M doc/cli/drpcli_templates_action.rst
M doc/cli/drpcli_templates_actions.rst
M doc/cli/drpcli_templates_await.rst
M doc/cli/drpcli_templates_count.rst
M doc/cli/drpcli_templates_create.rst
M doc/cli/drpcli_templates_destroy.rst
M doc/cli/drpcli_templates_etag.rst
M doc/cli/drpcli_templates_exists.rst
M doc/cli/drpcli_templates_indexes.rst
M doc/cli/drpcli_templates_list.rst
M doc/cli/drpcli_templates_meta.rst
M doc/cli/drpcli_templates_meta_add.rst
M doc/cli/drpcli_templates_meta_get.rst
M doc/cli/drpcli_templates_meta_remove.rst
M doc/cli/drpcli_templates_meta_set.rst
M doc/cli/drpcli_templates_patch.rst
M doc/cli/drpcli_templates_runaction.rst
M doc/cli/drpcli_templates_show.rst
M doc/cli/drpcli_templates_update.rst
M doc/cli/drpcli_templates_upload.rst
M doc/cli/drpcli_templates_wait.rst
M doc/cli/drpcli_tenants.rst
M doc/cli/drpcli_tenants_await.rst
M doc/cli/drpcli_tenants_count.rst
M doc/cli/drpcli_tenants_create.rst
M doc/cli/drpcli_tenants_destroy.rst
M doc/cli/drpcli_tenants_etag.rst
M doc/cli/drpcli_tenants_exists.rst
M doc/cli/drpcli_tenants_indexes.rst
M doc/cli/drpcli_tenants_list.rst
M doc/cli/drpcli_tenants_meta.rst
M doc/cli/drpcli_tenants_meta_add.rst
M doc/cli/drpcli_tenants_meta_get.rst
M doc/cli/drpcli_tenants_meta_remove.rst
M doc/cli/drpcli_tenants_meta_set.rst
M doc/cli/drpcli_tenants_patch.rst
M doc/cli/drpcli_tenants_show.rst
M doc/cli/drpcli_tenants_update.rst
M doc/cli/drpcli_tenants_wait.rst
A doc/cli/drpcli_trigger_providers.rst
A doc/cli/drpcli_trigger_providers_action.rst
A doc/cli/drpcli_trigger_providers_actions.rst
R086 doc/cli/drpcli_work_order_templates_add.rst doc/cli/drpcli_trigger_providers_add.rst
R085 doc/cli/drpcli_repeating_work_orders_addprofile.rst doc/cli/drpcli_trigger_providers_addprofile.rst
A doc/cli/drpcli_trigger_providers_await.rst
R090 doc/cli/drpcli_work_order_templates_count.rst doc/cli/drpcli_trigger_providers_count.rst
A doc/cli/drpcli_trigger_providers_create.rst
R087 doc/cli/drpcli_work_order_templates_etag.rst doc/cli/drpcli_trigger_providers_destroy.rst
A doc/cli/drpcli_trigger_providers_etag.rst
A doc/cli/drpcli_trigger_providers_exists.rst
R089 doc/cli/drpcli_repeating_work_orders_get.rst doc/cli/drpcli_trigger_providers_get.rst
R086 doc/cli/drpcli_repeating_work_orders_set.rst doc/cli/drpcli_trigger_providers_indexes.rst
A doc/cli/drpcli_trigger_providers_list.rst
R072 doc/cli/drpcli_work_order_templates_meta.rst doc/cli/drpcli_trigger_providers_meta.rst
A doc/cli/drpcli_trigger_providers_meta_add.rst
A doc/cli/drpcli_trigger_providers_meta_get.rst
A doc/cli/drpcli_trigger_providers_meta_remove.rst
R086 doc/cli/drpcli_repeating_work_orders_meta_set.rst doc/cli/drpcli_trigger_providers_meta_set.rst
A doc/cli/drpcli_trigger_providers_params.rst
A doc/cli/drpcli_trigger_providers_patch.rst
R086 doc/cli/drpcli_work_order_templates_meta_remove.rst doc/cli/drpcli_trigger_providers_remove.rst
R085 doc/cli/drpcli_repeating_work_orders_removeprofile.rst doc/cli/drpcli_trigger_providers_removeprofile.rst
A doc/cli/drpcli_trigger_providers_runaction.rst
R086 doc/cli/drpcli_work_order_templates_meta_set.rst doc/cli/drpcli_trigger_providers_set.rst
A doc/cli/drpcli_trigger_providers_show.rst
A doc/cli/drpcli_trigger_providers_update.rst
A doc/cli/drpcli_trigger_providers_uploadiso.rst
A doc/cli/drpcli_trigger_providers_wait.rst
A doc/cli/drpcli_triggers.rst
R087 doc/cli/drpcli_repeating_work_orders_action.rst doc/cli/drpcli_triggers_action.rst
R087 doc/cli/drpcli_repeating_work_orders_actions.rst doc/cli/drpcli_triggers_actions.rst
R088 doc/cli/drpcli_work_order_templates_remove.rst doc/cli/drpcli_triggers_add.rst
A doc/cli/drpcli_triggers_addprofile.rst
R088 doc/cli/drpcli_repeating_work_orders_await.rst doc/cli/drpcli_triggers_await.rst
A doc/cli/drpcli_triggers_count.rst
R089 doc/cli/drpcli_repeating_work_orders_create.rst doc/cli/drpcli_triggers_create.rst
R088 doc/cli/drpcli_repeating_work_orders_destroy.rst doc/cli/drpcli_triggers_destroy.rst
A doc/cli/drpcli_triggers_etag.rst
R088 doc/cli/drpcli_repeating_work_orders_exists.rst doc/cli/drpcli_triggers_exists.rst
A doc/cli/drpcli_triggers_get.rst
R089 doc/cli/drpcli_repeating_work_orders_indexes.rst doc/cli/drpcli_triggers_indexes.rst
R090 doc/cli/drpcli_repeating_work_orders_list.rst doc/cli/drpcli_triggers_list.rst
A doc/cli/drpcli_triggers_meta.rst
A doc/cli/drpcli_triggers_meta_add.rst
R086 doc/cli/drpcli_repeating_work_orders_meta_get.rst doc/cli/drpcli_triggers_meta_get.rst
A doc/cli/drpcli_triggers_meta_remove.rst
A doc/cli/drpcli_triggers_meta_set.rst
R089 doc/cli/drpcli_repeating_work_orders_params.rst doc/cli/drpcli_triggers_params.rst
R088 doc/cli/drpcli_repeating_work_orders_patch.rst doc/cli/drpcli_triggers_patch.rst
A doc/cli/drpcli_triggers_remove.rst
A doc/cli/drpcli_triggers_removeprofile.rst
R088 doc/cli/drpcli_repeating_work_orders_runaction.rst doc/cli/drpcli_triggers_runaction.rst
A doc/cli/drpcli_triggers_set.rst
R087 doc/cli/drpcli_repeating_work_orders_show.rst doc/cli/drpcli_triggers_show.rst
R088 doc/cli/drpcli_repeating_work_orders_update.rst doc/cli/drpcli_triggers_update.rst
R091 doc/cli/drpcli_repeating_work_orders_uploadiso.rst doc/cli/drpcli_triggers_uploadiso.rst
R088 doc/cli/drpcli_repeating_work_orders_wait.rst doc/cli/drpcli_triggers_wait.rst
M doc/cli/drpcli_users.rst
M doc/cli/drpcli_users_action.rst
M doc/cli/drpcli_users_actions.rst
M doc/cli/drpcli_users_await.rst
M doc/cli/drpcli_users_count.rst
M doc/cli/drpcli_users_create.rst
M doc/cli/drpcli_users_destroy.rst
M doc/cli/drpcli_users_etag.rst
M doc/cli/drpcli_users_exists.rst
M doc/cli/drpcli_users_indexes.rst
M doc/cli/drpcli_users_list.rst
M doc/cli/drpcli_users_meta.rst
M doc/cli/drpcli_users_meta_add.rst
M doc/cli/drpcli_users_meta_get.rst
M doc/cli/drpcli_users_meta_remove.rst
M doc/cli/drpcli_users_meta_set.rst
M doc/cli/drpcli_users_password.rst
M doc/cli/drpcli_users_passwordhash.rst
M doc/cli/drpcli_users_patch.rst
M doc/cli/drpcli_users_runaction.rst
M doc/cli/drpcli_users_show.rst
M doc/cli/drpcli_users_token.rst
M doc/cli/drpcli_users_update.rst
M doc/cli/drpcli_users_wait.rst
M doc/cli/drpcli_version.rst
M doc/cli/drpcli_version_sets.rst
M doc/cli/drpcli_version_sets_action.rst
M doc/cli/drpcli_version_sets_actions.rst
M doc/cli/drpcli_version_sets_await.rst
M doc/cli/drpcli_version_sets_count.rst
M doc/cli/drpcli_version_sets_create.rst
M doc/cli/drpcli_version_sets_destroy.rst
M doc/cli/drpcli_version_sets_etag.rst
M doc/cli/drpcli_version_sets_exists.rst
M doc/cli/drpcli_version_sets_indexes.rst
M doc/cli/drpcli_version_sets_list.rst
M doc/cli/drpcli_version_sets_patch.rst
M doc/cli/drpcli_version_sets_runaction.rst
M doc/cli/drpcli_version_sets_show.rst
M doc/cli/drpcli_version_sets_update.rst
M doc/cli/drpcli_version_sets_wait.rst
D doc/cli/drpcli_work_order_templates.rst
D doc/cli/drpcli_work_order_templates_meta_add.rst
M doc/cli/drpcli_work_orders.rst
M doc/cli/drpcli_work_orders_action.rst
M doc/cli/drpcli_work_orders_actions.rst
M doc/cli/drpcli_work_orders_add.rst
M doc/cli/drpcli_work_orders_addprofile.rst
M doc/cli/drpcli_work_orders_addtask.rst
M doc/cli/drpcli_work_orders_await.rst
M doc/cli/drpcli_work_orders_count.rst
M doc/cli/drpcli_work_orders_create.rst
M doc/cli/drpcli_work_orders_destroy.rst
M doc/cli/drpcli_work_orders_etag.rst
M doc/cli/drpcli_work_orders_exists.rst
M doc/cli/drpcli_work_orders_get.rst
M doc/cli/drpcli_work_orders_indexes.rst
M doc/cli/drpcli_work_orders_inserttask.rst
M doc/cli/drpcli_work_orders_list.rst
M doc/cli/drpcli_work_orders_meta.rst
M doc/cli/drpcli_work_orders_meta_add.rst
M doc/cli/drpcli_work_orders_meta_get.rst
M doc/cli/drpcli_work_orders_meta_remove.rst
M doc/cli/drpcli_work_orders_meta_set.rst
M doc/cli/drpcli_work_orders_params.rst
M doc/cli/drpcli_work_orders_patch.rst
M doc/cli/drpcli_work_orders_purge.rst
M doc/cli/drpcli_work_orders_remove.rst
M doc/cli/drpcli_work_orders_removeprofile.rst
M doc/cli/drpcli_work_orders_removetask.rst
M doc/cli/drpcli_work_orders_run.rst
M doc/cli/drpcli_work_orders_runaction.rst
M doc/cli/drpcli_work_orders_set.rst
M doc/cli/drpcli_work_orders_show.rst
M doc/cli/drpcli_work_orders_tasks.rst
M doc/cli/drpcli_work_orders_tasks_add.rst
M doc/cli/drpcli_work_orders_tasks_del.rst
M doc/cli/drpcli_work_orders_update.rst
M doc/cli/drpcli_work_orders_uploadiso.rst
M doc/cli/drpcli_work_orders_wait.rst
M doc/cli/drpcli_workflows.rst
M doc/cli/drpcli_workflows_action.rst
M doc/cli/drpcli_workflows_actions.rst
M doc/cli/drpcli_workflows_await.rst
M doc/cli/drpcli_workflows_count.rst
M doc/cli/drpcli_workflows_create.rst
M doc/cli/drpcli_workflows_destroy.rst
M doc/cli/drpcli_workflows_etag.rst
M doc/cli/drpcli_workflows_exists.rst
M doc/cli/drpcli_workflows_indexes.rst
M doc/cli/drpcli_workflows_list.rst
M doc/cli/drpcli_workflows_meta.rst
M doc/cli/drpcli_workflows_meta_add.rst
M doc/cli/drpcli_workflows_meta_get.rst
M doc/cli/drpcli_workflows_meta_remove.rst
M doc/cli/drpcli_workflows_meta_set.rst
M doc/cli/drpcli_workflows_patch.rst
M doc/cli/drpcli_workflows_runaction.rst
M doc/cli/drpcli_workflows_show.rst
M doc/cli/drpcli_workflows_update.rst
M doc/cli/drpcli_workflows_wait.rst
M tools/build-cli-docs.sh
commit e3e83d27c1835e3a76160b79dbde1d20ffc460c2
Author: Zaheena <zaheena@gmail.com>
Date: Tue Mar 8 16:11:21 2022 -0500
fix(ci) fixing gitlab runner image
M .gitlab-ci.yml
commit 5ec9946b46b01e4489490ddfaf68d4f5763fa582
Author: Zaheena <zaheena@gmail.com>
Date: Tue Mar 8 15:21:23 2022 -0500
fix(airgap): minor doc updates/cleanup
M doc/cli/drpcli_airgap.rst
M doc/install/install-airgap.rst
M doc/install/install.rst
commit e14921176bf3a4fd382e7210356e28ff499138e9
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 8 14:18:12 2022 -0600
doc: add pipeline ref
M doc/arch/pipeline.rst
commit 6764a0319c72a24fbb61a7be0a32f681c82f8ebd
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 8 13:37:54 2022 -0600
doc: alter more doc problems
M README.rst
M doc/arch/cluster.rst
M doc/install/install-airgap.rst
M doc/kb/kb-00050.rst
M doc/kb/kb-00072.rst
M doc/rel_notes/summaries/release_v410.rst
M doc/rel_notes/summaries/release_v49.rst
commit a6036f7af473d89e9a2d057a439c87c8a6c32bd4
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sat Mar 5 12:38:33 2022 -0600
build(darwin): Add support for targeting Apple Silicon
Apple Silicon is a thing that I have access to now, so start the process
of getting dr-provision to work on it.
M agent/agent.go
M go.mod
M go.sum
M tools/build.sh
commit a5e89f780b20129b0e5debc27626f096f609da4c
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Mar 3 16:56:36 2022 -0600
doc(release): notice about metadata
M doc/rel_notes/summaries/release_v49.rst
commit 25b77636266b082c1ca82b8dfdc18bb68c60e16d
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Mar 3 16:51:01 2022 -0600
doc(release): index release info
M README.rst
M doc/rel_notes/summaries/release_v49.rst
commit 9a380e77e10707a275263d7a82bbc21184501b87
Author: Zaheena <zaheena@gmail.com>
Date: Thu Mar 3 14:53:35 2022 -0500
fix(airgap): gzip contents before adding to tar. updating markers
M cli/airgap.go
M tools/install.sh
commit f69fef6b6b6710afba54c63d1c5f8a6294748e64
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Mar 2 10:52:34 2022 -0600
fix: typo in param name
M doc/arch/pipeline.rst
commit 02e6aad6b771ae9e018e34074ff6f06dd898467e
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Mar 1 20:39:39 2022 -0600
Release v4.10.0 Initial
M README.rst
End of Note