From ac3f2a913ee5f2efae104c26c7bc8e724cbe71e5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 20 Feb 2018 08:46:21 +0000 Subject: [PATCH] Add nspawn_.* roles to openstack-ansible This patch adds preseeded repositories to OpenStack-Ansible for deploying OpenStack with a new container backend: nspawn. These projects core team are the same as the OpenStack-Ansible core team. Needed-By: I9340f14437254ec0f7871c5995df0db99c80502a Change-Id: I1a44c09eaec388755a87e73dbbc7b43d037ccfc9 --- gerrit/projects.yaml | 14 ++++++++++++++ gerritbot/channels.yaml | 2 ++ zuul/main.yaml | 2 ++ 3 files changed, 18 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 029713fa3c..126cdae781 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4828,6 +4828,20 @@ - openstack-ansible docimpact-group: openstack-ansible acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config +- project: openstack/openstack-ansible-nspawn_container_create + description: Role nspawn_container_create for OpenStack-Ansible + upstream: https://github.com/cloudnull/ansible-nspawn_container_create + groups: + - openstack-ansible + docimpact-group: openstack-ansible + acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config +- project: openstack/openstack-ansible-nspawn_hosts + description: Role nspawn_hosts for OpenStack-Ansible + upstream: https://github.com/cloudnull/ansible-nspawn_host + groups: + - openstack-ansible + docimpact-group: openstack-ansible + acl-config: /home/gerrit2/acls/openstack/openstack-ansible.config - project: openstack/openstack-ansible-openstack_hosts description: Role openstack_hosts for OpenStack-Ansible groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 820448c906..658e2bbd3d 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -261,6 +261,8 @@ openstack-ansible: - openstack/openstack-ansible-lxc_container_create - openstack/openstack-ansible-lxc_hosts - openstack/openstack-ansible-memcached_server + - openstack/openstack-ansible-nspawn_container_create + - openstack/openstack-ansible-nspawn_hosts - openstack/openstack-ansible-openstack_hosts - openstack/openstack-ansible-openstack_openrc - openstack/openstack-ansible-ops diff --git a/zuul/main.yaml b/zuul/main.yaml index 5e4791bc6e..b106162ca6 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -876,6 +876,8 @@ - openstack/openstack-ansible-lxc_container_create - openstack/openstack-ansible-lxc_hosts - openstack/openstack-ansible-memcached_server + - openstack/openstack-ansible-nspawn_container_create + - openstack/openstack-ansible-nspawn_hosts - openstack/openstack-ansible-openstack_hosts - openstack/openstack-ansible-openstack_openrc - openstack/openstack-ansible-ops