CapsuleCommunication » History » Revision 14
Revision 13 (Kyle Baker, 12/04/2014 10:55 AM) → Revision 14/18 (Kyle Baker, 12/04/2014 11:21 AM)
h1. Capsule - Server Communication via Proxy h2. Summary All inbound and outbound Capsule communication should be routable through a proxy. This is the case where a Capsule cannot directly route it’s traffic to the server nor can the server directly reach the Capsule. If we allow only proxying Capsule content syncing from the Foreman/Katello and a user locks down a Capsule’s HTTP traffic, this could break other functionality of the Capsule See diagram below. !{width: 50%}http://projects.theforeman.org/attachments/download/999/capsule_server_proxy.png! h2. Targeted Release Foreman 1.9 1.8 / Katello 2.3 2.2 h2. Trackers https://bugzilla.redhat.com/show_bug.cgi?id=1114083 h2. Targeted Persona System Engineer h2. Status h3. User Stories Owner - David Caplan Status - In Progress Blockers - None h3. Requirements Owner - Mike Mccune / David Caplan Status - In Progress Blockers - None h3. Wireframes Owner - Kyle Baker Status - Not Started Blockers - Waiting on User Stories & Requirements Last updated TBD - -- h3. Development Stories Owner - Walden Raines Status - Not Started Expected Delivery - TBD Blockers - Waiting on Wireframes h2. Documentation h3. User Stories h4. Capsule to Server * Pulp node syncing content from the server * Puppet master reporting * Qpid traffic (if client communication is routed through the Capsule) * Sub-man traffic being routed via reverse-proxy to the Capsule h4. Server to Capsule * Initial creation and discovery of the Capsule * Feature refresh of the Capsule * Qpid traffic (if client communication is routed through the Capsule) h3. Requirements # Capsules should support individual proxy configurations server side # Capsule puppet masters should support routing traffic through an HTTP proxy # Qpid should support routing traffic through a proxy on the Server or Capsule # Capsule reverse proxy should support routing through an external HTTP proxy h3. Development Stories --