From af4cc36ebff3f0c5cf77db28a88a2198ccc952dd Mon Sep 17 00:00:00 2001 From: Jimmy McArthur Date: Tue, 11 Sep 2018 11:27:46 -0600 Subject: [PATCH] Add Bifrost and Shade to Depoyment Tools and SDKs Made minor text corrections and added new rows for missing projects. Change-Id: Ib6e396082d17150f158b0698da6dda2b66aac22e Signed-off-by: Jimmy McArthur --- deployment_tools.yaml | 18 ++++++++++++++---- sdks.yaml | 12 ++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/deployment_tools.yaml b/deployment_tools.yaml index 6852984..8fac168 100644 --- a/deployment_tools.yaml +++ b/deployment_tools.yaml @@ -37,6 +37,10 @@ tabs: the Ansible framework. project-team: kolla + - name: openstack-ansible + title: Ansible playbooks to deploy OpenStack + project-team: OpenStackAnsible + - name: openstack-charms title: Deploys OpenStack in containers using Charms and Juju desc: > @@ -44,13 +48,19 @@ tabs: the Juju framework. project-team: OpenStack Charms + - name: bifrost + title: Ansible playbooks using ironic + desc: > + Bifrost (pronounced bye-frost) is a set of Ansible playbooks + that automates the task of deploying a base image onto a set of + known hardware using ironic. It provides modular utility for + one-off operating system deployment with as few operational + requirements as reasonably possible. + project-team: Bifrost + - category: Packaging recipes for popular frameworks components: - - name: openstack-ansible - title: Ansible playbooks to deploy OpenStack - project-team: OpenStackAnsible - - name: LOCI title: Lightweight OCI containers desc: > diff --git a/sdks.yaml b/sdks.yaml index 31d3f5a..49080ee 100644 --- a/sdks.yaml +++ b/sdks.yaml @@ -22,6 +22,18 @@ tabs: - Download: https://pypi.org/project/python-openstackclient/ - Docs: https://docs.openstack.org/python-openstackclient/latest/ + - name: shade + title: Client library for interacting with OpenStack clouds + desc: > + shade is a simple client library for interacting with OpenStack clouds. + The key word here is simple. Clouds can do many many many things - + but there are probably only about 10 of them that most people care about + with any regularity. + project-team: Shade + links: + - Download: https://pypi.org/project/shade/ + - Docs: https://docs.openstack.org/shade/latest/ + - category: Python SDKs components: