From 50174720754da0209218a05251f33b7f330f047e Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Mon, 26 Sep 2016 15:59:04 -0500 Subject: [PATCH] ciao-deploy: use the correct bundles. The `os-common` bundle doesn't exists (should be `openstack-common` instead) and we can use the `c-basic` instead of `os-core-dev` as it's smaller. Signed-off-by: Simental Magana, Marcos --- source/ciao-deploy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index 9e4579ec..f0adb5ad 100644 --- a/source/ciao-deploy.rst +++ b/source/ciao-deploy.rst @@ -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`_