Skip to content

extra2000/cockpit-box

Repository files navigation

cockpit-box

License Versioning Build
License: MIT semantic-release Build status

Developer box for Cockpit with Dashboard.

Getting started

$ git clone --recursive https://github.com/extra2000/cockpit-box.git
$ cd cockpit-box

Creating Vagrant Box

Copy vagrant file from vagrant/examples/ and then create the vagrant box (you can change to --provider=libvirt if you want to use Libvirt provider):

$ cp -v vagrant/examples/Vagrantfile.cockpit-box.fedora-33.x86_64.example vagrant/Vagrantfile.cockpit-box
$ vagrant up --provider=virtualbox

Provision the vagrant box which will automatically install Cockpit with dashboard:

$ vagrant ssh cockpit-box -- sudo salt-call state.highstate

OpenSUSE issues

To change from wicked to NetworkManager, execute the following command and then reboot:

$ sudo systemctl disable wickedd
$ sudo systemctl enable NetworkManager