Skip to content

Commit

Permalink
Remove pulp_node
Browse files Browse the repository at this point in the history
* Remove all pulp_node code
* Remove pulp_node from docs

closes #2193
https://pulp.plan.io/issues/2193
  • Loading branch information
fdobrovolny committed Sep 23, 2016
1 parent 773e3fc commit e0bce9e
Show file tree
Hide file tree
Showing 105 changed files with 27 additions and 10,435 deletions.
25 changes: 0 additions & 25 deletions comps.xml
Expand Up @@ -81,29 +81,4 @@
<packagereq type="default">python-gofer-qpid</packagereq>
</packagelist>
</group>
<group>
<id>pulp-nodes-parent</id>
<name>Pulp Nodes Parent</name>
<description>
Pulp nodes parent packages.
</description>
<uservisible>true</uservisible>
<packagelist>
<packagereq type="mandatory">pulp-nodes-parent</packagereq>
<packagereq type="mandatory">pulp-nodes-admin-extensions</packagereq>
</packagelist>
</group>
<group>
<id>pulp-nodes-child</id>
<name>Pulp Nodes Child</name>
<description>
Pulp nodes child packages.
</description>
<uservisible>true</uservisible>
<packagelist>
<packagereq type="mandatory">pulp-nodes-child</packagereq>
<packagereq type="mandatory">pulp-nodes-consumer-extensions</packagereq>
<packagereq type="mandatory">pulp-agent</packagereq>
</packagelist>
</group>
</comps>
1 change: 0 additions & 1 deletion docs/dev-guide/integration/index.rst
Expand Up @@ -6,4 +6,3 @@ Integrating with Pulp

rest-api/index
events/index
nodes
179 changes: 0 additions & 179 deletions docs/dev-guide/integration/nodes.rst

This file was deleted.

22 changes: 2 additions & 20 deletions docs/dev-guide/integration/rest-api/server_plugins.rst
Expand Up @@ -199,15 +199,6 @@ Queries the server for the loaded importer plugins.
"package_environment"
]
},
{
"_href": "/pulp/api/v2/plugins/importers/nodes_http_importer/",
"display_name": "Pulp Nodes HTTP Importer",
"id": "nodes_http_importer",
"types": [
"node",
"repository"
]
}
]


Expand Down Expand Up @@ -238,7 +229,7 @@ Retrieves information about a specific importer plugin.
]
}


.. _getting_distributors:

Retrieve All Distributor Plugins
Expand Down Expand Up @@ -282,22 +273,14 @@ Queries the server for the loaded distributor plugins.
"puppet_module"
]
},
{
"_href": "/pulp/api/v2/plugins/distributors/nodes_http_distributor/",
"display_name": "Pulp Nodes HTTP Distributor",
"id": "nodes_http_distributor",
"types": [
"node"
]
},
{
"_href": "/pulp/api/v2/plugins/distributors/docker_distributor_web/",
"display_name": "Docker Web Distributor",
"id": "docker_distributor_web",
"types": [
"docker_image"
]
}
}
]


Expand Down Expand Up @@ -334,4 +317,3 @@ Retrieves information about a specific distributor plugin.
"yum_repo_metadata_file"
]
}

1 change: 0 additions & 1 deletion docs/user-guide/admin-client/index.rst
Expand Up @@ -11,7 +11,6 @@ Contents:
consumer
consumer-group
events
nodes
repositories
orphan
server
Expand Down

0 comments on commit e0bce9e

Please sign in to comment.