-
Notifications
You must be signed in to change notification settings - Fork 94
/
README.rst
436 lines (340 loc) · 23.5 KB
/
README.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
.. |Documentation Status| image:: https://readthedocs.org/projects/ecsce/badge/?version=latest
:target: http://ecsce.readthedocs.io/en/latest/?badge=latest
|Documentation Status|
.. raw:: html
<h1>
ECS Community Edition
.. raw:: html
</h1>
See
`changelog.md <https://github.com/EMCECS/ECS-CommunityEdition/blob/master/changelog.md>`__
file for release notes.
Description
-----------
EMC ECS is a stateful containerized cloud
storage. It provides persistence for your applications that can access
data through standardized Object protocols like AWS S3 or OpenStack
Swift. ECS can be set up on one or more hosts / VMs in a single-site or
a multi-site geo replicated configuration. We want the wider community
to use ECS and provide feedback. Usage of this software is under the
following End User License Agreement.
ECS Community Edition is a free, reduced footprint, version of Dell EMC's ECS software. Of course, this means there are some limitations to the use of the software, so the question arises; how is the Community Edition of ECS different from the production version?
License difference
^^^^^^^^^^^^^^^^^^
As noted with the included license, ECS Community cannot be used in production environments and is intended to be used for trial and proof of concept purposes only. This software is still owned and protected by Dell EMC.
Feature differences
^^^^^^^^^^^^^^^^^^^
It it important to note that ECS-Community Edition is **not** the same as ECS software and as such lacks some features that are integral to the actual ECS software.
- ECS Community Edition does NOT support encryption.
- ECS Community Edition does NOT include ECS' system management, or "fabric", layer.
Notice
^^^^^^
Because of these differences, ECS Community Edition is absolutely **not** qualified for testing failure scenarios. Failure scenarios can only be adequately mimicked on the full version of ECS Software.
Quick Start Guide
-----------------
If you have the following:
1. A CentOS 7.4 Minimal instance with:
1. 16GB RAM
2. 16GB block device for system
3. 104GB block device for ECS
2. Internet access
3. No proxies, local mirrors, or special Docker registries
Then you should be able to get up and going with a Single-Node
All-in-One install using these commands on your VM:
::
# git clone https://github.com/EMCECS/ECS-CommunityEdition
# cd ECS-CommunityEdition
# cp docs/design/reference.deploy.yml deploy.yml
# echo "Edit this deploy.yml to match your VM's environment"
# vi deploy.yml
# ./bootstrap.sh -y -c deploy.yml
And then after the node reboots (you did use a clean minimal install
from ISO or netinstall right?):
::
# step1
# step2
And if all went well, you now have a working stand-alone ECS, mostly
configured, and ready for use.
Hardware Requirements
---------------------
Minimum
~~~~~~~
Hardware or virtual machine with:
- 4 CPU Cores
- 16GB RAM
- 16GB root block storage
- 104GB additional block storage
- CentOS 7.4 Minimal installation
Recommended
~~~~~~~~~~~
Hardware or virtual machine with:
- 8 CPU Cores
- 64GB RAM
- 16GB root block storage
- 1TB additional block storage
- CentOS 7.4 Minimal installation
Deployment Scenarios
--------------------
Deploy into Internet-Connected Environments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`ECS Multi-Node All-in-One Deployment with Install Node (recommended, full-featured) <http://ecsce.readthedocs.io/en/latest/installation/ECS-Installation.html>`__
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deploy a multi-node ECS instance to two or more hardware or virtual
machines and enable all ECS features. Three nodes are required for all
ECS 3.0 and above features to be activated.
`ECS Single-Node All-in-One Deployment (smallest footprint) <http://ecsce.readthedocs.io/en/latest/installation/ECS-Installation.html>`__
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deploy a stand-alone instance of a limited set of ECS kit to a single
hardware or virtual machine.
Deployments into Soft-Isolated and Air-Gapped Island Environments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Important information regarding Island deployments
''''''''''''''''''''''''''''''''''''''''''''''''''
Please be aware that install node bootstrapping requires Internet access
to the hardware or virtual machine that will become the install node,
but once this step is complete, the machine can be removed from the
Internet and migrated into the Island environment.
If you prefer to download a prefab install node as an OVF/OVA, follow
one of the links below. Please note that OVAs are produced upon each
release and do not necessarily have the most current software.
Please see the `release page <https://github.com/EMCECS/ECS-CommunityEdition/releases>`__ for OVA download links.
`ECS Multi-Node Deployment with Install Node (recommended, most reusable, full-featured) <http://ecsce.readthedocs.io/en/latest/installation/ECS-Installation.html>`__
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Using an install node for isolated environments, deploy a multi-node ECS
instance to two or more hardware or virtual machines and enable all ECS
features. Three nodes are required for all ECS 3.0 and above features to
be activated.
`ECS Single-Node Deployment with Install Node <http://ecsce.readthedocs.io/en/latest/installation/ECS-Installation.html>`__
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Using an install node for isolated environments, deploy a stand-alone
instance of a limited set of ECS kit to a single hardware or virtual
machine.
Directory Structure
===================
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
| Directory Name | Description |
+=====================================================================================================================+=========================================================================================================+
|`docs <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/docs>`__ | Documentation Sources, `Read them online at <http://ecsce.readthedocs.io/en/latest/>`__ |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`examples <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/examples>`__ | Deployment and configuration examples for common scenarios |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`contrib <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/contrib>`__ | Unsupported community-contributed scripts content related to ECS CE |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`patches <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/patches>`__ | Patches to the ECS Community Edition Docker image |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`bootstrap.sh <https://github.com/EMCECS/ECS-CommunityEdition/blob/latest/bootstrap.sh>`__ | Installer 2.0 bootstrap script |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`release.conf <https://github.com/EMCECS/ECS-CommunityEdition/blob/latest/release.conf>`__ | Installer 2.0 release information file |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`ui <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/ui>`__ | Installer 2.0 (`ecsdeploy`, `ecsconfig`, related utilities, and support files) |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`bootstrap_plugins <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/bootstrap_plugins>`__ | Installer 2.0 (`bootstrap.sh` support files) |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`legacy <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/legacy>`__ | Legacy deployment scripts |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`legacy/ecs-single-node <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/legacy/ecs-single-node>`__ | (Legacy) Contains the scripts to run an ECS single Node Docker and Vagrant deployments |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`legacy/ecs-multi-node <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/legacy/ecs-multi-node>`__ | (Legacy) Contains the scripts to run an ECS Multiple Node Docker deployment |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
|`legacy/Documentation <https://github.com/EMCECS/ECS-CommunityEdition/tree/latest/legacy/Documentation>`__ | (Legacy) Contains documentation files and media |
+---------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+
Support
=======
Please file bugs and issues at the `ECS's site in the EMC Community
Network (ECS's support
site) <https://community.emc.com/community/products/ecs>`__ and you can
also use this GitHub's repository issues page. For more general
discussions you can contact the EMC Code team at Google Groups or tagged
with **EMC** on Stack Overflow. The code and documentation are released
with no warranties or SLAs and are intended to be supported through a
community driven process.
License Agreement
=================
EMC ECS Software Limited-Use License Agreement
----------------------------------------------------------------------
This EMC Software License Agreement (the "Agreement") is a legal
agreement between EMC Corporation, with a principal office at 176 South
Street, Hopkinton, MA 01748 USA ("EMC") and you and the organization on
whose behalf you are accessing this Agreement (the "Customer") and
governs Customer’s access to, downloading of, and use of any and all
components, associated media, printed materials, documentation, and
programming accessed via the EMC software (the "Software").
By clicking on the "Agree" or check box or similar button set forth
below, or by downloading, installing, or using the Software, you are
representing to EMC that (i) you are authorized to legally bind the
Customer, and (ii) you are agreeing on behalf of the Customer that the
terms of this Agreement shall govern the relationship of the parties
with regard to the Software.
If you do not have authority to agree to the terms of this Agreement, or
do not accept the terms of this Agreement, click on the "Cancel" or
similar button or discontinue your efforts to download the Software, and
the registration, download and/or installation process will not
continue. In such event, no access to, or authorization to download or
use the Software, is granted by EMC.
EMC and Customer enter into this Agreement and this Agreement shall
become effective on the date on which Customer clicks on the "Agree"
button described above or downloads, installs or uses the Software,
whichever occurs first (the "Effective Date"). NOW, THEREFORE, in
consideration of the premises and obligations contained herein, it is
agreed as follows:
1.0 - DEFINITIONS
~~~~~~~~~~~~~~~~~
**1.1** - "Equipment" means the Customer owned storage devices, systems,
or central processing units that the Software was designed to run on or
with.
**1.2** - "Software" means the free EMC Software made available for
download by Customer from a designated EMC web site.
2.0 - PURPOSE AND SCOPE
~~~~~~~~~~~~~~~~~~~~~~~
**2.1** - The Software shall be used for Customer’s internal business
purposes and in accordance with EMC’s instructions and documentation.
The Software is available from EMC to Customer at no charge, but only
after Customer agrees to the license terms as contained in this
Agreement.
**2.2** - Under this Agreement, Customer may use the Software on the
related Equipment it owns.
3.0 LICENSE TERMS
~~~~~~~~~~~~~~~~~
**3.1** - EMC grants Customer a license to use the Software on the
Equipment commencing on download for as long as Customer complies with
this Agreement. The foregoing licenses shall be non-exclusive,
non-transferable, and non-sublicensable and subject to the restriction
that the Software be used solely on or in connection with the Equipment
for which it was licensed. EMC may terminate licenses, without
liability, if Customer breaches this Agreement and fails to cure within
thirty (30) days after receipt of EMC’s written notice thereof. Upon
termination, Customer shall cease all use and return or certify
destruction of Software (including copies) to EMC. Customer shall not,
without EMC's prior written consent, use the Software in a production
environment, service bureau capacity, or copy, provide, disclose or
otherwise make available Software in any form to anyone other than
Customer's agents, employees, consultants or independent contractors
("Personnel"), who shall use Software solely for Customer's internal
business purposes in a manner consistent with this Agreement. Customer
shall be fully responsible to EMC for the compliance of Customer’s
personnel herewith.
**3.2** - Software is licensed only. No title to, or ownership of, the
Software is transferred to Customer. Customer shall reproduce and
include copyright and other proprietary notices on and in any copies,
including but not limited to partial, physical or electronic copies, of
the Software. Neither Customer nor its personnel shall modify, enhance,
supplement, create derivative works from, reverse assemble, reverse
engineer, reverse compile or otherwise reduce to human readable form the
Software without EMC's prior written consent. Any third party software
that may be provided by EMC shall be governed by the third party’s
separate license terms, if any.
4.0 - DELIVERY AND INSTALLATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**4.1** - Delivery of the Software is by download only.
**4.2** - EMC shall, as necessary, provide Customer with information to
download, install and use the Software.
5.0 - TERM AND TERMINATION
~~~~~~~~~~~~~~~~~~~~~~~~~~
**5.1** - If Customer fails to perform any of its material covenants,
obligations or responsibilities under this Agreement, Customer shall be
in default and breach of this Agreement, and EMC shall, in addition to
any other remedies, which may be available to EMC under this Agreement,
in law or equity, in its sole discretion, have the right to terminate
this Agreement and any or all related license(s) granted to Customer by
written notice thereto, with such termination to be effective
immediately.
**5.2** - EMC may terminate this Agreement for its convenience at any
time by providing Customer with a minimum of thirty (30) days prior
notice.
6.0 - NO WARRANTY OR SUPPORT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**6.1** - EMC PROVIDES ALL SOFTWARE HEREUNDER ON AN "AS-IS," "WHERE IS"
BASIS, AND MAKES NO OTHER EXPRESS WARRANTIES, WRITTEN OR ORAL, AND ALL
OTHER WARRANTIES ARE SPECIFICALLY EXCLUDED, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE OR NON-INFRINGEMENT, AND ANY WARRANTY ARISING BY STATUTE,
OPERATION OF LAW, COURSE OF DEALING OR PERFORMANCE, OR USAGE OF TRADE.
**6.2** - EMC shall not provide any technical support, SLA’s, telephone
support, on-line support, or support of any kind under this Agreement.
Customer is not entitled to receive any updates, upgrades or
enhancements of any kind under this Agreement. This includes, but is not
limited to, security vulnerabilities that may be applicable to the
Software.
**6.3** - No representation or other affirmation of fact, including but
not limited to statement regarding capacity, suitability for use or
performance of Software, whether made by EMC employees or otherwise,
shall be deemed to be a warranty for any purpose or give rise to any
liability of EMC whatsoever unless contained in this Agreement.
7.0 NO INDEMNIFICATION
~~~~~~~~~~~~~~~~~~~~~~
**7.1** - EMC shall have no liability to Customer for any action (and
all prior related claims) brought by or against Customer alleging that
Customer’s use or other disposition of any Software infringes any
patent, copyright, trade secret or other intellectual property right. In
event of such an action, EMC retains the right to terminate this
Agreement and take possession of the Software.
**7.2** - THIS SECTION 7.0 STATES EMC’S ENTIRE LIABILITY WITH RESPECT TO
ALLEGED INFRINGEMENTS OF INTELLECTUAL PROPERTY RIGHTS BY THE SOFTWARE OR
ANY PART OF THEM OR BY ITS OPERATION.
8.0 LIMITATION OF LIABILITY
~~~~~~~~~~~~~~~~~~~~~~~~~~~
**8.1** - EMC’S AND ITS SUPPLIER’S TOTAL LIABILITY AND CUSTOMER’S SOLE
AND EXCLUSIVE REMEDY FOR A CLAIM OF DAMAGE TO REAL OR TANGIBLE PERSONAL
PROPERTY OR ANY OTHER CLAIM WHATSOEVER, INCLUDING BUT NOT LIMITED TO
CLAIMS BASED ON CONTRACT, WARRANTY, NEGLIGENCE OR STRICT LIABILITY IN
TORT, THAT ARISES OUT OF OR IN CONNECTION WITH SOFTWARE OR SERVICES
PROVIDED HEREUNDER, SHALL BE LIMITED TO PROVEN DIRECT DAMAGES CAUSED BY
EMC’S SOLE NEGLIGENCE IN AN AMOUNT NOT TO EXCEED US$5,000. IN NO EVENT
SHALL EMC OR ITS SUPPLIERS BE LIABLE FOR CONSEQUENTIAL, INCIDENTAL,
INDIRECT, OR SPECIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF
PROFITS, REVENUES, DATA AND/OR USE) EVEN IF ADVISED OF THE POSSIBILITY
THEREOF. NEITHER PARTY SHALL BRING ANY CLAIM ARISING OUT OF THE SOFTWARE
OR SERVICES PROVIDED HEREUNDER MORE THAN EIGHTEEN (18) MONTHS AFTER SUCH
CLAIM HAS ACCRUED.
**8.2** - IF CUSTOMER USES SOFTWARE FOR ANY PURPOSE EXCEPT AS STATED
HEREIN OR OTHERWISE AGREED IN WRITING, EMC SHALL HAVE NO LIABILITY
WHATSOEVER FOR ANY DAMAGE TO EQUIPMENT OR DATA, OR FINANCIAL LOSSES,
RESULTING FROM SUCH USE.
9.0 GENERAL
~~~~~~~~~~~
**9.1 - Assignment** – Customer shall not assign any right or interest
hereunder nor delegate any work or other obligation to be performed
hereunder to any entity other than its corporate parent, or a division
or wholly or majority owned subsidiary of the party or its corporate
parent. Any such action in violation of the foregoing shall be void.
**9.2 - Entire Agreement** - The terms contained herein constitute the
entire agreement between the parties with respect to the subject matter
hereof and shall supersede all prior communications and agreements,
either oral, written or otherwise recorded.
**9.3 - Compliance with Export Control Laws** – Customer shall comply
with all applicable export laws, orders and regulations and obtain all
necessary governmental permits, licenses and clearances.
**9.4 - Governing Law** - This Agreement shall be governed by the laws
of the Commonwealth of Massachusetts, excluding its conflict of law
rules. The U. N. Convention on Contracts for the International Sale of
Goods shall not apply.
**9.5 - Notices** – Except for routine communications, all other notices
required or permitted hereunder, including but not limited to notices of
default or breach, shall be signed by an authorized representative of
the sender. Such notices shall be deemed to have been received (i) when
hand delivered to such individuals by a representative of the sender;
(ii) three (3) days after having been sent postage prepaid, by
registered or certified first class mail, return receipt requested;
(iii) when sent by electronic transmission, with written confirmation by
the method of transmission; or (iv) one (1) day after deposit with an
overnight carrier, with written verification of delivery.
**9.6 - No Waiver** – No omission or delay by either party in requiring
the other party to fulfill its obligations hereunder shall be deemed to
constitute a waiver of (i) the right to require the fulfillment of any
other obligation hereunder; or (ii) any remedy that may be available
hereunder.
**9.7 - Independent Contractors** - The parties shall act as independent
contractors for all purposes under this Agreement. Nothing contained
herein shall be deemed to constitute either party as an agent or
representative of the other party, or both parties as joint venturers or
partners for any purpose. Neither party shall be responsible for the
acts or omissions of the other party, and neither party will have
authority to speak for, represent or obligate the other party in any way
without an authenticated record indicating the prior approval of the
other party.
**9.8 - Separability** - If any provision of this Agreement shall be
held illegal or unenforceable, such provision shall be deemed separable
from, and shall in no way affect or impair the validity or
enforceability of, the remaining provisions.
.. |Documentation Status| image:: https://readthedocs.org/projects/ecsce/badge/?version=latest
:target: http://ecsce.readthedocs.io/en/latest/?badge=latest