Project

General

Profile

CapsuleCommunication » History » Version 18

Eric Helms, 12/18/2014 02:26 PM

1 1 Eric Helms
h1. Capsule - Server Communication via Proxy
2
3 13 Kyle Baker
h2. Summary
4
5 1 Eric Helms
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.
6
7 13 Kyle Baker
!{width: 50%}http://projects.theforeman.org/attachments/download/999/capsule_server_proxy.png!
8
9
h2. Targeted Release
10
11 18 Eric Helms
Foreman 1.7 / Katello 2.1
12 13 Kyle Baker
13
h2. Targeted Persona
14 1 Eric Helms
15
[[Personas-SystemEngineer| Samuel - System Engineer]]
16 15 Kyle Baker
17 1 Eric Helms
h2. Status
18 13 Kyle Baker
19 16 Kyle Baker
h3. Use Cases
20 13 Kyle Baker
21
Owner - David Caplan
22
Status - In Progress
23
Blockers - None
24
25
h3. Requirements 
26
27
Owner - Mike Mccune / David Caplan
28
Status - In Progress
29
Blockers  - None
30
31
h3. Wireframes
32
33
Owner - Kyle Baker
34
Status - Not Started
35
Blockers - Waiting on User Stories & Requirements
36
Last updated TBD - --
37
38
h3. Development Stories
39
40
Owner - Walden Raines
41
Status - Not Started
42 1 Eric Helms
Expected Delivery - TBD
43
Blockers - Waiting on Wireframes
44
45
h2. Documentation
46 13 Kyle Baker
47 17 Kyle Baker
h3. Bugs/RFEs
48 16 Kyle Baker
49
https://bugzilla.redhat.com/show_bug.cgi?id=1114083
50
51
h3. Use Cases
52 13 Kyle Baker
53
h4. Capsule to Server
54
55 1 Eric Helms
* Pulp node syncing content from the server
56
* Puppet master reporting
57
* Qpid traffic (if client communication is routed through the Capsule)
58
* Sub-man traffic being routed via reverse-proxy to the Capsule
59
60 13 Kyle Baker
h4. Server to Capsule
61 1 Eric Helms
62
* Initial creation and discovery of the Capsule
63
* Feature refresh of the Capsule
64
* Qpid traffic (if client communication is routed through the Capsule)
65 13 Kyle Baker
 
66 1 Eric Helms
h3. Requirements
67
68
# Capsules should support individual proxy configurations server side
69
# Capsule puppet masters should support routing traffic through an HTTP proxy
70
# Qpid should support routing traffic through a proxy on the Server or Capsule
71
# Capsule reverse proxy should support routing through an external HTTP proxy
72 13 Kyle Baker
73
h3. Development Stories
74
75
--