mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-27 10:55:48 +00:00
Merge branch 'mesiment-ciao-cluster-setup' into 'master'
update ciao-deploy bundle requirements Change `os-core-dev` for `c-basic` as we only need gcc. Change `os-common` for `openstack-common` as the 1st bundle doesn't exists and it really meant the 2nd one. Please wait for review from @albertom to merge. See merge request !106
This commit is contained in:
@@ -50,15 +50,15 @@ on the deployment node. These bundles contain requirements needed by the playboo
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# swupd bundle-add go-basic os-core-dev kvm-host os-common
|
||||
# swupd bundle-add go-basic c-basic kvm-host openstack-common
|
||||
|
||||
go-basic
|
||||
provides golang, which is needed to compile ciao
|
||||
os-core-dev
|
||||
c-basic
|
||||
provides gcc, which is needed to compile some ciao dependencies
|
||||
kvm-host
|
||||
provides qemu, which is needed to build the CNCI image
|
||||
os-common
|
||||
openstack-common
|
||||
provides python-keystone client, which is a dependency of the keystone role
|
||||
|
||||
For Ubuntu and Fedora, follow the instructions from `github`_
|
||||
|
||||
Reference in New Issue
Block a user