Pushing a partial hardware json config will cause the tink hardware list command to panic. The tink hardware push --file hw.json command succeeds without complaint, but the tink hardware list and tink hardware get commands will panic.
# tink hardware list
panic: runtime error: invalid memory address or nil poin
kind/bug
Categorizes issue or PR as related to a bug.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
area/tink-cli
Implementation of Private Cloud using ownCloud. ownCloud is a suite of client–server software for creating and using file hosting services. This repository explains implementing ownCloud on an Ubuntu VM running on top of a Windows host for secure cloud storage
This Terraform example configurations uses the IBM Cloud provider to provision virtual machines on IBM Cloud Infrastructure (SoftLayer) and TerraForm Module ICP Deploy to prepare VSIs and deploy IBM Cloud Private on them in Highly Available configuration. This Terraform template automates best practices learned from installing ICP on IBM Cloud Infrastructure.
This Terraform configurations uses the AWS provider to provision virtual machines on AWS to prepare VMs and deploy IBM Cloud Private on them. This Terraform template automates best practices learned from installing ICP on AWS at numerous client sites in production.
OVHcloud PCC (Private Cloud / Hosted Private Cloud) realtime visualization web interface written in PHP/Laravel and VueJS - Inspired by the great OVHcloud vScope interface - Not affiliated with OVHcloud.
An open source server virtualization management solution based on QEMU/KVM. Manage virtual machines, containers, highly available clusters, storage and networks with an integrated, easy-to-use web interface or via CLI.
These Terraform example configurations uses the SoftLayer Provider to provision servers in SoftLayer and TerraForm Module ICP Deploy to deploy IBM Cloud Private on them.
Pushing a partial hardware json config will cause the
tink hardware listcommand to panic. Thetink hardware push --file hw.jsoncommand succeeds without complaint, but thetink hardware listandtink hardware getcommands will panic.# tink hardware list panic: runtime error: invalid memory address or nil poin