one-deploy
one-deploy copied to clipboard
**Description** Some sections should be updated adding more info and context for more Ceph uses cases: - Add a description on how to add disks devices to the inventory and...
**Description** When a shared storage configuration is added to the inventory of a deployment using a virtual FE configuration (playbook `opennebula.deploy.infra`), the virtual FE is created correctly but the image...
**Description** Something is wrong with the deployment of the sunstone directory rights. After an initial deployment everything works, however after the installation of updates (`apt upgrade`) on the frontend the...
1. The Ceph dashboard itself can be easily enabled with such basic steps executed on `mgrs` (for example): ``` ceph config set mgr mgr/dashboard/ssl false ceph dashboard set-pwd-policy-enabled false ceph...
**Description** The deployment fails in the scenario when HA front-end nodes need to be deployed as VMs if the Libvirt software is pre-installed using ``apt install -y libvirt-clients libvirt-daemon-system qemu-kvm``...
Since we're using poerty to auto-create virtualenv, we could isolate ceph-ansible dependencies in an optional dedicated virtualenv, then use in the makefile.
**Review of text** Edit for style, typos, clarity **Review of structure** Keep existing structure or propose rewrite based on new structure
The idea here is to be able to revert the cluster defined in inventory to the state from before installation, as much as it would be possible. I guess each...
Having a complete set of OpenNebula ansible modules could improve one-deploy project as we would replace shell/cli code with dedicated internally idempotent modules and action plugins. We already have https://github.com/OpenNebula/one-deploy/blob/master/plugins/modules/named_vm.py.
When I run the command ansible-playbook -i inventory/example.yml opennebula.deploy.main I keep getting the error ansible-playbook -i inventory/example.yml opennebula.deploy.main Can anyone help me?