From e54f1178335d9ec159e72b4c722402ffb6e174a1 Mon Sep 17 00:00:00 2001 From: SongRuixia Date: Fri, 13 Jan 2017 11:24:57 +0800 Subject: [PATCH] Add new project type(openshift) and related modules. Change-Id: Ic24fb9cd48abd29080611655e6df21f010db161c --- etc/default_data.json | 78 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/etc/default_data.json b/etc/default_data.json index 6a2996fed..f5cb0573f 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -25844,6 +25844,76 @@ "organization": "openvswitch", "uri": "https://github.com/openvswitch/ovs.git" }, + { + "module": "origin", + "organization": "openshift", + "uri": "https://github.com/openshift/origin.git" + }, + { + "module": "source-to-image", + "organization": "openshift", + "uri": "https://github.com/openshift/source-to-image.git" + }, + { + "module": "openshift-tools", + "organization": "openshift", + "uri": "https://github.com/openshift/openshift-tools.git" + }, + { + "module": "openshift-docs", + "organization": "openshift", + "uri": "https://github.com/openshift/openshift-docs.git" + }, + { + "module": "openshift-ansible", + "organization": "openshift", + "uri": "https://github.com/openshift/openshift-ansible.git" + }, + { + "module": "origin-ci-tool", + "organization": "openshift", + "uri": "https://github.com/openshift/origin-ci-tool.git" + }, + { + "module": "origin-web-console", + "organization": "openshift", + "uri": "https://github.com/openshift/origin-web-console.git" + }, + { + "module": "origin-aggregated-logging", + "organization": "openshift", + "uri": "https://github.com/openshift/origin-aggregated-logging.git" + }, + { + "module": "ruby-ex", + "organization": "openshift", + "uri": "https://github.com/openshift/ruby-ex.git" + }, + { + "module": "django-ex", + "organization": "openshift", + "uri": "https://github.com/openshift/django-ex.git" + }, + { + "module": "nodejs-ex", + "organization": "openshift", + "uri": "https://github.com/openshift/nodejs-ex.git" + }, + { + "module": "rails-ex", + "organization": "openshift", + "uri": "https://github.com/openshift/rails-ex.git" + }, + { + "module": "cakephp-ex", + "organization": "openshift", + "uri": "https://github.com/openshift/cakephp-ex.git" + }, + { + "module": "golang-ex", + "organization": "openshift", + "uri": "https://github.com/openshift/golang-ex.git" + }, { "module": "ceph", "organization": "ceph", @@ -26842,7 +26912,7 @@ { "id": "complementary", "title": "Complementary", - "modules": ["ansible-group", "ceph", "docker-group", "kubernetes-group", "jclouds", "cloudfoundry", "opnfv", "ovs", "pypa-group"] + "modules": ["ansible-group", "ceph", "docker-group", "kubernetes-group", "jclouds", "cloudfoundry", "opnfv", "openshift", "ovs", "pypa-group"] }, { "id": "ansible-group", @@ -26880,6 +26950,12 @@ "child": true, "modules": ["opnfv"] }, + { + "id": "openshift-group", + "title": "OpenShift", + "child": true, + "modules": ["openshift"] + }, { "id": "ovs-group", "title": "Open vSwitch",