-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintenance changes #99
Open
HubDevUser
wants to merge
14
commits into
xenserver:master
Choose a base branch
from
HubDevUser:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added fix for build failing due to missing go-vnc * Add set name label to XVA import. Add forgotten err = ... for set description * Add ui.Say xva export location * Added step to configure number of disk drives * Change ISO VDI name from Packer-disk to VMName 0 * Ran gofmt -s -w . * Added option to convert VM to template * Added iso_name uuid:// and documentation * Ran gofmt -s -w . * Allow XVA builder to use templates already on XenCenter * Convert uploaded XVAs from template to VM * Remove destroy template VIFs * Added destroy vifs step * Ran gofmt -s -w . * Fixed merge error * Fix WinRM wrong host and port. Fix require ssh_username when using WinRM * Added documentation for format=xva_compressed * Add vdi_vhd to docs * Moved configure networking code from ISO to common * Ran gofmt -s -w . * Default to use source_path if source_template fails * Use iso_url as fallback if iso_name fails * Add missing period * Moved getUuid code into Run * Allow clone_template to use uuid:// * Changed disk to disc, fixed infinite loop bugs * Added XVA docs, updated ISO docs * Added cleanup for step_import_instance * Added cleanup to step_instantiate_template * Added functionality to execute scripts on the XenServer host prior to booting VM * Add preboot_host_scripts to XVA docs * Update godeps, add to vendor * gofmt -s -w . * move go get go-vnc to godeps and vendor * Added go get gox * Modified to allow for pre boot and pre export scripts. * update docs, fix typo * Added hacky fix for XenServer reboot hangs * Fix diskspace issue where uploaded VDIs are not cleaned up upon a successful run * Comment out config * Remove commented out code * Merging the winrmcp fix from the packer main branch to make the packer-ansible-windows integration work on xenserver xva target. Otherwise, powershell bails out on apparently corrupted path during the winrmcp. * Enable dynamic root passwords in boot commands * Add support to source user variables in boot_command * Add support to source user variables in boot_command in packer config file * Attempt to backport the file download for winrm * Accessing the config directly from struct as the old preferred way * Directly copy the default variables because our old version of winrm doesn't have the new params * Fix syntax error * Hacking a workaround in packer to use a default VNC value of 5900 (which seems to be all the cases) in case we cannot read that from xenstore-read command. XS7.5 and XS7.6 has stopped supporting it
* Set up CI with Azure Pipelines
Any updates? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.