Skip to content

Commit 5327a9f

Browse files
committed
initial commit
0 parents  commit 5327a9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4640
-0
lines changed

CONTRIBUTING.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Contribution Guide
2+
3+
We welcome and encourage community contributions to k8s-custom-resources.
4+
5+
## Contributing
6+
7+
The best way to directly collaborate with the project contributors is through GitHub: <https://github.com/hpe-storage/co-deployments>
8+
9+
* If you want to contribute to our code by either fixing a problem or creating a new feature, please open a GitHub pull request.
10+
* If you want to raise an issue such as a defect, an enhancement request or a general issue, please open a GitHub issue.
11+
12+
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
13+
14+
Note that all patches from all contributors get reviewed.
15+
After a pull request is made, other contributors will offer feedback. If the patch passes review, a maintainer will accept it with a comment.
16+
When a pull request fails review, the author is expected to update the pull request to address the issue until it passes review and the pull request merges successfully.
17+
18+
At least one review from a maintainer is required for all patches.
19+
20+
### Developer's Certificate of Origin
21+
22+
All contributions must include acceptance of the DCO:
23+
24+
> Developer Certificate of Origin Version 1.1
25+
>
26+
> Copyright (C) 2004, 2006 The Linux Foundation and its contributors. 660
27+
> York Street, Suite 102, San Francisco, CA 94110 USA
28+
>
29+
> Everyone is permitted to copy and distribute verbatim copies of this
30+
> license document, but changing it is not allowed.
31+
>
32+
> Developer's Certificate of Origin 1.1
33+
>
34+
> By making a contribution to this project, I certify that:
35+
>
36+
> \(a) The contribution was created in whole or in part by me and I have
37+
> the right to submit it under the open source license indicated in the
38+
> file; or
39+
>
40+
> \(b) The contribution is based upon previous work that, to the best of my
41+
> knowledge, is covered under an appropriate open source license and I
42+
> have the right under that license to submit that work with
43+
> modifications, whether created in whole or in part by me, under the same
44+
> open source license (unless I am permitted to submit under a different
45+
> license), as indicated in the file; or
46+
>
47+
> \(c) The contribution was provided directly to me by some other person
48+
> who certified (a), (b) or (c) and I have not modified it.
49+
>
50+
> \(d) I understand and agree that this project and the contribution are
51+
> public and that a record of the contribution (including all personal
52+
> information I submit with it, including my sign-off) is maintained
53+
> indefinitely and may be redistributed consistent with this project or
54+
> the open source license(s) involved.
55+
56+
### Sign your work
57+
58+
To accept the DCO, simply add this line to each commit message with your
59+
name and email address (git commit -s will do this for you):
60+
61+
Signed-off-by: Jane Example <jane@example.com>
62+
63+
For legal reasons, no anonymous or pseudonymous contributions are
64+
accepted.
65+
66+
## Submitting Code Pull Requests
67+
68+
We encourage and support contributions from the community. No fix is too
69+
small. We strive to process all pull requests as soon as possible and
70+
with constructive feedback. If your pull request is not accepted at
71+
first, please try again after addressing the feedback you received.
72+
73+
To make a pull request you will need a GitHub account. For help, see
74+
GitHub's documentation on forking and pull requests.
75+

LICENSE

+192
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,192 @@
1+
Apache License
2+
Version 2.0, January 2004
3+
http://www.apache.org/licenses/
4+
5+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6+
7+
1. Definitions.
8+
9+
"License" shall mean the terms and conditions for use, reproduction, and
10+
distribution as defined by Sections 1 through 9 of this document.
11+
12+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
13+
owner that is granting the License.
14+
15+
"Legal Entity" shall mean the union of the acting entity and all other entities
16+
that control, are controlled by, or are under common control with that entity.
17+
For the purposes of this definition, "control" means (i) the power, direct or
18+
indirect, to cause the direction or management of such entity, whether by
19+
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
20+
outstanding shares, or (iii) beneficial ownership of such entity.
21+
22+
"You" (or "Your") shall mean an individual or Legal Entity exercising
23+
permissions granted by this License.
24+
25+
"Source" form shall mean the preferred form for making modifications, including
26+
but not limited to software source code, documentation source, and
27+
configuration files.
28+
29+
"Object" form shall mean any form resulting from mechanical transformation or
30+
translation of a Source form, including but not limited to compiled object
31+
code, generated documentation, and conversions to other media types.
32+
33+
"Work" shall mean the work of authorship, whether in Source or Object form,
34+
made available under the License, as indicated by a copyright notice that is
35+
included in or attached to the work (an example is provided in the Appendix
36+
below).
37+
38+
"Derivative Works" shall mean any work, whether in Source or Object form, that
39+
is based on (or derived from) the Work and for which the editorial revisions,
40+
annotations, elaborations, or other modifications represent, as a whole, an
41+
original work of authorship. For the purposes of this License, Derivative Works
42+
shall not include works that remain separable from, or merely link (or bind by
43+
name) to the interfaces of, the Work and Derivative Works thereof.
44+
45+
"Contribution" shall mean any work of authorship, including the original
46+
version of the Work and any modifications or additions to that Work or
47+
Derivative Works thereof, that is intentionally submitted to Licensor for
48+
inclusion in the Work by the copyright owner or by an individual or Legal
49+
Entity authorized to submit on behalf of the copyright owner. For the purposes
50+
of this definition, "submitted" means any form of electronic, verbal, or
51+
written communication sent to the Licensor or its representatives, including
52+
but not limited to communication on electronic mailing lists, source code
53+
control systems, and issue tracking systems that are managed by, or on behalf
54+
of, the Licensor for the purpose of discussing and improving the Work, but
55+
excluding communication that is conspicuously marked or otherwise designated in
56+
writing by the copyright owner as "Not a Contribution."
57+
58+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
59+
of whom a Contribution has been received by Licensor and subsequently
60+
incorporated within the Work.
61+
62+
2. Grant of Copyright License.
63+
64+
Subject to the terms and conditions of this License, each Contributor hereby
65+
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
66+
irrevocable copyright license to reproduce, prepare Derivative Works of,
67+
publicly display, publicly perform, sublicense, and distribute the Work and
68+
such Derivative Works in Source or Object form.
69+
70+
3. Grant of Patent License.
71+
72+
Subject to the terms and conditions of this License, each Contributor hereby
73+
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
74+
irrevocable (except as stated in this section) patent license to make, have
75+
made, use, offer to sell, sell, import, and otherwise transfer the Work, where
76+
such license applies only to those patent claims licensable by such Contributor
77+
that are necessarily infringed by their Contribution(s) alone or by combination
78+
of their Contribution(s) with the Work to which such Contribution(s) was
79+
submitted. If You institute patent litigation against any entity (including a
80+
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
81+
Contribution incorporated within the Work constitutes direct or contributory
82+
patent infringement, then any patent licenses granted to You under this License
83+
for that Work shall terminate as of the date such litigation is filed.
84+
85+
4. Redistribution.
86+
87+
You may reproduce and distribute copies of the Work or Derivative Works thereof
88+
in any medium, with or without modifications, and in Source or Object form,
89+
provided that You meet the following conditions:
90+
91+
You must give any other recipients of the Work or Derivative Works a copy of
92+
this License; and
93+
You must cause any modified files to carry prominent notices stating that You
94+
changed the files; and
95+
You must retain, in the Source form of any Derivative Works that You
96+
distribute, all copyright, patent, trademark, and attribution notices from the
97+
Source form of the Work, excluding those notices that do not pertain to any
98+
part of the Derivative Works; and
99+
If the Work includes a "NOTICE" text file as part of its distribution, then any
100+
Derivative Works that You distribute must include a readable copy of the
101+
attribution notices contained within such NOTICE file, excluding those notices
102+
that do not pertain to any part of the Derivative Works, in at least one of the
103+
following places: within a NOTICE text file distributed as part of the
104+
Derivative Works; within the Source form or documentation, if provided along
105+
with the Derivative Works; or, within a display generated by the Derivative
106+
Works, if and wherever such third-party notices normally appear. The contents
107+
of the NOTICE file are for informational purposes only and do not modify the
108+
License. You may add Your own attribution notices within Derivative Works that
109+
You distribute, alongside or as an addendum to the NOTICE text from the Work,
110+
provided that such additional attribution notices cannot be construed as
111+
modifying the License.
112+
You may add Your own copyright statement to Your modifications and may provide
113+
additional or different license terms and conditions for use, reproduction, or
114+
distribution of Your modifications, or for any such Derivative Works as a
115+
whole, provided Your use, reproduction, and distribution of the Work otherwise
116+
complies with the conditions stated in this License.
117+
118+
5. Submission of Contributions.
119+
120+
Unless You explicitly state otherwise, any Contribution intentionally submitted
121+
for inclusion in the Work by You to the Licensor shall be under the terms and
122+
conditions of this License, without any additional terms or conditions.
123+
Notwithstanding the above, nothing herein shall supersede or modify the terms
124+
of any separate license agreement you may have executed with Licensor regarding
125+
such Contributions.
126+
127+
6. Trademarks.
128+
129+
This License does not grant permission to use the trade names, trademarks,
130+
service marks, or product names of the Licensor, except as required for
131+
reasonable and customary use in describing the origin of the Work and
132+
reproducing the content of the NOTICE file.
133+
134+
7. Disclaimer of Warranty.
135+
136+
Unless required by applicable law or agreed to in writing, Licensor provides
137+
the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
138+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
139+
including, without limitation, any warranties or conditions of TITLE,
140+
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
141+
solely responsible for determining the appropriateness of using or
142+
redistributing the Work and assume any risks associated with Your exercise of
143+
permissions under this License.
144+
145+
8. Limitation of Liability.
146+
147+
In no event and under no legal theory, whether in tort (including negligence),
148+
contract, or otherwise, unless required by applicable law (such as deliberate
149+
and grossly negligent acts) or agreed to in writing, shall any Contributor be
150+
liable to You for damages, including any direct, indirect, special, incidental,
151+
or consequential damages of any character arising as a result of this License
152+
or out of the use or inability to use the Work (including but not limited to
153+
damages for loss of goodwill, work stoppage, computer failure or malfunction,
154+
or any and all other commercial damages or losses), even if such Contributor
155+
has been advised of the possibility of such damages.
156+
157+
9. Accepting Warranty or Additional Liability.
158+
159+
While redistributing the Work or Derivative Works thereof, You may choose to
160+
offer, and charge a fee for, acceptance of support, warranty, indemnity, or
161+
other liability obligations and/or rights consistent with this License.
162+
However, in accepting such obligations, You may act only on Your own behalf and
163+
on Your sole responsibility, not on behalf of any other Contributor, and only
164+
if You agree to indemnify, defend, and hold each Contributor harmless for any
165+
liability incurred by, or claims asserted against, such Contributor by reason
166+
of your accepting any such warranty or additional liability.
167+
168+
END OF TERMS AND CONDITIONS
169+
170+
APPENDIX: How to apply the Apache License to your work
171+
172+
To apply the Apache License to your work, attach the following boilerplate
173+
notice, with the fields enclosed by brackets "[]" replaced with your own
174+
identifying information. (Don't include the brackets!) The text should be
175+
enclosed in the appropriate comment syntax for the file format. We also
176+
recommend that a file or class name and description of purpose be included on
177+
the same "printed page" as the copyright notice for easier identification
178+
within third-party archives.
179+
180+
Copyright [yyyy] [name of copyright owner]
181+
182+
Licensed under the Apache License, Version 2.0 (the "License");
183+
you may not use this file except in compliance with the License.
184+
You may obtain a copy of the License at
185+
186+
http://www.apache.org/licenses/LICENSE-2.0
187+
188+
Unless required by applicable law or agreed to in writing, software
189+
distributed under the License is distributed on an "AS IS" BASIS,
190+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
191+
See the License for the specific language governing permissions and
192+
limitations under the License.

OWNERS

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
approvers:
2+
- gcostea
3+
- skrishna
4+
- sbyadarahalli
5+
- rkumar
6+
reviewers:
7+
- gcostea
8+
- skrishna
9+
- sbyadarahalli
10+
- rkumar

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# HPE deployment yaml files/Helm charts for csi driver and flexvolume driver

build_tools/artifactory_search.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"files": [
3+
{
4+
"pattern": "dcs-docker-local/hpe/csi-driver/",
5+
"sortBy": ["created"],
6+
"sortOrder": "desc",
7+
"limit": 1
8+
},
9+
{
10+
"pattern": "dcs-docker-local/hpe/nimble-csp/",
11+
"sortBy": ["created"],
12+
"sortOrder": "desc",
13+
"limit": 1
14+
},
15+
{
16+
"pattern": "dcs-docker-local/hpe/csi-node-info-initializer/",
17+
"sortBy": ["created"],
18+
"sortOrder": "desc",
19+
"limit": 1
20+
},
21+
{
22+
"pattern": "dcs-docker-local/hpe/flexvolume-driver/",
23+
"sortBy": ["created"],
24+
"sortOrder": "desc",
25+
"limit": 1
26+
},
27+
{
28+
"pattern": "dcs-docker-local/hpe/k8s-dynamic-provisioner/",
29+
"sortBy": ["created"],
30+
"sortOrder": "desc",
31+
"limit": 1
32+
}
33+
]
34+
}

build_tools/artifactory_upload.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"files": [
3+
{
4+
"pattern": "buildinfo.txt",
5+
"props": "buildno=${buildno};job_name=${JOB_NAME};jobno=${BUILD_NUMBER}",
6+
"target": "dcs_k8s-local/${JOB_NAME}/${BUILD_NUMBER}/",
7+
"recursive": "false"
8+
},
9+
{
10+
"pattern": "build/*.yaml",
11+
"props": "buildno=${buildno};job_name=${JOB_NAME};jobno=${BUILD_NUMBER}",
12+
"target": "dcs_k8s-local/${JOB_NAME}/${BUILD_NUMBER}/yaml/"
13+
}
14+
]
15+
}

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
HPE Helm charts

helm/charts/.helmignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj

helm/charts/hpe-csi-driver/Chart.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: v1
2+
appVersion: "1.0"
3+
description: A Helm chart for installing HPE CSI Driver
4+
icon: https://avatars0.githubusercontent.com/u/15615575?s=400&v=4
5+
maintainers:
6+
- name: hpe-csi-dev@hpe.com
7+
name: hpe-csi-driver
8+
version: 1.0.0
9+
keywords:
10+
- HPE
11+
- Storage
12+
- StorageClass
13+
- CentOS
14+
- Ubuntu

0 commit comments

Comments
 (0)