Revision f5d21adb
Added by Thomas McKay over 6 years ago
test/fixtures/vcr_cassettes/resources/subnets/update_subnets.yml | ||
---|---|---|
2 | 2 |
http_interactions: |
3 | 3 |
- request: |
4 | 4 |
method: get |
5 |
uri: https://admin:changeme@katello.example.com:50191/api/status |
|
5 |
uri: https://admin:changeme@katello.example.com:50191/api/smart_proxies?per_page=999999&search=name=%22katello.example.com%22 |
|
6 |
body: |
|
7 |
encoding: US-ASCII |
|
8 |
string: '' |
|
9 |
headers: |
|
10 |
Accept: |
|
11 |
- application/json;version=2 |
|
12 |
Accept-Encoding: |
|
13 |
- gzip, deflate |
|
14 |
User-Agent: |
|
15 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
16 |
Content-Type: |
|
17 |
- application/json |
|
18 |
Host: |
|
19 |
- katello.example.com:50191 |
|
20 |
response: |
|
21 |
status: |
|
22 |
code: 200 |
|
23 |
message: OK |
|
24 |
headers: |
|
25 |
Date: |
|
26 |
- Mon, 12 Sep 2016 15:38:55 GMT |
|
27 |
Server: |
|
28 |
- Apache/2.4.6 (CentOS) |
|
29 |
X-Frame-Options: |
|
30 |
- SAMEORIGIN |
|
31 |
X-Xss-Protection: |
|
32 |
- 1; mode=block |
|
33 |
X-Content-Type-Options: |
|
34 |
- nosniff |
|
35 |
Foreman-Version: |
|
36 |
- 1.14.0-develop |
|
37 |
Foreman-Api-Version: |
|
38 |
- '2' |
|
39 |
Content-Type: |
|
40 |
- application/json; charset=utf-8 |
|
41 |
Apipie-Checksum: |
|
42 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
43 |
Etag: |
|
44 |
- W/"3202a4ce0538470b4314302cc490a116-gzip" |
|
45 |
Cache-Control: |
|
46 |
- max-age=0, private, must-revalidate |
|
47 |
X-Request-Id: |
|
48 |
- d1a407b5-4d00-4604-96b4-ddc71f2ac069 |
|
49 |
X-Runtime: |
|
50 |
- '0.227074' |
|
51 |
Via: |
|
52 |
- 1.1 katello.example.com:50191 |
|
53 |
Vary: |
|
54 |
- Accept-Encoding |
|
55 |
Content-Length: |
|
56 |
- '500' |
|
57 |
Set-Cookie: |
|
58 |
- _session_id=80289e908ed33b2383934207c4ddba5f; path=/; HttpOnly |
|
59 |
body: |
|
60 |
encoding: ASCII-8BIT |
|
61 |
string: | |
|
62 |
{ |
|
63 |
"total": 1, |
|
64 |
"subtotal": 1, |
|
65 |
"page": 1, |
|
66 |
"per_page": 999999, |
|
67 |
"search": "name=\"katello.example.com\"", |
|
68 |
"sort": { |
|
69 |
"by": null, |
|
70 |
"order": null |
|
71 |
}, |
|
72 |
"results": [{"created_at":"2016-09-02 14:10:14 UTC","updated_at":"2016-09-02 14:10:14 UTC","name":"katello.example.com","id":1,"url":"https://katello.example.com:9090","features":[{"name":"Pulp","id":2},{"name":"TFTP","id":4},{"name":"Puppet","id":7},{"name":"Puppet CA","id":8},{"name":"Logs","id":12},{"name":"Dynflow","id":13}]}] |
|
73 |
} |
|
74 |
http_version: |
|
75 |
recorded_at: Mon, 12 Sep 2016 15:38:56 GMT |
|
76 |
- request: |
|
77 |
method: put |
|
78 |
uri: https://admin:changeme@katello.example.com:50191/api/subnets/5 |
|
79 |
body: |
|
80 |
encoding: UTF-8 |
|
81 |
string: '{"subnet":{"name":"Test Subnet","network":"192.168.100.1","mask":"255.255.255.0","from":"","to":"","domain_ids":[2],"tftp_id":1,"dns_id":null,"dhcp_id":null}}' |
|
82 |
headers: |
|
83 |
Accept: |
|
84 |
- application/json;version=2 |
|
85 |
Accept-Encoding: |
|
86 |
- gzip, deflate |
|
87 |
User-Agent: |
|
88 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
89 |
Content-Type: |
|
90 |
- application/json |
|
91 |
Content-Length: |
|
92 |
- '158' |
|
93 |
Host: |
|
94 |
- katello.example.com:50191 |
|
95 |
response: |
|
96 |
status: |
|
97 |
code: 200 |
|
98 |
message: OK |
|
99 |
headers: |
|
100 |
Date: |
|
101 |
- Mon, 12 Sep 2016 15:38:56 GMT |
|
102 |
Server: |
|
103 |
- Apache/2.4.6 (CentOS) |
|
104 |
X-Frame-Options: |
|
105 |
- SAMEORIGIN |
|
106 |
X-Xss-Protection: |
|
107 |
- 1; mode=block |
|
108 |
X-Content-Type-Options: |
|
109 |
- nosniff |
|
110 |
Foreman-Version: |
|
111 |
- 1.14.0-develop |
|
112 |
Foreman-Api-Version: |
|
113 |
- '2' |
|
114 |
Content-Type: |
|
115 |
- application/json; charset=utf-8 |
|
116 |
Apipie-Checksum: |
|
117 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
118 |
Etag: |
|
119 |
- W/"c90595f8e53b951c87409bacd6450eaf-gzip" |
|
120 |
Cache-Control: |
|
121 |
- max-age=0, private, must-revalidate |
|
122 |
X-Request-Id: |
|
123 |
- a8e3b46d-12d7-4c39-9391-675110b77737 |
|
124 |
X-Runtime: |
|
125 |
- '0.419672' |
|
126 |
Via: |
|
127 |
- 1.1 katello.example.com:50191 |
|
128 |
Vary: |
|
129 |
- Accept-Encoding |
|
130 |
Content-Length: |
|
131 |
- '768' |
|
132 |
Set-Cookie: |
|
133 |
- _session_id=f131f5b4f5e073bfa91c7dacb880e4f3; path=/; HttpOnly |
|
134 |
- request_method=PUT; path=/ |
|
135 |
body: |
|
136 |
encoding: ASCII-8BIT |
|
137 |
string: '{"network":"192.168.100.1","network_type":"IPv4","cidr":24,"mask":"255.255.255.0","priority":null,"vlanid":null,"gateway":null,"dns_primary":null,"dns_secondary":null,"from":"","to":"","created_at":"2016-09-09 |
|
138 |
19:21:18 UTC","updated_at":"2016-09-09 19:21:18 UTC","ipam":"None","boot_mode":"DHCP","id":5,"name":"Test |
|
139 |
Subnet","network_address":"192.168.100.1/24","dhcp":null,"tftp":{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"},"dns":null,"domains":[{"id":2,"name":"test.com"}],"interfaces":[],"parameters":[],"locations":[{"id":2,"name":"Default |
|
140 |
Location","title":"Default Location","description":null}],"organizations":[{"id":9,"name":"Test |
|
141 |
Corporation","title":"Test Corporation","description":"Testing today for a |
|
142 |
better tomorrow"}]}' |
|
143 |
http_version: |
|
144 |
recorded_at: Mon, 12 Sep 2016 15:38:57 GMT |
|
145 |
- request: |
|
146 |
method: get |
|
147 |
uri: https://admin:changeme@katello.example.com:50191/katello/api/organizations/9 |
|
148 |
body: |
|
149 |
encoding: US-ASCII |
|
150 |
string: '' |
|
151 |
headers: |
|
152 |
Accept: |
|
153 |
- application/json;version=2 |
|
154 |
Accept-Encoding: |
|
155 |
- gzip, deflate |
|
156 |
User-Agent: |
|
157 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
158 |
Content-Type: |
|
159 |
- application/json |
|
160 |
Host: |
|
161 |
- katello.example.com:50191 |
|
162 |
response: |
|
163 |
status: |
|
164 |
code: 200 |
|
165 |
message: OK |
|
166 |
headers: |
|
167 |
Date: |
|
168 |
- Mon, 12 Sep 2016 15:38:57 GMT |
|
169 |
Server: |
|
170 |
- Apache/2.4.6 (CentOS) |
|
171 |
X-Frame-Options: |
|
172 |
- SAMEORIGIN |
|
173 |
X-Xss-Protection: |
|
174 |
- 1; mode=block |
|
175 |
X-Content-Type-Options: |
|
176 |
- nosniff |
|
177 |
Foreman-Version: |
|
178 |
- 1.14.0-develop |
|
179 |
Foreman-Api-Version: |
|
180 |
- '2' |
|
181 |
Content-Type: |
|
182 |
- application/json; charset=utf-8 |
|
183 |
Apipie-Checksum: |
|
184 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
185 |
Etag: |
|
186 |
- W/"253ac9fa8c0d829e51da8f57b05de99d-gzip" |
|
187 |
Cache-Control: |
|
188 |
- max-age=0, private, must-revalidate |
|
189 |
X-Request-Id: |
|
190 |
- e9a0f34e-078b-4857-9402-8b4f59e8e345 |
|
191 |
X-Runtime: |
|
192 |
- '3.620323' |
|
193 |
Via: |
|
194 |
- 1.1 katello.example.com:50191 |
|
195 |
Vary: |
|
196 |
- Accept-Encoding |
|
197 |
Content-Length: |
|
198 |
- '21851' |
|
199 |
Set-Cookie: |
|
200 |
- _session_id=11cc5d60b0fbaf64e574a95da086a07c; path=/; HttpOnly |
|
201 |
body: |
|
202 |
encoding: ASCII-8BIT |
|
203 |
string: '{"label":"testcorp","owner_details":{"parentOwner":null,"id":"ff80808156eb30a60157024c785205e2","key":"testcorp","displayName":"Test |
|
204 |
Corporation","contentPrefix":"/testcorp/$env","defaultServiceLevel":null,"upstreamConsumer":{"id":"ff80808156eb30a6015704818a920660","uuid":"d45ac754-56e8-425e-a6ef-2028953f6f2c","name":"TestCorp","idCert":{"key":"-----BEGIN |
|
205 |
RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnR41trDH6LJ4Tobp73rsvM7Sl+nMItXNW7HSjhKQg78nFotM\naGRB9XS3z7wzKtunqIHcj38UwGBE01qLIO7aBXJHAeDiZVJdRaq03fcpQU3OywCw\nzjzfIRxYP8u5S1bjE60QXwv+ao0nbEYJ45EBmFybL6NJBcATsvPTadRzy236kk0h\nnOJl+IXXU+29eGjY7GWXjm+QYf//CHN+ngEh8g/sxSafDM6w7ZlPi9HJSaXK363R\n/nuy+4KqYE0MHa/7Iyb+HnyQEn/XTuFLJk3/EKr7gwxOVV2in6CQEeXLNuWek1Xt\nUzBDL/jPNoowFM18kmYBBg5/M3gqMX4eXBVfxQIDAQABAoIBAAeWduecv/rH67F3\nKIMNP7OalWcKvnYMNz+vZcjAssP6Dkwza/w6o0jUWzAoGZx/QSiNJPa1H25u98Px\nQnjTsCnFLBK2JpjYEnMT3Go/znk95be+D8vV+ryhns1t7EPsLUk8+WZtsNq6eGXt\nN/sKfLY7+q6hRxyE+y6QQeyBexoe4OnELeeb9KFxpE9H8TV67Ed9jqLbtXsR/8Nq\nWZW7ZYHBuvYuGHgZQWY9wWks3HW1ygC+y1BpfeYA9z85HH+t1x7mG8lOBoe0eV95\nhmHDwQInPPdBB20szGTRB2UjKmFCIGX/EYn/RJZvi/kxlpTzSLTiBDDUKqjAyWC/\ngdRhp/0CgYEA7qh1ng34FXTXYs0otOpCTrjnB17vdJb1SAc2kvWSQiCr9Gr5etGR\nDu7g6EAAvsV8HbQkcBmXyqnVuDhR0Ijt0UaldqGWbpmAcspHMDsy1uDn24qjbZoI\ncC3wQhsy3+8zNRYlbELeJjgzacYRmmtZNc2ML5As5XX8VVji3JqmZUMCgYEAqIjv\nPV4SfqrOv4NFcEvQf32tyiVxXDH4H/WpjHM2ZcAklE4esQkyBqf/2lHcZPrhoaQm\n8OGrquMytXo2TRGypl0syZ49GFq/FUFQbkl8zZpt3OCMkud6RvBmmftYSVCNoyZc\nySBusvO3SgpZYZwJx3FmeH/2gp0YAldH+tQo0lcCgYEAjhkVdtcgaD4aZER9QULd\n2htzy0q2Tnf3cTyCPPwkamUjnTL4ei0/LmIC3aYGC5BwNwtkSq6iV1PJ4Zb+96gf\n2WQz7q+FbzLMbQyNWGVW/uQIiQpCBmcZMRnZHLMvFnBI0AnwnEYwGReLXSZGoufZ\nxRQurL8uTC104ag741fdTRsCgYAtWaOezMiHQykdCZLO0+fH1qbEJW0qlNuipfU4\nsOvrV1fAfIDvvHy0o9JKCgsXNRcv6r77xI3wDvDfOoKQHHoJIDtkCWuBOTH/4zJk\nauvlW2/Cpr3M7fLOUfQZ7TNljwJ9612+VTbUepZQmxZQGK/c9hvPwwcvQFxsjNX2\nnc5aQwKBgGZIGnz4X92HBVa0pR27q+2sebWCxjpREPoEE4HnPivn6Vgy6j40O3VB\nikaW6laDlWHPzYorQeLcZLoiI6yBn5v3unT4Aq74c/mgjBZbsJs+BC6WILWpeV3s\nlN7WgGVHSbBqaBAkMdIrH6IK8dnjYsHq5yO9xtdYmkVZoHEoah8h\n-----END |
|
206 |
RSA PRIVATE KEY-----\n","cert":"-----BEGIN CERTIFICATE-----\nMIIFqTCCA5GgAwIBAgIIBitiT9Rbj7QwDQYJKoZIhvcNAQEFBQAwgaQxCzAJBgNV\nBAYTAlVTMRcwFQYDVQQIDA5Ob3J0aCBDYXJvbGluYTEWMBQGA1UECgwNUmVkIEhh\ndCwgSW5jLjEYMBYGA1UECwwPUmVkIEhhdCBOZXR3b3JrMSQwIgYDVQQDDBtSZWQg\nSGF0IENhbmRsZXBpbiBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhLXN1cHBv\ncnRAcmVkaGF0LmNvbTAeFw0xNjA4MTYxMjI5MzFaFw0xNzA4MTYxMjI5MzFaMC8x\nLTArBgNVBAMTJGQ0NWFjNzU0LTU2ZTgtNDI1ZS1hNmVmLTIwMjg5NTNmNmYyYzCC\nASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ0eNbawx+iyeE6G6e967LzO\n0pfpzCLVzVux0o4SkIO/JxaLTGhkQfV0t8+8Myrbp6iB3I9/FMBgRNNaiyDu2gVy\nRwHg4mVSXUWqtN33KUFNzssAsM483yEcWD/LuUtW4xOtEF8L/mqNJ2xGCeORAZhc\nmy+jSQXAE7Lz02nUc8tt+pJNIZziZfiF11PtvXho2Oxll45vkGH//whzfp4BIfIP\n7MUmnwzOsO2ZT4vRyUmlyt+t0f57svuCqmBNDB2v+yMm/h58kBJ/107hSyZN/xCq\n+4MMTlVdop+gkBHlyzblnpNV7VMwQy/4zzaKMBTNfJJmAQYOfzN4KjF+HlwVX8UC\nAwEAAaOCAVEwggFNMBEGCWCGSAGG+EIBAQQEAwIFoDALBgNVHQ8EBAMCBLAwgd4G\nA1UdIwSB1jCB04AUdy6lzTcNqOHT6mHFVmdD6JHHbRyhgbekgbQwgbExCzAJBgNV\nBAYTAlVTMRcwFQYDVQQIDA5Ob3J0aCBDYXJvbGluYTEWMBQGA1UECgwNUmVkIEhh\ndCwgSW5jLjEYMBYGA1UECwwPUmVkIEhhdCBOZXR3b3JrMTEwLwYDVQQDDChSZWQg\nSGF0IEVudGl0bGVtZW50IE9wZXJhdGlvbnMgQXV0aG9yaXR5MSQwIgYJKoZIhvcN\nAQkBFhVjYS1zdXBwb3J0QHJlZGhhdC5jb22CAT8wHQYDVR0OBBYEFI7UL/Bk0UoE\n9FSjYlUJle0cykonMBMGA1UdJQQMMAoGCCsGAQUFBwMCMBYGA1UdEQQPMA2GC0NO\nPVRlc3RDb3JwMA0GCSqGSIb3DQEBBQUAA4ICAQBp4djGKuE+NCfYE0Br3IlpKnrm\nCpDF8qs4/r9A/tr+PLLhDnRmzkygSJ7KsIUXYV8oW+QhU5fe2ggPaJFfynY2AVOc\nZHbwvHKoQoUUrVlZFkcwhWcL7vvTEJQUONaOOLUgAzGIdfAmBYPWBqbwf80croGh\nY5xBcNqRw3cxfi0joE+LY4brEW5vJF8DnxhEX0eIJtjas+zb3ckeUJgYIyirXdHJ\nqrAANWjUfh9JFehwjAigx6TnGK+pr+zpbKTX9O7lhmvsCf+82NVlZmY342IUE8Ss\npWjhsydl8NT80fGJV/1fwpgyos9EvpjayXh9bYxZhDkiHaUUL/WBInEdyi4xFJgf\nPXnaV+2q48/3oOVZa2Ng/vcaBG5nEZYvK+jTG205t9d9X9Tp46iH/mvyIH8VIF0H\np/OtIoRnGLjliYP0dHp91G4UTTEpg8Cxa77r77qlwASORsFF8MJGMKMJg/YNO7fQ\nCskpqb7UZfSXmvZ5AIZ/Kzncuj1IvZMLhjMr/QAwSO0/v/GnmSqLwMamM2viq8un\nef2TQy9Xcuxcp0n7mcDHUUaTpiW1tPc5ikUmCUQ2ZuNTjE6Noa0kSV3AHG3TbSkU\n+qT9B5RSL1YBAEw5xwttvjlju2jaYaYT6xI4LioXIVJ8lEwdrggxmqTj1ArgqP2c\nHAtS6vziTnwbP+sS3g==\n-----END |
|
207 |
CERTIFICATE-----\n","id":"ff80808156eb30a6015704818a91065f","serial":{"id":8261278538809906032,"revoked":false,"collected":false,"expiration":"2017-08-16T12:29:31.000+0000","serial":8261278538809906032,"created":"2016-09-07T11:56:21.009+0000","updated":"2016-09-07T11:56:21.009+0000"},"created":"2016-09-07T11:56:21.009+0000","updated":"2016-09-07T11:56:21.009+0000"},"type":{"id":"ff80808156eb30a60156ebcdc4930005","label":"satellite","manifest":true,"created":"2016-09-02T16:49:06.195+0000","updated":"2016-09-02T16:49:06.195+0000"},"ownerId":"ff80808156eb30a60157024c785205e2","webUrl":"access.stage.redhat.com/management/distributors/","apiUrl":"https://subscription.rhn.stage.redhat.com/subscription/consumers/","created":"2016-09-07T11:56:21.010+0000","updated":"2016-09-07T11:56:21.010+0000"},"logLevel":null,"href":"/owners/testcorp","created":"2016-09-07T01:39:08.498+0000","updated":"2016-09-07T11:56:21.159+0000"},"redhat_repository_url":"https://cdn.redhat.com","service_levels":["Premium","Standard"],"service_level":null,"select_all_types":[],"description":"Testing |
|
208 |
today for a better tomorrow","created_at":"2016-09-07 01:39:03 UTC","updated_at":"2016-09-07 |
|
209 |
01:39:03 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":9,"name":"Test |
|
210 |
Corporation","title":"Test Corporation","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":5,"name":"Test |
|
211 |
Subnet","network_address":"192.168.100.1/24"}],"compute_resources":[],"media":[],"config_templates":[{"id":90,"name":"Katello |
|
212 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
213 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
214 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
215 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
216 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
217 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
218 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
219 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
220 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
221 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
222 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
223 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
224 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
225 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
226 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
227 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
228 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
229 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
230 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
231 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
232 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
233 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
234 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
235 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
236 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
237 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
238 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
239 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
240 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
241 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
242 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
243 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
244 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
245 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
246 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
247 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
248 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
249 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
250 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
251 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
252 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
253 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
254 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
255 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
256 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
257 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
258 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
259 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
260 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
261 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
262 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
263 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
264 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
265 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
266 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
267 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
268 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
269 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
270 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
271 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
272 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
273 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
274 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
275 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
276 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
277 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
278 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
279 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
280 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
281 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":90,"name":"Katello |
|
282 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
283 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
284 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
285 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
286 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
287 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
288 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
289 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
290 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
291 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
292 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
293 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
294 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
295 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
296 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
297 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
298 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
299 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
300 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
301 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
302 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
303 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
304 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
305 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
306 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
307 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
308 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
309 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
310 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
311 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
312 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
313 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
314 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
315 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
316 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
317 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
318 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
319 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
320 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
321 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
322 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
323 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
324 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
325 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
326 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
327 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
328 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
329 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
330 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
331 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
332 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
333 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":2,"name":"test.com"}],"realms":[],"environments":[],"hostgroups":[],"locations":[],"parameters":[],"default_content_view_id":4,"library_id":7}' |
|
334 |
http_version: |
|
335 |
recorded_at: Mon, 12 Sep 2016 15:39:01 GMT |
|
336 |
- request: |
|
337 |
method: put |
|
338 |
uri: https://admin:changeme@katello.example.com:50191/katello/api/organizations/9 |
|
339 |
body: |
|
340 |
encoding: UTF-8 |
|
341 |
string: '{"organization":{"subnet_ids":[5]}}' |
|
342 |
headers: |
|
343 |
Accept: |
|
344 |
- application/json;version=2 |
|
345 |
Accept-Encoding: |
|
346 |
- gzip, deflate |
|
347 |
User-Agent: |
|
348 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
349 |
Content-Type: |
|
350 |
- application/json |
|
351 |
Content-Length: |
|
352 |
- '35' |
|
353 |
Host: |
|
354 |
- katello.example.com:50191 |
|
355 |
response: |
|
356 |
status: |
|
357 |
code: 200 |
|
358 |
message: OK |
|
359 |
headers: |
|
360 |
Date: |
|
361 |
- Mon, 12 Sep 2016 15:39:01 GMT |
|
362 |
Server: |
|
363 |
- Apache/2.4.6 (CentOS) |
|
364 |
X-Frame-Options: |
|
365 |
- SAMEORIGIN |
|
366 |
X-Xss-Protection: |
|
367 |
- 1; mode=block |
|
368 |
X-Content-Type-Options: |
|
369 |
- nosniff |
|
370 |
Foreman-Version: |
|
371 |
- 1.14.0-develop |
|
372 |
Foreman-Api-Version: |
|
373 |
- '2' |
|
374 |
Content-Type: |
|
375 |
- application/json; charset=utf-8 |
|
376 |
Apipie-Checksum: |
|
377 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
378 |
Etag: |
|
379 |
- W/"629f8d491c90ac79b4b7bedb2e2e8c86-gzip" |
|
380 |
Cache-Control: |
|
381 |
- max-age=0, private, must-revalidate |
|
382 |
X-Request-Id: |
|
383 |
- 273dd0bf-6c1d-4d6e-a11e-c0e3fbdbb726 |
|
384 |
X-Runtime: |
|
385 |
- '4.208634' |
|
386 |
Via: |
|
387 |
- 1.1 katello.example.com:50191 |
|
388 |
Vary: |
|
389 |
- Accept-Encoding |
|
390 |
Content-Length: |
|
391 |
- '16675' |
|
392 |
Set-Cookie: |
|
393 |
- _session_id=3006fe46c1d0f05152cdfa3ca942ba14; path=/; HttpOnly |
|
394 |
- request_method=PUT; path=/ |
|
395 |
body: |
|
396 |
encoding: ASCII-8BIT |
|
397 |
string: '{"select_all_types":[],"description":"Testing today for a better tomorrow","created_at":"2016-09-07 |
|
398 |
01:39:03 UTC","updated_at":"2016-09-07 01:39:03 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":9,"name":"Test |
|
399 |
Corporation","title":"Test Corporation","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":5,"name":"Test |
|
400 |
Subnet","network_address":"192.168.100.1/24"}],"compute_resources":[],"media":[],"config_templates":[{"id":90,"name":"Katello |
|
401 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
402 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
403 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
404 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
405 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
406 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
407 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
408 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
409 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
410 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
411 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
412 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
413 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
414 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
415 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
416 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
417 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
418 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
419 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
420 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
421 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
422 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
423 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
424 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
425 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
426 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
427 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
428 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
429 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
430 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
431 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
432 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
433 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
434 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
435 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
436 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
437 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
438 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
439 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
440 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
441 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
442 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
443 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
444 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
445 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
446 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
447 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
448 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
449 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
450 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
451 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
452 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
453 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
454 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
455 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
456 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
457 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
458 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
459 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
460 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
461 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
462 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
463 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
464 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
465 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
466 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
467 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
468 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
469 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
470 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":90,"name":"Katello |
|
471 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":88,"name":"Katello |
|
472 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":87,"name":"Katello |
|
473 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":86,"name":"Katello |
|
474 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
475 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
476 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
477 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
478 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
479 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":43,"name":"Preseed |
|
480 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
481 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
482 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
483 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
484 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
485 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
486 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":36,"name":"Kickstart |
|
487 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
488 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
489 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
490 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
491 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
492 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
493 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
494 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":28,"name":"Junos |
|
495 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
496 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
497 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
498 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
499 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
500 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
501 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
502 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
503 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
504 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
505 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
506 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
507 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
508 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
509 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
510 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
511 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
512 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
513 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
514 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
515 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
516 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
517 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
518 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
519 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
520 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
521 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
522 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":2,"name":"test.com"}],"realms":[],"environments":[],"hostgroups":[],"locations":[],"parameters":[]}' |
|
523 |
http_version: |
|
524 |
recorded_at: Mon, 12 Sep 2016 15:39:06 GMT |
|
525 |
- request: |
|
526 |
method: get |
|
527 |
uri: https://admin:changeme@katello.example.com:50191/api/locations?per_page=999999&search=name=%22Default%20Location%22 |
|
528 |
body: |
|
529 |
encoding: US-ASCII |
|
530 |
string: '' |
|
531 |
headers: |
|
532 |
Accept: |
|
533 |
- application/json;version=2 |
|
534 |
Accept-Encoding: |
|
535 |
- gzip, deflate |
|
536 |
User-Agent: |
|
537 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
538 |
Content-Type: |
|
539 |
- application/json |
|
540 |
Host: |
|
541 |
- katello.example.com:50191 |
|
542 |
response: |
|
543 |
status: |
|
544 |
code: 200 |
|
545 |
message: OK |
|
546 |
headers: |
|
547 |
Date: |
|
548 |
- Mon, 12 Sep 2016 15:39:05 GMT |
|
549 |
Server: |
|
550 |
- Apache/2.4.6 (CentOS) |
|
551 |
X-Frame-Options: |
|
552 |
- SAMEORIGIN |
|
553 |
X-Xss-Protection: |
|
554 |
- 1; mode=block |
|
555 |
X-Content-Type-Options: |
|
556 |
- nosniff |
|
557 |
Foreman-Version: |
|
558 |
- 1.14.0-develop |
|
559 |
Foreman-Api-Version: |
|
560 |
- '2' |
|
561 |
Content-Type: |
|
562 |
- application/json; charset=utf-8 |
|
563 |
Apipie-Checksum: |
|
564 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
565 |
Etag: |
|
566 |
- W/"8a6c7a83b93140829fabf630e316542a-gzip" |
|
567 |
Cache-Control: |
|
568 |
- max-age=0, private, must-revalidate |
|
569 |
X-Request-Id: |
|
570 |
- eff66a9d-1de4-42f8-ad66-84af5c0776d7 |
|
571 |
X-Runtime: |
|
572 |
- '0.230429' |
|
573 |
Via: |
|
574 |
- 1.1 katello.example.com:50191 |
|
575 |
Vary: |
|
576 |
- Accept-Encoding |
|
577 |
Content-Length: |
|
578 |
- '388' |
|
579 |
Set-Cookie: |
|
580 |
- _session_id=5f5ef78abb9409ad42643d8512e771b6; path=/; HttpOnly |
|
581 |
body: |
|
582 |
encoding: ASCII-8BIT |
|
583 |
string: | |
|
584 |
{ |
|
585 |
"total": 6, |
|
586 |
"subtotal": 1, |
|
587 |
"page": 1, |
|
588 |
"per_page": 999999, |
|
589 |
"search": "name=\"Default Location\"", |
|
590 |
"sort": { |
|
591 |
"by": null, |
|
592 |
"order": null |
|
593 |
}, |
|
594 |
"results": [{"ancestry":null,"parent_id":null,"parent_name":null,"created_at":"2016-09-02 14:00:59 UTC","updated_at":"2016-09-02 14:00:59 UTC","id":2,"name":"Default Location","title":"Default Location","description":null}] |
|
595 |
} |
|
596 |
http_version: |
|
597 |
recorded_at: Mon, 12 Sep 2016 15:39:06 GMT |
|
598 |
- request: |
|
599 |
method: get |
|
600 |
uri: https://admin:changeme@katello.example.com:50191/api/locations/2 |
|
601 |
body: |
|
602 |
encoding: US-ASCII |
|
603 |
string: '' |
|
604 |
headers: |
|
605 |
Accept: |
|
606 |
- application/json;version=2 |
|
607 |
Accept-Encoding: |
|
608 |
- gzip, deflate |
|
609 |
User-Agent: |
|
610 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
611 |
Content-Type: |
|
612 |
- application/json |
|
613 |
Host: |
|
614 |
- katello.example.com:50191 |
|
615 |
response: |
|
616 |
status: |
|
617 |
code: 200 |
|
618 |
message: OK |
|
619 |
headers: |
|
620 |
Date: |
|
621 |
- Mon, 12 Sep 2016 15:39:06 GMT |
|
622 |
Server: |
|
623 |
- Apache/2.4.6 (CentOS) |
|
624 |
X-Frame-Options: |
|
625 |
- SAMEORIGIN |
|
626 |
X-Xss-Protection: |
|
627 |
- 1; mode=block |
|
628 |
X-Content-Type-Options: |
|
629 |
- nosniff |
|
630 |
Foreman-Version: |
|
631 |
- 1.14.0-develop |
|
632 |
Foreman-Api-Version: |
|
633 |
- '2' |
|
634 |
Content-Type: |
|
635 |
- application/json; charset=utf-8 |
|
636 |
Apipie-Checksum: |
|
637 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
638 |
Etag: |
|
639 |
- W/"598b6f06291af1bfc5017d36b007adc3-gzip" |
|
640 |
Cache-Control: |
|
641 |
- max-age=0, private, must-revalidate |
|
642 |
X-Request-Id: |
|
643 |
- 8938f0b0-bff0-4af6-9bcd-0e5776d5debc |
|
644 |
X-Runtime: |
|
645 |
- '3.523820' |
|
646 |
Via: |
|
647 |
- 1.1 katello.example.com:50191 |
|
648 |
Vary: |
|
649 |
- Accept-Encoding |
|
650 |
Content-Length: |
|
651 |
- '17200' |
|
652 |
Set-Cookie: |
|
653 |
- _session_id=cc972b64a56c40ada1bf094a9c29edcb; path=/; HttpOnly |
|
654 |
body: |
|
655 |
encoding: ASCII-8BIT |
|
656 |
string: '{"select_all_types":["ProvisioningTemplate","Hostgroup"],"description":null,"created_at":"2016-09-02 |
|
657 |
14:00:59 UTC","updated_at":"2016-09-02 14:00:59 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":2,"name":"Default |
|
658 |
Location","title":"Default Location","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":1,"name":"Desktop |
|
659 |
Provisioning","network_address":"192.168.100.1/24"},{"id":5,"name":"Test Subnet","network_address":"192.168.100.1/24"},{"id":3,"name":"YDesktop |
|
660 |
Provisioning","network_address":"192.168.200.1/24"}],"compute_resources":[{"id":3,"name":"Desktop |
|
661 |
Libvirt","provider":"Libvirt","provider_friendly_name":"Libvirt"}],"media":[{"id":9,"name":"Atomic |
|
662 |
Media"}],"config_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
663 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
664 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
665 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
666 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
667 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
668 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
669 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
670 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
671 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
672 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
673 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
674 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
675 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
676 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
677 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
678 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
679 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
680 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
681 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
682 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
683 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
684 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
685 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
686 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
687 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
688 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
689 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
690 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
691 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
692 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
693 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
694 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
695 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
696 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
697 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
698 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
699 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
700 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
701 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
702 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
703 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
704 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
705 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
706 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
707 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
708 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
709 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
710 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
711 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
712 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
713 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
714 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
715 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
716 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
717 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
718 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
719 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
720 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
721 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
722 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
723 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
724 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
725 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
726 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
727 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
728 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
729 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
730 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
731 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
732 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
733 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
734 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
735 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
736 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
737 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
738 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
739 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
740 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
741 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
742 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
743 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
744 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
745 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
746 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
747 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
748 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
749 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
750 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
751 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
752 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
753 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
754 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
755 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
756 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
757 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
758 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
759 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
760 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
761 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
762 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
763 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
764 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
765 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
766 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
767 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
768 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
769 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
770 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
771 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
772 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
773 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
774 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
775 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
776 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
777 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
778 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
779 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
780 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
781 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
782 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
783 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
784 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":1,"name":"example.com"}],"realms":[],"environments":[{"name":"production","id":1}],"hostgroups":[],"organizations":[{"id":1,"name":"Default |
|
785 |
Organization","title":"Default Organization","description":null},{"id":3,"name":"Example |
|
786 |
Corporation","title":"Example Corporation","description":"The number one example |
|
787 |
company in the world!"}],"parameters":[]}' |
|
788 |
http_version: |
|
789 |
recorded_at: Mon, 12 Sep 2016 15:39:09 GMT |
|
790 |
- request: |
|
791 |
method: put |
|
792 |
uri: https://admin:changeme@katello.example.com:50191/api/locations/2 |
|
793 |
body: |
|
794 |
encoding: UTF-8 |
|
795 |
string: '{"location":{"subnet_ids":[1,5,3]}}' |
|
796 |
headers: |
|
797 |
Accept: |
|
798 |
- application/json;version=2 |
|
799 |
Accept-Encoding: |
|
800 |
- gzip, deflate |
|
801 |
User-Agent: |
|
802 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
|
803 |
Content-Type: |
|
804 |
- application/json |
|
805 |
Content-Length: |
|
806 |
- '35' |
|
807 |
Host: |
|
808 |
- katello.example.com:50191 |
|
809 |
response: |
|
810 |
status: |
|
811 |
code: 200 |
|
812 |
message: OK |
|
813 |
headers: |
|
814 |
Date: |
|
815 |
- Mon, 12 Sep 2016 15:39:09 GMT |
|
816 |
Server: |
|
817 |
- Apache/2.4.6 (CentOS) |
|
818 |
X-Frame-Options: |
|
819 |
- SAMEORIGIN |
|
820 |
X-Xss-Protection: |
|
821 |
- 1; mode=block |
|
822 |
X-Content-Type-Options: |
|
823 |
- nosniff |
|
824 |
Foreman-Version: |
|
825 |
- 1.14.0-develop |
|
826 |
Foreman-Api-Version: |
|
827 |
- '2' |
|
828 |
Content-Type: |
|
829 |
- application/json; charset=utf-8 |
|
830 |
Apipie-Checksum: |
|
831 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
832 |
Etag: |
|
833 |
- W/"598b6f06291af1bfc5017d36b007adc3-gzip" |
|
834 |
Cache-Control: |
|
835 |
- max-age=0, private, must-revalidate |
|
836 |
X-Request-Id: |
|
837 |
- f0ca9d3a-e8ad-4efd-bae6-bea3b9aa5109 |
|
838 |
X-Runtime: |
|
839 |
- '3.935120' |
|
840 |
Via: |
|
841 |
- 1.1 katello.example.com:50191 |
|
842 |
Vary: |
|
843 |
- Accept-Encoding |
|
844 |
Content-Length: |
|
845 |
- '17200' |
|
846 |
Set-Cookie: |
|
847 |
- _session_id=150bfc8d22d55916e9be2c2049c4ce98; path=/; HttpOnly |
|
848 |
- request_method=PUT; path=/ |
|
849 |
body: |
|
850 |
encoding: ASCII-8BIT |
|
851 |
string: '{"select_all_types":["ProvisioningTemplate","Hostgroup"],"description":null,"created_at":"2016-09-02 |
|
852 |
14:00:59 UTC","updated_at":"2016-09-02 14:00:59 UTC","ancestry":null,"parent_id":null,"parent_name":null,"id":2,"name":"Default |
|
853 |
Location","title":"Default Location","users":[],"smart_proxies":[{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"}],"subnets":[{"id":1,"name":"Desktop |
|
854 |
Provisioning","network_address":"192.168.100.1/24"},{"id":5,"name":"Test Subnet","network_address":"192.168.100.1/24"},{"id":3,"name":"YDesktop |
|
855 |
Provisioning","network_address":"192.168.200.1/24"}],"compute_resources":[{"id":3,"name":"Desktop |
|
856 |
Libvirt","provider":"Libvirt","provider_friendly_name":"Libvirt"}],"media":[{"id":9,"name":"Atomic |
|
857 |
Media"}],"config_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
858 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
859 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
860 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
861 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
862 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
863 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
864 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
865 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
866 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
867 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
868 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
869 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
870 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
871 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
872 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
873 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
874 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
875 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
876 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
877 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
878 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
879 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
880 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
881 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
882 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
883 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
884 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
885 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
886 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
887 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
888 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
889 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
890 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
891 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
892 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
893 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
894 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
895 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
896 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
897 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
898 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
899 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
900 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
901 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
902 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
903 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
904 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
905 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
906 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
907 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
908 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
909 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"ptables":[{"os_family":"Xenserver","created_at":"2016-09-02 |
|
910 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"XenServer default","id":85},{"os_family":"Debian","created_at":"2016-09-02 |
|
911 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Preseed custom |
|
912 |
LVM","id":84},{"os_family":"Debian","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
913 |
14:01:03 UTC","name":"Preseed default","id":83},{"os_family":"NXOS","created_at":"2016-09-02 |
|
914 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"NX-OS default |
|
915 |
fake","id":82},{"os_family":"Redhat","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
916 |
14:01:03 UTC","name":"Kickstart default","id":81},{"os_family":"Junos","created_at":"2016-09-02 |
|
917 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Junos default |
|
918 |
fake","id":80},{"os_family":"Solaris","created_at":"2016-09-02 14:01:03 UTC","updated_at":"2016-09-02 |
|
919 |
14:01:03 UTC","name":"Jumpstart mirrored","id":79},{"os_family":"Solaris","created_at":"2016-09-02 |
|
920 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"Jumpstart default","id":78},{"os_family":"Freebsd","created_at":"2016-09-02 |
|
921 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"FreeBSD","id":77},{"os_family":"Coreos","created_at":"2016-09-02 |
|
922 |
14:01:03 UTC","updated_at":"2016-09-02 14:01:03 UTC","name":"CoreOS default |
|
923 |
fake","id":76},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 UTC","updated_at":"2016-09-02 |
|
924 |
14:01:02 UTC","name":"AutoYaST LVM","id":75},{"os_family":"Suse","created_at":"2016-09-02 |
|
925 |
14:01:02 UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire |
|
926 |
virtual disk","id":74},{"os_family":"Suse","created_at":"2016-09-02 14:01:02 |
|
927 |
UTC","updated_at":"2016-09-02 14:01:02 UTC","name":"AutoYaST entire SCSI disk","id":73}],"provisioning_templates":[{"id":89,"name":"subscription_manager_registration","template_kind_id":null,"template_kind_name":null},{"id":87,"name":"Katello |
|
928 |
Kickstart Default User Data","template_kind_id":8,"template_kind_name":"user_data"},{"id":88,"name":"Katello |
|
929 |
Kickstart Default Finish","template_kind_id":6,"template_kind_name":"finish"},{"id":86,"name":"Katello |
|
930 |
Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":90,"name":"Katello |
|
931 |
Atomic Kickstart Default","template_kind_id":5,"template_kind_name":"provision"},{"id":72,"name":"pxegrub2_discovery","template_kind_id":null,"template_kind_name":null},{"id":71,"name":"pxegrub_discovery","template_kind_id":null,"template_kind_name":null},{"id":70,"name":"pxegrub2_chainload","template_kind_id":null,"template_kind_name":null},{"id":69,"name":"pxegrub_chainload","template_kind_id":null,"template_kind_name":null},{"id":68,"name":"pxelinux_chainload","template_kind_id":null,"template_kind_name":null},{"id":67,"name":"kickstart_cmdline","template_kind_id":null,"template_kind_name":null},{"id":66,"name":"saltstack_setup","template_kind_id":null,"template_kind_name":null},{"id":65,"name":"saltstack_minion","template_kind_id":null,"template_kind_name":null},{"id":64,"name":"remote_execution_ssh_keys","template_kind_id":null,"template_kind_name":null},{"id":63,"name":"redhat_register","template_kind_id":null,"template_kind_name":null},{"id":62,"name":"pxelinux_discovery","template_kind_id":null,"template_kind_name":null},{"id":61,"name":"puppetlabs_repo","template_kind_id":null,"template_kind_name":null},{"id":60,"name":"puppet_setup","template_kind_id":null,"template_kind_name":null},{"id":59,"name":"puppet.conf","template_kind_id":null,"template_kind_name":null},{"id":58,"name":"preseed_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":57,"name":"kickstart_networking_setup","template_kind_id":null,"template_kind_name":null},{"id":56,"name":"http_proxy","template_kind_id":null,"template_kind_name":null},{"id":55,"name":"freeipa_register","template_kind_id":null,"template_kind_name":null},{"id":54,"name":"fix_hosts","template_kind_id":null,"template_kind_name":null},{"id":53,"name":"epel","template_kind_id":null,"template_kind_name":null},{"id":52,"name":"coreos_cloudconfig","template_kind_id":null,"template_kind_name":null},{"id":51,"name":"chef_client","template_kind_id":null,"template_kind_name":null},{"id":50,"name":"bmc_nic_setup","template_kind_id":null,"template_kind_name":null},{"id":49,"name":"alterator_pkglist","template_kind_id":null,"template_kind_name":null},{"id":48,"name":"XenServer |
|
932 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":47,"name":"XenServer |
|
933 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":46,"name":"XenServer |
|
934 |
default answerfile","template_kind_id":5,"template_kind_name":"provision"},{"id":45,"name":"WAIK |
|
935 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":44,"name":"UserData |
|
936 |
default","template_kind_id":8,"template_kind_name":"user_data"},{"id":43,"name":"Preseed |
|
937 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":42,"name":"Preseed |
|
938 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":41,"name":"Preseed |
|
939 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":40,"name":"Preseed |
|
940 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":39,"name":"Preseed |
|
941 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":38,"name":"NX-OS |
|
942 |
default POAP setup","template_kind_id":10,"template_kind_name":"POAP"},{"id":37,"name":"Kickstart |
|
943 |
default user data","template_kind_id":8,"template_kind_name":"user_data"},{"id":36,"name":"Kickstart |
|
944 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":35,"name":"Kickstart |
|
945 |
default PXEGrub2","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":34,"name":"Kickstart |
|
946 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":33,"name":"Kickstart |
|
947 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":32,"name":"Kickstart |
|
948 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":31,"name":"Kickstart |
|
949 |
RHEL default","template_kind_id":5,"template_kind_name":"provision"},{"id":30,"name":"Kickstart |
|
950 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":29,"name":"Junos |
|
951 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":28,"name":"Junos |
|
952 |
default ZTP config","template_kind_id":9,"template_kind_name":"ZTP"},{"id":27,"name":"Junos |
|
953 |
default SLAX","template_kind_id":5,"template_kind_name":"provision"},{"id":26,"name":"Jumpstart |
|
954 |
default PXEGrub","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":25,"name":"Jumpstart |
|
955 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":24,"name":"Jumpstart |
|
956 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":23,"name":"Grubby |
|
957 |
default","template_kind_id":7,"template_kind_name":"script"},{"id":22,"name":"FreeBSD |
|
958 |
(mfsBSD) PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":21,"name":"FreeBSD |
|
959 |
(mfsBSD) provision","template_kind_id":5,"template_kind_name":"provision"},{"id":20,"name":"FreeBSD |
|
960 |
(mfsBSD) finish","template_kind_id":6,"template_kind_name":"finish"},{"id":19,"name":"CoreOS |
|
961 |
PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":18,"name":"CoreOS |
|
962 |
provision","template_kind_id":5,"template_kind_name":"provision"},{"id":17,"name":"AutoYaST |
|
963 |
default iPXE","template_kind_id":4,"template_kind_name":"iPXE"},{"id":16,"name":"AutoYaST |
|
964 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":15,"name":"AutoYaST |
|
965 |
SLES default","template_kind_id":5,"template_kind_name":"provision"},{"id":14,"name":"AutoYaST |
|
966 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":13,"name":"Atomic |
|
967 |
Kickstart default","template_kind_id":5,"template_kind_name":"provision"},{"id":12,"name":"Alterator |
|
968 |
default PXELinux","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":11,"name":"Alterator |
|
969 |
default finish","template_kind_id":6,"template_kind_name":"finish"},{"id":10,"name":"Alterator |
|
970 |
default","template_kind_id":5,"template_kind_name":"provision"},{"id":9,"name":"PXELinux |
|
971 |
chain iPXE UNDI","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":8,"name":"PXELinux |
|
972 |
chain iPXE","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":7,"name":"PXELinux |
|
973 |
default memdisk","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":6,"name":"PXEGrub2 |
|
974 |
default local boot","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":5,"name":"PXEGrub |
|
975 |
default local boot","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":4,"name":"PXELinux |
|
976 |
default local boot","template_kind_id":1,"template_kind_name":"PXELinux"},{"id":3,"name":"PXEGrub2 |
|
977 |
global default","template_kind_id":3,"template_kind_name":"PXEGrub2"},{"id":2,"name":"PXEGrub |
|
978 |
global default","template_kind_id":2,"template_kind_name":"PXEGrub"},{"id":1,"name":"PXELinux |
|
979 |
global default","template_kind_id":1,"template_kind_name":"PXELinux"}],"domains":[{"id":1,"name":"example.com"}],"realms":[],"environments":[{"name":"production","id":1}],"hostgroups":[],"organizations":[{"id":1,"name":"Default |
|
980 |
Organization","title":"Default Organization","description":null},{"id":3,"name":"Example |
|
981 |
Corporation","title":"Example Corporation","description":"The number one example |
|
982 |
company in the world!"}],"parameters":[]}' |
|
983 |
http_version: |
|
984 |
recorded_at: Mon, 12 Sep 2016 15:39:13 GMT |
|
985 |
- request: |
|
986 |
method: get |
|
987 |
uri: https://admin:changeme@katello.example.com:50218/api/status |
|
6 | 988 |
body: |
7 | 989 |
encoding: US-ASCII |
8 | 990 |
string: '' |
... | ... | |
16 | 998 |
response: |
17 | 999 |
status: |
18 | 1000 |
code: 200 |
19 |
message: OK
|
|
1001 |
message: 'OK '
|
|
20 | 1002 |
headers: |
21 | 1003 |
Date: |
22 |
- Mon, 12 Sep 2016 15:38:53 GMT
|
|
1004 |
- Fri, 30 Sep 2016 15:39:35 GMT
|
|
23 | 1005 |
Server: |
24 |
- Apache/2.4.6 (CentOS) |
|
25 |
X-Frame-Options: |
|
26 |
- SAMEORIGIN |
|
27 |
X-Xss-Protection: |
|
28 |
- 1; mode=block |
|
29 |
X-Content-Type-Options: |
|
30 |
- nosniff |
|
1006 |
- WEBrick/1.3.1 (Ruby/2.2.4/2015-12-16) |
|
31 | 1007 |
Foreman-Version: |
32 | 1008 |
- 1.14.0-develop |
33 | 1009 |
Foreman-Api-Version: |
... | ... | |
35 | 1011 |
Content-Type: |
36 | 1012 |
- application/json; charset=utf-8 |
37 | 1013 |
Apipie-Checksum: |
38 |
- 9544abef9cf8343005f07ed8c9f1f8e7
|
|
1014 |
- 68d37bf606b9a03df6e1e749d6054009
|
|
39 | 1015 |
Etag: |
40 | 1016 |
- W/"1316c9d778b9181476af8a9546423fb1-gzip" |
41 | 1017 |
Cache-Control: |
42 | 1018 |
- max-age=0, private, must-revalidate |
43 | 1019 |
X-Request-Id: |
44 |
- cf264147-bdcf-46c5-9ffe-7d812eef989a
|
|
1020 |
- 4b8c43ca-186e-456a-9912-5295d6c43abe
|
|
45 | 1021 |
X-Runtime: |
46 |
- '0.187670' |
|
1022 |
- '0.093978' |
|
1023 |
Content-Security-Policy: |
|
1024 |
- 'default-src ''self''; child-src ''self''; connect-src ''self'' ws: wss:; |
|
1025 |
img-src ''self'' data: *.gravatar.com; script-src ''unsafe-eval'' ''unsafe-inline'' |
|
1026 |
''self''; style-src ''unsafe-inline'' ''self''' |
|
1027 |
Strict-Transport-Security: |
|
1028 |
- max-age=631152000; includeSubdomains |
|
1029 |
X-Content-Type-Options: |
|
1030 |
- nosniff |
|
1031 |
X-Download-Options: |
|
1032 |
- noopen |
|
1033 |
X-Frame-Options: |
|
1034 |
- sameorigin |
|
1035 |
X-Permitted-Cross-Domain-Policies: |
|
1036 |
- none |
|
1037 |
X-Xss-Protection: |
|
1038 |
- 1; mode=block |
|
47 | 1039 |
Via: |
48 |
- 1.1 katello.example.com:50191
|
|
1040 |
- 1.1 testing.example.com:50218
|
|
49 | 1041 |
Vary: |
50 | 1042 |
- Accept-Encoding |
51 | 1043 |
Content-Length: |
52 | 1044 |
- '81' |
53 | 1045 |
Set-Cookie: |
54 |
- _session_id=e5c0fae48226dcf1da900c0e68222a10; path=/; HttpOnly
|
|
1046 |
- _session_id=1fd6da6b1255310a79a26dec2ad63f5e; path=/; HttpOnly
|
|
55 | 1047 |
body: |
56 | 1048 |
encoding: UTF-8 |
57 | 1049 |
string: '{"result":"ok","status":200,"version":"1.14.0-develop","api_version":2}' |
58 | 1050 |
http_version: |
59 |
recorded_at: Mon, 12 Sep 2016 15:38:54 GMT
|
|
1051 |
recorded_at: Fri, 30 Sep 2016 15:39:35 GMT
|
|
60 | 1052 |
- request: |
61 | 1053 |
method: get |
62 |
uri: https://admin:changeme@katello.example.com:50191/api/v2/plugins
|
|
1054 |
uri: https://admin:changeme@katello.example.com:50218/api/v2/plugins
|
|
63 | 1055 |
body: |
64 | 1056 |
encoding: US-ASCII |
65 | 1057 |
string: '' |
... | ... | |
73 | 1065 |
response: |
74 | 1066 |
status: |
75 | 1067 |
code: 200 |
76 |
message: OK
|
|
1068 |
message: 'OK '
|
|
77 | 1069 |
headers: |
78 | 1070 |
Date: |
79 |
- Mon, 12 Sep 2016 15:38:53 GMT
|
|
1071 |
- Fri, 30 Sep 2016 15:39:35 GMT
|
|
80 | 1072 |
Server: |
81 |
- Apache/2.4.6 (CentOS) |
|
82 |
X-Frame-Options: |
|
83 |
- SAMEORIGIN |
|
84 |
X-Xss-Protection: |
|
85 |
- 1; mode=block |
|
86 |
X-Content-Type-Options: |
|
87 |
- nosniff |
|
1073 |
- WEBrick/1.3.1 (Ruby/2.2.4/2015-12-16) |
|
88 | 1074 |
Foreman-Version: |
89 | 1075 |
- 1.14.0-develop |
90 | 1076 |
Foreman-Api-Version: |
... | ... | |
92 | 1078 |
Content-Type: |
93 | 1079 |
- application/json; charset=utf-8 |
94 | 1080 |
Apipie-Checksum: |
95 |
- 9544abef9cf8343005f07ed8c9f1f8e7
|
|
1081 |
- 68d37bf606b9a03df6e1e749d6054009
|
|
96 | 1082 |
Etag: |
97 |
- W/"c547959b2afaff0cf0a8d731005e9365-gzip"
|
|
1083 |
- W/"8f0162a4d2fd78df40b7f264aee93d64-gzip"
|
|
98 | 1084 |
Cache-Control: |
99 | 1085 |
- max-age=0, private, must-revalidate |
100 | 1086 |
X-Request-Id: |
101 |
- 7b8b6c2c-d88a-4544-9a50-d649420b0165
|
|
1087 |
- b3688a9a-46f2-4709-b461-9fcb6dd29f62
|
|
102 | 1088 |
X-Runtime: |
103 |
- '1.194582' |
|
1089 |
- '0.081019' |
|
1090 |
Content-Security-Policy: |
|
1091 |
- 'default-src ''self''; child-src ''self''; connect-src ''self'' ws: wss:; |
|
1092 |
img-src ''self'' data: *.gravatar.com; script-src ''unsafe-eval'' ''unsafe-inline'' |
|
1093 |
''self''; style-src ''unsafe-inline'' ''self''' |
|
1094 |
Strict-Transport-Security: |
|
1095 |
- max-age=631152000; includeSubdomains |
|
1096 |
X-Content-Type-Options: |
|
1097 |
- nosniff |
|
1098 |
X-Download-Options: |
|
1099 |
- noopen |
|
1100 |
X-Frame-Options: |
|
1101 |
- sameorigin |
|
1102 |
X-Permitted-Cross-Domain-Policies: |
|
1103 |
- none |
|
1104 |
X-Xss-Protection: |
|
1105 |
- 1; mode=block |
|
104 | 1106 |
Via: |
105 |
- 1.1 katello.example.com:50191
|
|
1107 |
- 1.1 testing.example.com:50218
|
|
106 | 1108 |
Vary: |
107 | 1109 |
- Accept-Encoding |
108 | 1110 |
Content-Length: |
109 |
- '566'
|
|
1111 |
- '565'
|
|
110 | 1112 |
Set-Cookie: |
111 |
- _session_id=4f071875ff3e3235096e55d665129d6b; path=/; HttpOnly
|
|
1113 |
- _session_id=b934a4e696d6e4b8a842674054e287d0; path=/; HttpOnly
|
|
112 | 1114 |
body: |
113 | 1115 |
encoding: ASCII-8BIT |
114 | 1116 |
string: !binary |- |
... | ... | |
127 | 1129 |
Y2UuIEl0IGFsc28gb3B0aW9uYWxseSBwcm92aWRlcyBEeW5mbG93IGluZnJh |
128 | 1130 |
c3RydWN0dXJlIGZvciB1c2luZyBpdCBmb3IgbWFuYWdpbmcgdGhlIHRhc2tz |
129 | 1131 |
LlxuIiwidXJsIjoiaHR0cHM6Ly9naXRodWIuY29tL3RoZWZvcmVtYW4vZm9y |
130 |
ZW1hbi10YXNrcyIsInZlcnNpb24iOiIwLjguMSJ9LHsiaWQiOiJmb3JlbWFu
|
|
1132 |
ZW1hbi10YXNrcyIsInZlcnNpb24iOiIwLjguMiJ9LHsiaWQiOiJmb3JlbWFu
|
|
131 | 1133 |
X2RvY2tlciIsIm5hbWUiOiJmb3JlbWFuX2RvY2tlciIsImF1dGhvciI6IkRh |
132 | 1134 |
bmllbCBMb2JhdG8sIEFtb3MgQmVuYXJpIiwiZGVzY3JpcHRpb24iOiJQcm92 |
133 | 1135 |
aXNpb24gYW5kIG1hbmFnZSBEb2NrZXIgY29udGFpbmVycyBhbmQgaW1hZ2Vz |
... | ... | |
136 | 1138 |
ZCI6ImthdGVsbG8iLCJuYW1lIjoia2F0ZWxsbyIsImF1dGhvciI6Ik4vQSIs |
137 | 1139 |
ImRlc2NyaXB0aW9uIjoiQ29udGVudCBhbmQgU3Vic2NyaXB0aW9uIE1hbmFn |
138 | 1140 |
ZW1lbnQgcGx1Z2luIGZvciBGb3JlbWFuIiwidXJsIjoiaHR0cDovL3d3dy5r |
139 |
YXRlbGxvLm9yZyIsInZlcnNpb24iOiIzLjIuMCJ9XQp9Cg==
|
|
1141 |
YXRlbGxvLm9yZyIsInZlcnNpb24iOiIzLjMuMCJ9XQp9Cg==
|
|
140 | 1142 |
http_version: |
141 |
recorded_at: Mon, 12 Sep 2016 15:38:55 GMT
|
|
1143 |
recorded_at: Fri, 30 Sep 2016 15:39:36 GMT
|
|
142 | 1144 |
- request: |
143 | 1145 |
method: get |
144 |
uri: https://admin:changeme@katello.example.com:50191/api/subnets?per_page=999999
|
|
1146 |
uri: https://katello.example.com:50218/apidoc/v2.en.json
|
|
145 | 1147 |
body: |
146 | 1148 |
encoding: US-ASCII |
147 | 1149 |
string: '' |
148 | 1150 |
headers: |
149 | 1151 |
Accept: |
150 |
- application/json;version=2
|
|
1152 |
- application/json |
|
151 | 1153 |
Accept-Encoding: |
152 | 1154 |
- gzip, deflate |
153 | 1155 |
User-Agent: |
154 | 1156 |
- rest-client/2.0.0 (linux-gnu x86_64) ruby/2.1.10p492 |
155 | 1157 |
Content-Type: |
156 | 1158 |
- application/json |
1159 |
Accept-Language: |
|
1160 |
- en |
|
157 | 1161 |
Host: |
158 |
- katello.example.com:50191
|
|
1162 |
- katello.example.com:50218
|
|
159 | 1163 |
response: |
160 | 1164 |
status: |
161 | 1165 |
code: 200 |
162 |
message: OK
|
|
1166 |
message: 'OK '
|
|
163 | 1167 |
headers: |
164 | 1168 |
Date: |
165 |
- Mon, 12 Sep 2016 15:38:55 GMT
|
|
1169 |
- Fri, 30 Sep 2016 15:39:35 GMT
|
|
166 | 1170 |
Server: |
167 |
- Apache/2.4.6 (CentOS) |
|
168 |
X-Frame-Options: |
|
169 |
- SAMEORIGIN |
|
170 |
X-Xss-Protection: |
|
171 |
- 1; mode=block |
|
172 |
X-Content-Type-Options: |
|
173 |
- nosniff |
|
174 |
Foreman-Version: |
|
175 |
- 1.14.0-develop |
|
176 |
Foreman-Api-Version: |
|
177 |
- '2' |
|
1171 |
- WEBrick/1.3.1 (Ruby/2.2.4/2015-12-16) |
|
1172 |
Content-Disposition: |
|
1173 |
- inline; filename="v2.en.json" |
|
1174 |
Content-Transfer-Encoding: |
|
1175 |
- binary |
|
178 | 1176 |
Content-Type: |
179 |
- application/json; charset=utf-8 |
|
180 |
Apipie-Checksum: |
|
181 |
- 9544abef9cf8343005f07ed8c9f1f8e7 |
|
182 |
Etag: |
|
183 |
- W/"114ed6421c0ca38d42b355807243e4dd-gzip" |
|
1177 |
- text/html; charset=UTF-8 |
|
184 | 1178 |
Cache-Control: |
185 |
- max-age=0, private, must-revalidate |
|
1179 |
- private |
|
1180 |
Apipie-Checksum: |
|
1181 |
- 68d37bf606b9a03df6e1e749d6054009 |
|
186 | 1182 |
X-Request-Id: |
187 |
- cf2180fb-114a-4dca-b634-9651a750d698
|
|
1183 |
- c18883f3-4fea-4dea-8474-328fb2ad8150
|
|
188 | 1184 |
X-Runtime: |
189 |
- '0.309912' |
|
1185 |
- '0.046525' |
|
1186 |
Content-Security-Policy: |
|
1187 |
- 'default-src ''self''; child-src ''self''; connect-src ''self'' ws: wss:; |
|
1188 |
img-src ''self'' data: *.gravatar.com; script-src ''unsafe-eval'' ''unsafe-inline'' |
|
1189 |
''self''; style-src ''unsafe-inline'' ''self''' |
|
1190 |
Strict-Transport-Security: |
|
1191 |
- max-age=631152000; includeSubdomains |
|
1192 |
X-Content-Type-Options: |
|
1193 |
- nosniff |
|
1194 |
X-Download-Options: |
|
1195 |
- noopen |
|
1196 |
X-Frame-Options: |
|
1197 |
- sameorigin |
|
1198 |
X-Permitted-Cross-Domain-Policies: |
|
1199 |
- none |
|
1200 |
X-Xss-Protection: |
|
1201 |
- 1; mode=block |
|
190 | 1202 |
Via: |
191 |
- 1.1 katello.example.com:50191
|
|
1203 |
- 1.1 testing.example.com:50218
|
|
192 | 1204 |
Vary: |
193 | 1205 |
- Accept-Encoding |
194 | 1206 |
Content-Length: |
195 |
- '1508'
|
|
196 |
Set-Cookie:
|
|
197 |
- _session_id=586784caf092e5f5cf0aa9dac12eb95c; path=/; HttpOnly
|
|
1207 |
- '808842'
|
|
1208 |
Content-Language:
|
|
1209 |
- en
|
|
198 | 1210 |
body: |
199 | 1211 |
encoding: ASCII-8BIT |
200 |
string: | |
|
201 |
{ |
|
202 |
"total": 3, |
|
203 |
"subtotal": 3, |
|
204 |
"page": 1, |
|
205 |
"per_page": 999999, |
|
206 |
"search": null, |
|
207 |
"sort": { |
|
208 |
"by": null, |
|
209 |
"order": null |
|
210 |
}, |
|
211 |
"results": [{"network":"192.168.100.1","network_type":"IPv4","cidr":24,"mask":"255.255.255.0","priority":null,"vlanid":"","gateway":"","dns_primary":"","dns_secondary":"","from":null,"to":"","created_at":"2016-09-09 13:04:03 UTC","updated_at":"2016-09-09 14:30:09 UTC","ipam":"None","boot_mode":"DHCP","id":1,"name":"Desktop Provisioning","network_address":"192.168.100.1/24","dhcp":null,"tftp":{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"},"dns":null},{"network":"192.168.200.1","network_type":"IPv4","cidr":24,"mask":"255.255.255.0","priority":null,"vlanid":null,"gateway":null,"dns_primary":null,"dns_secondary":null,"from":null,"to":"","created_at":"2016-09-09 14:27:16 UTC","updated_at":"2016-09-09 14:30:21 UTC","ipam":"None","boot_mode":"DHCP","id":3,"name":"YDesktop Provisioning","network_address":"192.168.200.1/24","dhcp":null,"tftp":null,"dns":null},{"network":"192.168.100.1","network_type":"IPv4","cidr":24,"mask":"255.255.255.0","priority":null,"vlanid":null,"gateway":null,"dns_primary":null,"dns_secondary":null,"from":"","to":"","created_at":"2016-09-09 19:21:18 UTC","updated_at":"2016-09-09 19:21:18 UTC","ipam":"None","boot_mode":"DHCP","id":5,"name":"Test Subnet","network_address":"192.168.100.1/24","dhcp":null,"tftp":{"name":"katello.example.com","id":1,"url":"https://katello.example.com:9090"},"dns":null}] |
|
212 |
} |
|
1212 |
string: !binary |- |
|
1213 |
eyJkb2NzIjp7Im5hbWUiOiJGb3JlbWFuIiwiaW5mbyI6IlxuXHUwMDNjcFx1 |
|
1214 |
MDAzZUZvcmVtYW4gQVBJIHYyIGlzIGN1cnJlbnRseSB0aGUgZGVmYXVsdCBB |
|
1215 |
UEkgdmVyc2lvbi5cdTAwM2MvcFx1MDAzZVxuIiwiY29weXJpZ2h0IjoiIiwi |
|
1216 |
ZG9jX3VybCI6Ii4uL2FwaWRvYy92MiIsImFwaV91cmwiOiIvYXBpIiwicmVz |
|
1217 |
b3VyY2VzIjp7Imhvc3Rfc3Vic2NyaXB0aW9ucyI6eyJkb2NfdXJsIjoiLi4v |
|
1218 |
YXBpZG9jL3YyL2hvc3Rfc3Vic2NyaXB0aW9ucyIsImFwaV91cmwiOiIvYXBp |
|
1219 |
IiwibmFtZSI6Ikhvc3Qgc3Vic2NyaXB0aW9ucyIsInNob3J0X2Rlc2NyaXB0 |
|
1220 |
aW9uIjpudWxsLCJmdWxsX2Rlc2NyaXB0aW9uIjoiIiwidmVyc2lvbiI6InYy |
|
1221 |
IiwiZm9ybWF0cyI6bnVsbCwibWV0YWRhdGEiOm51bGwsIm1ldGhvZHMiOlt7 |
|
1222 |
ImRvY191cmwiOiIuLi9hcGlkb2MvdjIvaG9zdF9zdWJzY3JpcHRpb25zL2lu |
|
1223 |
ZGV4IiwibmFtZSI6ImluZGV4IiwiYXBpcyI6W3siYXBpX3VybCI6Ii9hcGkv |
|
1224 |
aG9zdHMvOmhvc3RfaWQvc3Vic2NyaXB0aW9ucyIsImh0dHBfbWV0aG9kIjoi |
|
1225 |
R0VUIiwic2hvcnRfZGVzY3JpcHRpb24iOiJMaXN0IGEgaG9zdCdzIHN1YnNj |
|
1226 |
cmlwdGlvbnMiLCJkZXByZWNhdGVkIjpudWxsfV0sImZvcm1hdHMiOm51bGws |
|
1227 |
ImZ1bGxfZGVzY3JpcHRpb24iOiIiLCJlcnJvcnMiOltdLCJwYXJhbXMiOlt7 |
|
1228 |
Im5hbWUiOiJob3N0X2lkIiwiZnVsbF9uYW1lIjoiaG9zdF9pZCIsImRlc2Ny |
|
1229 |
aXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlSWQgb2YgdGhlIGhvc3RcdTAwM2Mv |
|
1230 |
cFx1MDAzZVxuIiwicmVxdWlyZWQiOnRydWUsImFsbG93X25pbCI6ZmFsc2Us |
|
1231 |
InZhbGlkYXRvciI6IkludGVnZXIiLCJleHBlY3RlZF90eXBlIjoibnVtZXJp |
|
1232 |
YyIsIm1ldGFkYXRhIjpudWxsLCJzaG93Ijp0cnVlLCJ2YWxpZGF0aW9ucyI6 |
|
1233 |
W119XSwiZXhhbXBsZXMiOltdLCJtZXRhZGF0YSI6bnVsbCwic2VlIjpbXSwi |
|
1234 |
aGVhZGVycyI6W10sInNob3ciOnRydWV9LHsiZG9jX3VybCI6Ii4uL2FwaWRv |
|
1235 |
Yy92Mi9ob3N0X3N1YnNjcmlwdGlvbnMvYXV0b19hdHRhY2giLCJuYW1lIjoi |
|
1236 |
YXV0b19hdHRhY2giLCJhcGlzIjpbeyJhcGlfdXJsIjoiL2FwaS9ob3N0cy86 |
|
1237 |
aG9zdF9pZC9zdWJzY3JpcHRpb25zL2F1dG9fYXR0YWNoIiwiaHR0cF9tZXRo |
|
1238 |
b2QiOiJQVVQiLCJzaG9ydF9kZXNjcmlwdGlvbiI6IlRyaWdnZXIgYW4gYXV0 |
|
1239 |
by1hdHRhY2ggb2Ygc3Vic2NyaXB0aW9ucyIsImRlcHJlY2F0ZWQiOm51bGx9 |
|
1240 |
XSwiZm9ybWF0cyI6bnVsbCwiZnVsbF9kZXNjcmlwdGlvbiI6IiIsImVycm9y |
|
1241 |
cyI6W10sInBhcmFtcyI6W3sibmFtZSI6Imhvc3RfaWQiLCJmdWxsX25hbWUi |
|
1242 |
OiJob3N0X2lkIiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VJZCBv |
|
1243 |
ZiB0aGUgaG9zdFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6dHJ1ZSwi |
|
1244 |
YWxsb3dfbmlsIjpmYWxzZSwidmFsaWRhdG9yIjoiSW50ZWdlciIsImV4cGVj |
|
1245 |
dGVkX3R5cGUiOiJudW1lcmljIiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRy |
|
1246 |
dWUsInZhbGlkYXRpb25zIjpbXX1dLCJleGFtcGxlcyI6W10sIm1ldGFkYXRh |
|
1247 |
IjpudWxsLCJzZWUiOltdLCJoZWFkZXJzIjpbXSwic2hvdyI6dHJ1ZX0seyJk |
|
1248 |
b2NfdXJsIjoiLi4vYXBpZG9jL3YyL2hvc3Rfc3Vic2NyaXB0aW9ucy9ldmVu |
|
1249 |
dHMiLCJuYW1lIjoiZXZlbnRzIiwiYXBpcyI6W3siYXBpX3VybCI6Ii9hcGkv |
|
1250 |
aG9zdHMvOmhvc3RfaWQvc3Vic2NyaXB0aW9ucy9ldmVudHMiLCJodHRwX21l |
|
1251 |
dGhvZCI6IkdFVCIsInNob3J0X2Rlc2NyaXB0aW9uIjoiTGlzdCBzdWJzY3Jp |
|
1252 |
cHRpb24gZXZlbnRzIGZvciB0aGUgaG9zdCIsImRlcHJlY2F0ZWQiOm51bGx9 |
|
1253 |
XSwiZm9ybWF0cyI6bnVsbCwiZnVsbF9kZXNjcmlwdGlvbiI6IiIsImVycm9y |
|
1254 |
cyI6W10sInBhcmFtcyI6W3sibmFtZSI6Imhvc3RfaWQiLCJmdWxsX25hbWUi |
|
1255 |
OiJob3N0X2lkIiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VJZCBv |
|
1256 |
ZiB0aGUgaG9zdFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6dHJ1ZSwi |
|
1257 |
YWxsb3dfbmlsIjpmYWxzZSwidmFsaWRhdG9yIjoiSW50ZWdlciIsImV4cGVj |
|
1258 |
dGVkX3R5cGUiOiJudW1lcmljIiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRy |
|
1259 |
dWUsInZhbGlkYXRpb25zIjpbXX1dLCJleGFtcGxlcyI6W10sIm1ldGFkYXRh |
|
1260 |
IjpudWxsLCJzZWUiOltdLCJoZWFkZXJzIjpbXSwic2hvdyI6dHJ1ZX0seyJk |
|
1261 |
b2NfdXJsIjoiLi4vYXBpZG9jL3YyL2hvc3Rfc3Vic2NyaXB0aW9ucy9kZXN0 |
|
1262 |
cm95IiwibmFtZSI6ImRlc3Ryb3kiLCJhcGlzIjpbeyJhcGlfdXJsIjoiL2Fw |
|
1263 |
aS9ob3N0cy86aG9zdF9pZC9zdWJzY3JpcHRpb25zIiwiaHR0cF9tZXRob2Qi |
|
1264 |
OiJERUxFVEUiLCJzaG9ydF9kZXNjcmlwdGlvbiI6IlVucmVnaXN0ZXIgdGhl |
|
1265 |
IGhvc3QgYXMgYSBzdWJzY3JpcHRpb24gY29uc3VtZXIiLCJkZXByZWNhdGVk |
|
1266 |
IjpudWxsfV0sImZvcm1hdHMiOm51bGwsImZ1bGxfZGVzY3JpcHRpb24iOiIi |
|
1267 |
LCJlcnJvcnMiOltdLCJwYXJhbXMiOlt7Im5hbWUiOiJob3N0X2lkIiwiZnVs |
|
1268 |
bF9uYW1lIjoiaG9zdF9pZCIsImRlc2NyaXB0aW9uIjoiXG5cdTAwM2NwXHUw |
|
1269 |
MDNlSWQgb2YgdGhlIGhvc3RcdTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQi |
|
1270 |
OnRydWUsImFsbG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6IkludGVnZXIi |
|
1271 |
LCJleHBlY3RlZF90eXBlIjoibnVtZXJpYyIsIm1ldGFkYXRhIjpudWxsLCJz |
|
1272 |
aG93Ijp0cnVlLCJ2YWxpZGF0aW9ucyI6W119XSwiZXhhbXBsZXMiOltdLCJt |
|
1273 |
ZXRhZGF0YSI6bnVsbCwic2VlIjpbXSwiaGVhZGVycyI6W10sInNob3ciOnRy |
|
1274 |
dWV9LHsiZG9jX3VybCI6Ii4uL2FwaWRvYy92Mi9ob3N0X3N1YnNjcmlwdGlv |
|
1275 |
bnMvY3JlYXRlIiwibmFtZSI6ImNyZWF0ZSIsImFwaXMiOlt7ImFwaV91cmwi |
|
1276 |
OiIvYXBpL2hvc3RzL3N1YnNjcmlwdGlvbnMiLCJodHRwX21ldGhvZCI6IlBP |
|
1277 |
U1QiLCJzaG9ydF9kZXNjcmlwdGlvbiI6IlJlZ2lzdGVyIGEgaG9zdCB3aXRo |
|
1278 |
IHN1YnNjcmlwdGlvbiBhbmQgaW5mb3JtYXRpb24uIiwiZGVwcmVjYXRlZCI6 |
|
1279 |
bnVsbH1dLCJmb3JtYXRzIjpudWxsLCJmdWxsX2Rlc2NyaXB0aW9uIjoiIiwi |
|
1280 |
ZXJyb3JzIjpbXSwicGFyYW1zIjpbeyJuYW1lIjoibmFtZSIsImZ1bGxfbmFt |
|
1281 |
ZSI6Im5hbWUiLCJkZXNjcmlwdGlvbiI6IlxuXHUwMDNjcFx1MDAzZU5hbWUg |
|
1282 |
b2YgdGhlIGhvc3RcdTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQiOnRydWUs |
|
1283 |
ImFsbG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6IlN0cmluZyIsImV4cGVj |
|
1284 |
dGVkX3R5cGUiOiJzdHJpbmciLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6dHJ1 |
|
1285 |
ZSwidmFsaWRhdGlvbnMiOltdfSx7Im5hbWUiOiJ1dWlkIiwiZnVsbF9uYW1l |
|
1286 |
IjoidXVpZCIsImRlc2NyaXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlVVVJRCB0 |
|
1287 |
byB1c2UgZm9yIHJlZ2lzdGVyZWQgaG9zdCwgcmFuZG9tIHV1aWQgaXMgZ2Vu |
|
1288 |
ZXJhdGVkIGlmIG5vdCBwcm92aWRlZFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1 |
|
1289 |
aXJlZCI6ZmFsc2UsImFsbG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6IlN0 |
|
1290 |
cmluZyIsImV4cGVjdGVkX3R5cGUiOiJzdHJpbmciLCJtZXRhZGF0YSI6bnVs |
|
1291 |
bCwic2hvdyI6dHJ1ZSwidmFsaWRhdGlvbnMiOltdfSx7Im5hbWUiOiJmYWN0 |
|
1292 |
cyIsImZ1bGxfbmFtZSI6ImZhY3RzIiwiZGVzY3JpcHRpb24iOiJcblx1MDAz |
|
1293 |
Y3BcdTAwM2VLZXktdmFsdWUgaGFzaCBvZiBzdWJzY3JpcHRpb24tbWFuYWdl |
|
1294 |
ciBmYWN0cywgbmVzdGluZyB1c2VzIGEgcGVyaW9kIGRlbGltaXRlciAoLilc |
|
1295 |
dTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQiOmZhbHNlLCJhbGxvd19uaWwi |
|
1296 |
OmZhbHNlLCJ2YWxpZGF0b3IiOiJIYXNoIiwiZXhwZWN0ZWRfdHlwZSI6Imhh |
|
1297 |
c2giLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6dHJ1ZSwidmFsaWRhdGlvbnMi |
|
1298 |
OltdfSx7Im5hbWUiOiJoeXBlcnZpc29yX2d1ZXN0X3V1aWRzIiwiZnVsbF9u |
|
1299 |
YW1lIjoiaHlwZXJ2aXNvcl9ndWVzdF91dWlkcyIsImRlc2NyaXB0aW9uIjoi |
|
1300 |
XG5cdTAwM2NwXHUwMDNlVVVJRHMgb2YgdGhlIHZpcnR1YWwgZ3Vlc3RzIGZy |
|
1301 |
b20gdGhlIGhvc3TigJlzIGh5cGVydmlzb3JcdTAwM2MvcFx1MDAzZVxuIiwi |
|
1302 |
cmVxdWlyZWQiOmZhbHNlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0b3Ii |
|
1303 |
OiJNdXN0IGJlIGFuIGFycmF5IG9mIGFueSB0eXBlIiwiZXhwZWN0ZWRfdHlw |
|
1304 |
ZSI6ImFycmF5IiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZhbGlk |
|
1305 |
YXRpb25zIjpbXX0seyJuYW1lIjoiaW5zdGFsbGVkX3Byb2R1Y3RzIiwiZnVs |
|
1306 |
bF9uYW1lIjoiaW5zdGFsbGVkX3Byb2R1Y3RzIiwiZGVzY3JpcHRpb24iOiJc |
|
1307 |
blx1MDAzY3BcdTAwM2VMaXN0IG9mIHByb2R1Y3RzIGluc3RhbGxlZCBvbiB0 |
|
1308 |
aGUgaG9zdFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6ZmFsc2UsImFs |
|
1309 |
bG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6Ik11c3QgYmUgYW4gQXJyYXkg |
|
1310 |
b2YgbmVzdGVkIGVsZW1lbnRzIiwiZXhwZWN0ZWRfdHlwZSI6ImFycmF5Iiwi |
|
1311 |
bWV0YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25zIjpbXSwi |
|
1312 |
cGFyYW1zIjpbeyJuYW1lIjoicHJvZHVjdF9pZCIsImZ1bGxfbmFtZSI6Imlu |
|
1313 |
c3RhbGxlZF9wcm9kdWN0c1twcm9kdWN0X2lkXSIsImRlc2NyaXB0aW9uIjoi |
|
1314 |
XG5cdTAwM2NwXHUwMDNlUHJvZHVjdCBpZCBhcyBsaXN0ZWQgZnJvbSBhIGhv |
|
1315 |
c3TigJlzIGluc3RhbGxlZCBwcm9kdWN0cywgdGhpcyBpcyBub3QgdGhlIHNh |
|
1316 |
bWUgcHJvZHVjdCBpZCBhcyB0aGUgcHJvZHVjdHMgYXBpIHJldHVybnNcdTAw |
|
1317 |
M2MvcFx1MDAzZVxuIiwicmVxdWlyZWQiOmZhbHNlLCJhbGxvd19uaWwiOmZh |
|
1318 |
bHNlLCJ2YWxpZGF0b3IiOiJTdHJpbmciLCJleHBlY3RlZF90eXBlIjoic3Ry |
|
1319 |
aW5nIiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25z |
|
1320 |
IjpbXX0seyJuYW1lIjoicHJvZHVjdF9uYW1lIiwiZnVsbF9uYW1lIjoiaW5z |
|
1321 |
dGFsbGVkX3Byb2R1Y3RzW3Byb2R1Y3RfbmFtZV0iLCJkZXNjcmlwdGlvbiI6 |
|
1322 |
IlxuXHUwMDNjcFx1MDAzZVByb2R1Y3QgbmFtZSBhcyBsaXN0ZWQgZnJvbSBh |
|
1323 |
IGhvc3TigJlzIGluc3RhbGxlZCBwcm9kdWN0c1x1MDAzYy9wXHUwMDNlXG4i |
|
1324 |
LCJyZXF1aXJlZCI6ZmFsc2UsImFsbG93X25pbCI6ZmFsc2UsInZhbGlkYXRv |
|
1325 |
ciI6IlN0cmluZyIsImV4cGVjdGVkX3R5cGUiOiJzdHJpbmciLCJtZXRhZGF0 |
|
1326 |
YSI6bnVsbCwic2hvdyI6dHJ1ZSwidmFsaWRhdGlvbnMiOltdfSx7Im5hbWUi |
|
1327 |
OiJhcmNoIiwiZnVsbF9uYW1lIjoiaW5zdGFsbGVkX3Byb2R1Y3RzW2FyY2hd |
|
1328 |
IiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VQcm9kdWN0IGFyY2hp |
|
1329 |
dGVjdHVyZVx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6ZmFsc2UsImFs |
|
1330 |
bG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6IlN0cmluZyIsImV4cGVjdGVk |
|
1331 |
X3R5cGUiOiJzdHJpbmciLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6dHJ1ZSwi |
|
1332 |
dmFsaWRhdGlvbnMiOltdfSx7Im5hbWUiOiJ2ZXJzaW9uIiwiZnVsbF9uYW1l |
|
1333 |
IjoiaW5zdGFsbGVkX3Byb2R1Y3RzW3ZlcnNpb25dIiwiZGVzY3JpcHRpb24i |
|
1334 |
OiJcblx1MDAzY3BcdTAwM2VQcm9kdWN0IHZlcnNpb25cdTAwM2MvcFx1MDAz |
|
1335 |
ZVxuIiwicmVxdWlyZWQiOmZhbHNlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxp |
|
1336 |
ZGF0b3IiOiJTdHJpbmciLCJleHBlY3RlZF90eXBlIjoic3RyaW5nIiwibWV0 |
|
1337 |
YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25zIjpbXX1dfSx7 |
|
1338 |
Im5hbWUiOiJyZWxlYXNlX3ZlcnNpb24iLCJmdWxsX25hbWUiOiJyZWxlYXNl |
|
1339 |
X3ZlcnNpb24iLCJkZXNjcmlwdGlvbiI6IlxuXHUwMDNjcFx1MDAzZVJlbGVh |
|
1340 |
c2UgdmVyc2lvbiBvZiB0aGUgY29udGVudCBob3N0XHUwMDNjL3BcdTAwM2Vc |
|
1341 |
biIsInJlcXVpcmVkIjpmYWxzZSwiYWxsb3dfbmlsIjpmYWxzZSwidmFsaWRh |
|
1342 |
dG9yIjoiU3RyaW5nIiwiZXhwZWN0ZWRfdHlwZSI6InN0cmluZyIsIm1ldGFk |
|
1343 |
YXRhIjpudWxsLCJzaG93Ijp0cnVlLCJ2YWxpZGF0aW9ucyI6W119LHsibmFt |
|
1344 |
ZSI6InNlcnZpY2VfbGV2ZWwiLCJmdWxsX25hbWUiOiJzZXJ2aWNlX2xldmVs |
|
1345 |
IiwiZGVzY3JpcHRpb24iOiJcblx1MDAzY3BcdTAwM2VBIHNlcnZpY2UgbGV2 |
|
1346 |
ZWwgZm9yIGF1dG8taGVhbGluZyBwcm9jZXNzLCBlLmcuIFNFTEYtU1VQUE9S |
|
1347 |
VFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6ZmFsc2UsImFsbG93X25p |
|
1348 |
bCI6ZmFsc2UsInZhbGlkYXRvciI6IlN0cmluZyIsImV4cGVjdGVkX3R5cGUi |
|
1349 |
OiJzdHJpbmciLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6dHJ1ZSwidmFsaWRh |
|
1350 |
dGlvbnMiOltdfSx7Im5hbWUiOiJsaWZlY3ljbGVfZW52aXJvbm1lbnRfaWQi |
|
1351 |
LCJmdWxsX25hbWUiOiJsaWZlY3ljbGVfZW52aXJvbm1lbnRfaWQiLCJkZXNj |
|
1352 |
cmlwdGlvbiI6IlxuXHUwMDNjcFx1MDAzZUxpZmVjeWNsZSBFbnZpcm9ubWVu |
|
1353 |
dCBJRFx1MDAzYy9wXHUwMDNlXG4iLCJyZXF1aXJlZCI6dHJ1ZSwiYWxsb3df |
|
1354 |
bmlsIjpmYWxzZSwidmFsaWRhdG9yIjoiSW50ZWdlciIsImV4cGVjdGVkX3R5 |
|
1355 |
cGUiOiJudW1lcmljIiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZh |
|
1356 |
bGlkYXRpb25zIjpbXX0seyJuYW1lIjoiY29udGVudF92aWV3X2lkIiwiZnVs |
|
1357 |
bF9uYW1lIjoiY29udGVudF92aWV3X2lkIiwiZGVzY3JpcHRpb24iOiJcblx1 |
|
1358 |
MDAzY3BcdTAwM2VDb250ZW50IFZpZXcgSURcdTAwM2MvcFx1MDAzZVxuIiwi |
|
1359 |
cmVxdWlyZWQiOnRydWUsImFsbG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6 |
|
1360 |
IkludGVnZXIiLCJleHBlY3RlZF90eXBlIjoibnVtZXJpYyIsIm1ldGFkYXRh |
|
1361 |
IjpudWxsLCJzaG93Ijp0cnVlLCJ2YWxpZGF0aW9ucyI6W119XSwiZXhhbXBs |
|
1362 |
ZXMiOltdLCJtZXRhZGF0YSI6bnVsbCwic2VlIjpbXSwiaGVhZGVycyI6W10s |
|
1363 |
InNob3ciOnRydWV9LHsiZG9jX3VybCI6Ii4uL2FwaWRvYy92Mi9ob3N0X3N1 |
|
1364 |
YnNjcmlwdGlvbnMvcmVtb3ZlX3N1YnNjcmlwdGlvbnMiLCJuYW1lIjoicmVt |
|
1365 |
b3ZlX3N1YnNjcmlwdGlvbnMiLCJhcGlzIjpbeyJhcGlfdXJsIjoiL2FwaS9o |
|
1366 |
b3N0cy86aG9zdF9pZC9zdWJzY3JpcHRpb25zL3JlbW92ZV9zdWJzY3JpcHRp |
|
1367 |
b25zIiwiaHR0cF9tZXRob2QiOiJQVVQiLCJzaG9ydF9kZXNjcmlwdGlvbiI6 |
|
1368 |
bnVsbCwiZGVwcmVjYXRlZCI6bnVsbH1dLCJmb3JtYXRzIjpudWxsLCJmdWxs |
|
1369 |
X2Rlc2NyaXB0aW9uIjoiIiwiZXJyb3JzIjpbXSwicGFyYW1zIjpbeyJuYW1l |
|
1370 |
IjoiaG9zdF9pZCIsImZ1bGxfbmFtZSI6Imhvc3RfaWQiLCJkZXNjcmlwdGlv |
|
1371 |
biI6IlxuXHUwMDNjcFx1MDAzZUlkIG9mIHRoZSBob3N0XHUwMDNjL3BcdTAw |
|
1372 |
M2VcbiIsInJlcXVpcmVkIjp0cnVlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxp |
|
1373 |
ZGF0b3IiOiJJbnRlZ2VyIiwiZXhwZWN0ZWRfdHlwZSI6Im51bWVyaWMiLCJt |
|
1374 |
ZXRhZGF0YSI6bnVsbCwic2hvdyI6dHJ1ZSwidmFsaWRhdGlvbnMiOltdfSx7 |
|
1375 |
Im5hbWUiOiJzdWJzY3JpcHRpb25zIiwiZnVsbF9uYW1lIjoic3Vic2NyaXB0 |
|
1376 |
aW9ucyIsImRlc2NyaXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlQXJyYXkgb2Yg |
|
1377 |
c3Vic2NyaXB0aW9ucyB0byByZW1vdmVcdTAwM2MvcFx1MDAzZVxuIiwicmVx |
|
1378 |
dWlyZWQiOmZhbHNlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJN |
|
1379 |
dXN0IGJlIGFuIEFycmF5IG9mIG5lc3RlZCBlbGVtZW50cyIsImV4cGVjdGVk |
|
1380 |
X3R5cGUiOiJhcnJheSIsIm1ldGFkYXRhIjpudWxsLCJzaG93Ijp0cnVlLCJ2 |
|
1381 |
YWxpZGF0aW9ucyI6W10sInBhcmFtcyI6W3sibmFtZSI6ImlkIiwiZnVsbF9u |
|
1382 |
YW1lIjoic3Vic2NyaXB0aW9uc1tpZF0iLCJkZXNjcmlwdGlvbiI6IlxuXHUw |
|
1383 |
MDNjcFx1MDAzZVN1YnNjcmlwdGlvbiBQb29sIGlkXHUwMDNjL3BcdTAwM2Vc |
|
1384 |
biIsInJlcXVpcmVkIjp0cnVlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0 |
|
1385 |
b3IiOiJTdHJpbmciLCJleHBlY3RlZF90eXBlIjoic3RyaW5nIiwibWV0YWRh |
|
1386 |
dGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25zIjpbXX0seyJuYW1l |
|
1387 |
IjoicXVhbnRpdHkiLCJmdWxsX25hbWUiOiJzdWJzY3JpcHRpb25zW3F1YW50 |
|
1388 |
aXR5XSIsImRlc2NyaXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlSWYgc3BlY2lm |
|
1389 |
aWVkLCByZW1vdmUgdGhlIGZpcnN0IGluc3RhbmNlIG9mIGEgc3Vic2NyaXB0 |
|
1390 |
aW9uIHdpdGggbWF0Y2hpbmcgaWQgYW5kIHF1YW50aXR5XHUwMDNjL3BcdTAw |
|
1391 |
M2VcbiIsInJlcXVpcmVkIjpmYWxzZSwiYWxsb3dfbmlsIjpmYWxzZSwidmFs |
|
1392 |
aWRhdG9yIjoiSW50ZWdlciIsImV4cGVjdGVkX3R5cGUiOiJudW1lcmljIiwi |
|
1393 |
bWV0YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25zIjpbXX1d |
|
1394 |
fV0sImV4YW1wbGVzIjpbXSwibWV0YWRhdGEiOm51bGwsInNlZSI6W10sImhl |
|
1395 |
YWRlcnMiOltdLCJzaG93Ijp0cnVlfSx7ImRvY191cmwiOiIuLi9hcGlkb2Mv |
|
1396 |
djIvaG9zdF9zdWJzY3JpcHRpb25zL2FkZF9zdWJzY3JpcHRpb25zIiwibmFt |
|
1397 |
ZSI6ImFkZF9zdWJzY3JpcHRpb25zIiwiYXBpcyI6W3siYXBpX3VybCI6Ii9h |
|
1398 |
cGkvaG9zdHMvOmhvc3RfaWQvc3Vic2NyaXB0aW9ucy9hZGRfc3Vic2NyaXB0 |
|
1399 |
aW9ucyIsImh0dHBfbWV0aG9kIjoiUFVUIiwic2hvcnRfZGVzY3JpcHRpb24i |
|
1400 |
OiJBZGQgYSBzdWJzY3JpcHRpb24gdG8gYSBob3N0IiwiZGVwcmVjYXRlZCI6 |
|
1401 |
bnVsbH1dLCJmb3JtYXRzIjpudWxsLCJmdWxsX2Rlc2NyaXB0aW9uIjoiIiwi |
|
1402 |
ZXJyb3JzIjpbXSwicGFyYW1zIjpbeyJuYW1lIjoiaG9zdF9pZCIsImZ1bGxf |
|
1403 |
bmFtZSI6Imhvc3RfaWQiLCJkZXNjcmlwdGlvbiI6IlxuXHUwMDNjcFx1MDAz |
|
1404 |
ZUlkIG9mIHRoZSBob3N0XHUwMDNjL3BcdTAwM2VcbiIsInJlcXVpcmVkIjp0 |
|
1405 |
cnVlLCJhbGxvd19uaWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJJbnRlZ2VyIiwi |
|
1406 |
ZXhwZWN0ZWRfdHlwZSI6Im51bWVyaWMiLCJtZXRhZGF0YSI6bnVsbCwic2hv |
|
1407 |
dyI6dHJ1ZSwidmFsaWRhdGlvbnMiOltdfSx7Im5hbWUiOiJzdWJzY3JpcHRp |
|
1408 |
b25zIiwiZnVsbF9uYW1lIjoic3Vic2NyaXB0aW9ucyIsImRlc2NyaXB0aW9u |
|
1409 |
IjoiXG5cdTAwM2NwXHUwMDNlQXJyYXkgb2Ygc3Vic2NyaXB0aW9ucyB0byBh |
|
1410 |
ZGRcdTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQiOnRydWUsImFsbG93X25p |
|
1411 |
bCI6ZmFsc2UsInZhbGlkYXRvciI6Ik11c3QgYmUgYW4gQXJyYXkgb2YgbmVz |
|
1412 |
dGVkIGVsZW1lbnRzIiwiZXhwZWN0ZWRfdHlwZSI6ImFycmF5IiwibWV0YWRh |
|
1413 |
dGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25zIjpbXSwicGFyYW1z |
|
1414 |
IjpbeyJuYW1lIjoiaWQiLCJmdWxsX25hbWUiOiJzdWJzY3JpcHRpb25zW2lk |
|
1415 |
XSIsImRlc2NyaXB0aW9uIjoiXG5cdTAwM2NwXHUwMDNlU3Vic2NyaXB0aW9u |
|
1416 |
IFBvb2wgaWRcdTAwM2MvcFx1MDAzZVxuIiwicmVxdWlyZWQiOnRydWUsImFs |
|
1417 |
bG93X25pbCI6ZmFsc2UsInZhbGlkYXRvciI6IlN0cmluZyIsImV4cGVjdGVk |
|
1418 |
X3R5cGUiOiJzdHJpbmciLCJtZXRhZGF0YSI6bnVsbCwic2hvdyI6dHJ1ZSwi |
|
1419 |
dmFsaWRhdGlvbnMiOltdfSx7Im5hbWUiOiJxdWFudGl0eSIsImZ1bGxfbmFt |
|
1420 |
ZSI6InN1YnNjcmlwdGlvbnNbcXVhbnRpdHldIiwiZGVzY3JpcHRpb24iOiJc |
|
1421 |
blx1MDAzY3BcdTAwM2VRdWFudGl0eSBvZiB0aGlzIHN1YnNjcmlwdGlvbnMg |
|
1422 |
dG8gYWRkXHUwMDNjL3BcdTAwM2VcbiIsInJlcXVpcmVkIjp0cnVlLCJhbGxv |
|
1423 |
d19uaWwiOmZhbHNlLCJ2YWxpZGF0b3IiOiJudW1iZXIuIiwiZXhwZWN0ZWRf |
|
1424 |
dHlwZSI6InN0cmluZyIsIm1ldGFkYXRhIjpudWxsLCJzaG93Ijp0cnVlLCJ2 |
|
1425 |
YWxpZGF0aW9ucyI6W119XX1dLCJleGFtcGxlcyI6W10sIm1ldGFkYXRhIjpu |
|
1426 |
dWxsLCJzZWUiOltdLCJoZWFkZXJzIjpbXSwic2hvdyI6dHJ1ZX0seyJkb2Nf |
|
1427 |
dXJsIjoiLi4vYXBpZG9jL3YyL2hvc3Rfc3Vic2NyaXB0aW9ucy9jb250ZW50 |
|
1428 |
X292ZXJyaWRlIiwibmFtZSI6ImNvbnRlbnRfb3ZlcnJpZGUiLCJhcGlzIjpb |
|
1429 |
eyJhcGlfdXJsIjoiL2FwaS9ob3N0cy86aG9zdF9pZC9zdWJzY3JpcHRpb25z |
|
1430 |
L2NvbnRlbnRfb3ZlcnJpZGUiLCJodHRwX21ldGhvZCI6IlBVVCIsInNob3J0 |
|
1431 |
X2Rlc2NyaXB0aW9uIjoiU2V0IGNvbnRlbnQgb3ZlcnJpZGVzIGZvciB0aGUg |
|
1432 |
aG9zdCIsImRlcHJlY2F0ZWQiOm51bGx9XSwiZm9ybWF0cyI6bnVsbCwiZnVs |
|
1433 |
bF9kZXNjcmlwdGlvbiI6IiIsImVycm9ycyI6W10sInBhcmFtcyI6W3sibmFt |
|
1434 |
ZSI6Imhvc3RfaWQiLCJmdWxsX25hbWUiOiJob3N0X2lkIiwiZGVzY3JpcHRp |
|
1435 |
b24iOiJcblx1MDAzY3BcdTAwM2VJZCBvZiB0aGUgY29udGVudCBob3N0XHUw |
|
1436 |
MDNjL3BcdTAwM2VcbiIsInJlcXVpcmVkIjp0cnVlLCJhbGxvd19uaWwiOmZh |
|
1437 |
bHNlLCJ2YWxpZGF0b3IiOiJTdHJpbmciLCJleHBlY3RlZF90eXBlIjoic3Ry |
|
1438 |
aW5nIiwibWV0YWRhdGEiOm51bGwsInNob3ciOnRydWUsInZhbGlkYXRpb25z |
Also available in: Unified diff
fixes #15581 - configuration based on foreman stanza