Packer Ubuntu 21.10 initramfs unpacking failed write error
I'm trying to create a VMI using the official Ubuntu 21.10 iso using Packer and export it to Vagrant box and, if possible, to a simple ISO that I can install manually on another computer.I'm getting...
View ArticleEven after memeory set to 2048 in Vagrantfile the virtualbox shows 1024...
I have tried creating VM for 3rd time as docker was failing with segmentation fault due to no memory left.So I destroyed the old vm and increased the memory to 2048 in vagrant...
View Articlegetting error when trying to spin a vm using vagrant , is this issue with the...
Getting this error when trying to spin a new vm using vagrant:>vagrant up swarm-masterBringing machine 'swarm-master' up with 'virtualbox' provider...==> swarm-master: Box...
View ArticleHow do I configure SSH keys in a Vagrant multi-machine setup?
I have 4 VMs in my Vagrantfile - 3 application servers and an Ansible control host.I only use Vagrant to create the VMs as I provision them manually from the ansible control host because I am still...
View ArticleDifference between using the default "config" variable and the vm defined...
I am new to vagrant and was following a training course and I noticed a subtle difference between how one can run the vagrant provision targeting specific machines based of the contents of the...
View ArticleVagrant and network interfaces
My Vagrant file does not look like it is doing anything special with networking:config.vm.box = "centos/7"config.vbguest.installer_options = { allow_kernel_upgrade: true }config.vm.network...
View ArticleHow does one perform systems testing against multiple interdependent machines?
I'm looking for a platform that allows me to run tests against multiple, closely-coupled systems. We deploy different products to Red Hat family machines - think Rocky Linux, CentOS, Fedora, RHEL, etc....
View ArticleMinimum laptop requirements for devops learning
I started learning devops technologies, but I encountered a problem with my laptop on the first labs, I cant provision more than 3 VMs in Vagrant, and I found out that my processor is not sufficient,...
View ArticleHow to use Vagrant and Vagrantfiles on the beta version of Virtualbox on a...
I am trying to recreate some of the previous DevOps projects that I had previously created while using Parallels as my virtualization tool.However, I saw that last month that Oracle released a new beta...
View ArticleHow does Vagrant differ from VirtualBox and similar software, if at all?
Both Vagrant and VirtualBox (or their alternatives) seem to me to virtualize an OS on top of another OS,How do they differ from one another essentially, if at all?
View ArticleIs Vagrant an operating system by itself?
If Vagrant (and similar software) uses to orchestrate, install and continuously upgrade one or more OSs on a single machine, isn't it some kind of an operating system by itself?Or it actually...
View Articlevagrant up command fails to find any box
The issue:For any vagrant box, whenever I run the vagrant up command, I get the following error:This even happened when I tried the centos/7 box instead.What I have tried:Tried having VirtualBox window...
View ArticleA cloud technology with automatic upgrades of my OS-release and web server...
I desire a cloud technology that will redund my need of using Vagrant to continuously integrate OS release upgrades (say from Ubuntu 18.04 to 20.04 including all software installed by apt-get ---...
View Articleget no debug on why my role is not triggered from my ansible playbook
I have a Vagrant infra to test ansible roles.Here is my playbookluis@spinoza:~/proj/g/infra/mz_devops/vagrant/deb11$ more tests/playbook_test_doc.yml---- name: Debug role path content hosts: all tasks:...
View Articlevmware/photon with vagrant and virtualbox provider
Im trying to get a vagrant virtualbox vmware/photon up and running but the most basic Vagrantfile emits an error. Vagrant.configure("2") do |config| config.vm.box = "vmware/photon"...
View ArticleUsing `synchronize` in Ansible provisioner (Vagrant): "ssh: Could not resolve...
I'd like to perform a very basic task with Ansible: rsyncing a local file to a server (here: local vm).For this, I've installed ansible / vagrant / virtualbox, and created the following minimal...
View ArticleHow does Vagrant differ from Ansible and Docker?
I understand that Ansible is a Configuration Management (CM) tool for orchestrating, deploying (and continuously upgrading) software and conf via a special YAML format created for that software, and...
View ArticleVAD (Vagrant-Ansible-Docker) stack for Ubuntu and Apache
I'm having trouble establishing a Ubuntu-LAMP environment with continuous integration - I feel lost from the different solutions out there and time and again I fear that my vanilla-Bash Ubuntu-LAMP...
View ArticleA cloud technology with automatic upgrades of my OS-release and web server...
I desire a cloud technology that will redund my need of using Vagrant to continuously integrate OS release upgrades (say from Ubuntu 18.04 to 20.04 including all software installed by apt-get ---...
View ArticleIs Vagrant an operating system by itself?
If Vagrant (and similar software) uses to orchestrate, install and continuously upgrade one or more OSs on a single machine, isn't it some kind of an operating system by itself?Or it actually...
View Article