This file contains hidden or 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
smutel@smu-ws ~ $ minikube start --vm-driver kvm2 -v 9999 | |
Aliases: | |
map[string]string{} | |
Override: | |
map[string]interface {}{"v":"9999"} | |
PFlags: | |
map[string]viper.FlagValue{"docker-opt":viper.pflagValue{flag:(*pflag.Flag)(0xc00034fcc0)}, "xhyve-disk-driver":viper.pflagValue{flag:(*pflag.Flag)(0xc00034fa40)}, "cache-images":viper.pflagValue{flag:(*pflag.Flag)(0xc0004f0aa0)}, "feature-gates":viper.pflagValue{flag:(*pflag.Flag)(0xc0004f0a00)}, "uuid":viper.pflagValue{flag:(*pflag.Flag)(0xc0004f0be0)}, "bootstrapper":viper.pflagValue{flag:(*pflag.Flag)(0xc00034e960)}, "cri-socket":viper.pflagValue{flag:(*pflag.Flag)(0xc0004f0820)}, "hyperkit-vpnkit-sock":viper.pflagValue{flag:(*pflag.Flag)(0xc0004f0c80)}, "insecure-registry":viper.pflagValue{flag:(*pflag.Flag)(0xc0004f0640)}, "nfs-share":viper.pflagValue{flag:(*pflag.Flag)(0xc00034fae0)}, "profile":viper.pflagValue{flag:(*pflag.Flag)(0xc00034e8c0)}, "nfs-shares-root":viper.pflagValue{flag:(*pflag.Flag)(0xc00034fb80)}, "vm-driver":viper.pflagValue{flag:(*pflag.Flag)(0x |
This file contains hidden or 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
2019/11/24 09:56:30 [INFO] Terraform version: 0.12.11 | |
2019/11/24 09:56:30 [INFO] Go runtime version: go1.12.9 | |
2019/11/24 09:56:30 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2019/11/24 09:56:30 [DEBUG] Attempting to open CLI config file: /home/samuel/.terraformrc | |
2019/11/24 09:56:30 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/11/24 09:56:30 [DEBUG] checking for credentials in "/home/samuel/.terraform.d/plugins" | |
2019/11/24 09:56:30 [DEBUG] checking for credentials in "/home/samuel/.terraform.d/plugins/linux_amd64" | |
2019/11/24 09:56:30 [INFO] CLI command args: []string{"apply"} | |
2019/11/24 09:56:30 [DEBUG] checking for provider in "." | |
2019/11/24 09:56:30 [DEBUG] checking for provider in "/usr/local/bin" |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
{ | |
"swagger": "2.0", | |
"info": { | |
"title": "NetBox API", | |
"description": "API to access NetBox", | |
"termsOfService": "https://github.com/netbox-community/netbox", | |
"license": { | |
"name": "Apache v2 License" | |
}, | |
"version": "2.11" |
This file contains hidden or 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
kern.log:May 16 03:32:07 front-dc1-01 kernel: [1690380.091943] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [sshd:17129] | |
kern.log:May 16 03:32:07 front-dc1-01 kernel: [1690382.628601] rcu: INFO: rcu_sched self-detected stall on CPU | |
kern.log:May 16 03:32:07 front-dc1-01 kernel: [1690382.631659] Modules linked in: sctp drbd_transport_tcp(OE) nft_counter xt_state xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_tcpudp ipt_REJECT nf_reject_ipv4 xt_multiport nft_compat nf_tables nfnetlink ext4 crc16 mbcache jbd2 fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 bochs_drm ttm drm_kms_helper drm evdev joydev sg serio_raw qemu_fw_cfg button drbd(OE) sunrpc virtio_rng rng_core ip_tables x_tables autofs4 xfs libcrc32c crc32c_generic hid_generic usbhid hid dm_mod virtio_net net_failover failover virtio_blk sr_mod cdrom uhci_hcd ehci_hcd ata_generic usbcore psmouse ata_piix libata scsi_mod usb_common virtio_pci virtio_ring i2c_piix4 virtio floppy | |
kern.log:May 16 03:32:07 front-dc1-01 kernel: [1690382. |
This file contains hidden or 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
IMAGE_NAME = "debian/bullseye64" | |
MASTERS = 1 | |
NODES = 2 | |
Vagrant.configure("2") do |config| | |
config.ssh.insert_key = false | |
config.vm.provider "virtualbox" do |v| | |
v.memory = 2048 | |
v.cpus = 1 |