From d0065ef59ea5f7f009866c3873c3e0b60d9dbea9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 18 Mar 2015 09:43:46 -0400 Subject: [PATCH] Add ansible to complimentary projects OpenStack is involved with all of the OpenStack related ansible changes upstream in ansible. Change-Id: I1fb1e78f32f03ff4d9e30fad9a8c1c71744fac19 --- etc/default_data.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/etc/default_data.json b/etc/default_data.json index be2248580..51b8618e7 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -12150,6 +12150,10 @@ { "organization": "cloudfoundry", "uri": "github://" + }, + { + "organization": "ansible", + "uri": "github://" } ], "module_groups": [ @@ -12203,6 +12207,10 @@ "module_group_name": "docker-group", "modules": ["docker", "docker-registry", "docker-network", "libcontainer", "distribution", "machine", "swarm", "libtrust", "compose", "docker-py"] + }, + { + "module_group_name": "ansible-group", + "modules": ["ansible", "ansible-modules-core", "ansible-modules-extras"] } ], "releases": [ @@ -12294,7 +12302,7 @@ { "id": "complementary", "title": "Complementary", - "modules": ["docker-group", "kubernetes", "jclouds", "cloudfoundry"] + "modules": ["docker-group", "kubernetes", "jclouds", "cloudfoundry", "ansible-group"] }, { "id": "cloudfoundry-group", @@ -12313,6 +12321,12 @@ "title": "Kubernetes", "child": true, "modules": ["kubernetes"] + }, + { + "id": "ansible-group", + "title": "Cloud Foundry", + "child": true, + "modules": ["ansible"] } ] }