previous to this change, there was no explicit requirement
of the openssl tools. The cryptography bundle provides this
functionality.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
new ciao-webui versions looks for the storage configuration
setup, otherwise it will fail to start, so we define `storage`
options.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
the kvm-host bundle was added to include the qemu-nbd tool,
since this is not neccessary for the ciao-deployment, we can
get rid of this bundle.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commits adds a dockerfile useful to create a
container which fulfills all the requirements for
the deployment node in a ciao cluster setup.
By using the `ciao-deploy` container, operator shouldn't
require to install anything else in order to get a ciao
deployment node.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit add the `Dockerfile` and other files
needed in order to build a docker image of
the ciao-webui dashboard
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
nginx in clearlinux supports http2
This commit enables this feature for improved speed.
Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>