Christoph Papke

Results 49 issues of Christoph Papke

## Locale ### Bash ``` sudo locale-gen "de_DE.UTF-8" sudo update-locale LANG="de_DE.UTF-8" ``` ### Powershell - See: https://make-it-easier.com/2015/02/12/change-language-settings-powershell/ ``` Set-WinUILanguageOverride -Language de-DE ``` ## Keyboard Layout ### Bash ``` sudo sed...

enhancement

- The VM templates from vpshere have a fixed disk size - When provisioning VMs these templates are simply cloned - The clones will have the same VM size -...

enhancement

Close firewall port 5985 after provisoning of a Windows Server VM.

enhancement

Add support for different flavours of Linux and Windows: - Debian - Red Hat Enterprise Linux - CentOS - Windows Server 2012

enhancement

Refactor application to allow different workflow actions after provisioning. Create initial mechanism for workflow actions. Ideally Workflow actions (like email delivery) should be created by implementing a generic workflow action...

enhancement

Please write a Java client application which is operating system agnostic. This will make it easier to integrate the client into a Continuous Delivery Pipeline in Jenkins running on Windows...

enhancement

Provision log entries get overwritten if a virtual machine is deprovisioned successfully. So the creation log entry will disappear from the list which is bad in terms of auditability. It...

enhancement

Hi Kai, I'd like to contribute to your project a little bit more. At the moment I'm working on a Continuous Delivery showcase to show our management team the benefits...

Hi, first of all kudos for your great vsphere provider. I'm using it in my Cloud self service portal. Works really good so far. At the moment I'm working on...