-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bumping ansible operator base image. * Issue #45: Disabling secret tests and secret watching. * Dropping image version to see if that's responsible for the failures. * Added a reaction to secrets using ansible code. Fixes a possible infinite loop in the password management code. * Removing old go code, the operator is now pure ansible. * Implemented a hack to quickly check namespace state. * Attempting a new method for handling template creation/deletion. * Moving the home of the health_check.sh script to hacks. * Fixing when malformation. * I think the secret watch processing can slow down the CR creation on the resource starved travis machine. * Creating Dockerfile symlink so users can just run docker build from operator root * Disabling secret tests. Needs a rewrite. * Removing Reserved name from secret_watch. * Fixing bug in secret watcher. * Moving labels to metadata. * Fixing arithmetic. * Disabling the secret watching, it seems to cause problems for deletion. * Removing deprecated k8s_facts, replacing with k8s_info. * Implementing a string trigger value, because the old integer trigger didn't work in ansible. * Updating deployment to not include resources temporarily. It looks like the limits were breaking the operators ability to handle events properly. * Adding a maintenance document group for day 2 operator operations. Documented secret watcher. * Adding a fix to a helper script. * In operatorhub public, they put the operator into my-ibm-spectrum-scale.. namespace, so to avoid confusion, minim the user and pass formatting above. * Removing the spectrumscaleNode label in ui definition. Resolves Issue #70 * Add driver and operator multi-arch Dockerfile (#66) * add OWNERS * need to keep legacy GOOS=linux * Make driver build/dockerfile layout consistent with operator * first try on env baked image versions * default image versions should only be in a single file, we'll leave them baked into the role/defaults * Fixing a bug where the operator would hang if a secret was not defined. Now exits gracefully. * leveraging isRunning status for failed secrets. * removing version from the status tool * Removing status setting, because it appears to be bugged in some instances. Namely on travisci. * Adding debug logging to secret test. * Trying to fix secret tester on travis. * trying to speed up test time for this issue. * Adding even more logging. * This should fix the travis checks. * I think the rbac test might cause some problems, reordering. * Re-enabling rbac and node_selectors. * fixing the deploy script to use correct build type. :q * Updating CSV to match operatorhub pr * renaming crs to match rules for operatorhub. * Removing old csv * bumping operator version * Moving additional references to the old cr/crd format to the new one. * Implementing a mechanism for generating automatic CSV applications in travis. Added documentation for developers and testers. * Formatting fix for bullets. * Forgot to running the generator. * Fix some formatting in the olm doc after doing a local build * Driver version bumped up (#100) * Driver version bumped up * Bumped up version in operator files, docs and Dockerfiles * Fixing symbolic links, removing stale folder, adding a cert document for handling pull requests. Signed-off-by: John Dunham <jdunham@us.ibm.com> * Issue #17 RTC 236476 Bumping up external attacher, provisioner and driver registrar versions. With this change the minimum required kubernetes version becomes 1.14 * Adding a dev stream to the generated YAML. (#104) * Adding a ibm-spectrum-scale-csi-operator-dev.yaml to the generated YAML to facilitate better testing. * Change the linting sections in yaml to support molecule v3 * Fix linting errors on the osdk-scorecard.yaml file * Using a YAML formatter, fix the role.yaml file * Run the YAML formatter * Run the YAML formatter, fix linting errors * Using YAML formatter, Fix more linting errors in various files * More linting fixing * More linting issues * Fix playbook.yaml linting issues * disable line-length test on yamllint-er * Update the generated yaml based on the linting changes * Add YAML doc start. Remove hack to add dashes in generated yaml * Need better yamllint rules * missing newline at end of file * Linting issues with the yamllint file * More YAML Lint fixes * too many blank lines lint * Removing the docs build for now, I want to see molecule run * Let's try changing the operator.yaml file using a playbook insead of the Python Script * Fix the linting issues with the change_deploy_image file * Update the references to change_deploy_image.py to the playbook alternative * Leave off the other linters to get this back up and running * Removing funky character * Run the build docs again * Testing block in this playbook was formatted incorrectly * Need newling at end * Put the operator image back into a single line * Update the generated yaml file based on operator.yaml changes * Removing array from csv-path * Reinstating the tasks I accidentally removed in the merge. * Adding the missing CSI_DRIVER_IMAGE. * Fixing linter errors. * One Day I'll remember to run the generator. Co-authored-by: Victor Hu <whowutwut@gmail.com> Co-authored-by: Smita Raut <31980889+smitaraut@users.noreply.github.com> * fix typo in error messages (#119) Co-authored-by: Smita Raut <31980889+smitaraut@users.noreply.github.com> * Adding timeout and worker-threads to provisioner command line (#130) * Resolves #129 Added timeout parameter to provisioner and attacher command line and worker-threads parameter to the provisioner command line * Fix check if only operator is running * changing default namespace to ibm-spectrum-scale-csi-driver * fix provisioner name * Adding KC doc link. * Updating the OperatorHub doc. * Fixing repo links for 1.1.0 in CRD. * Updating Documentation Links. * Changing verbiage and adding support statement. * Fixing numbering. * Adding node mapping details (#143) * Fixing linter errors * Bumping GUI doc. * Removing RTD links. * Changed support statement. * Issue #145: Adding missing attacher role permissions. * doc update (#148) * KC link update Co-authored-by: Victor Hu <whowutwut@gmail.com> Co-authored-by: Evan Dunn <dunnevan@users.noreply.github.com> Co-authored-by: Smita Raut <31980889+smitaraut@users.noreply.github.com> Co-authored-by: Smita Raut <smita.raut@in.ibm.com> Co-authored-by: Deepak Ghuge <deeghuge@in.ibm.com>
- Loading branch information
1 parent
572a94a
commit 679d41f
Showing
130 changed files
with
2,924 additions
and
3,987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
filters: | ||
".*": | ||
reviewers: | ||
- edunn-us | ||
approvers: | ||
- edunn-us | ||
|
||
"driver/.*": | ||
reviewers: | ||
- edunn-us | ||
approvers: | ||
- edunn-us | ||
|
||
"operator/.*": | ||
reviewers: | ||
- edunn-us | ||
approvers: | ||
- edunn-us |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ble/ibm-spectrum-scale-csi-operator-bundle/case/ibm-spectrum-scale-csi-operator/case.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...tor/inventory/ibmCSIScaleOperator/files/deploy/crds/csiscaleoperators.csi.ibm.com.cr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../operator/ibm-spectrum-scale-csi-operator/deploy/crds/csiscaleoperators.csi.ibm.com.cr.yaml |
1 change: 0 additions & 1 deletion
1
...r/inventory/ibmCSIScaleOperator/files/deploy/crds/ibm-spectrum-scale-csi-operator-cr.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ventory/ibmCSIScaleOperatorSetup/files/deploy/crds/csiscaleoperators.csi.ibm.com.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../../operator/ibm-spectrum-scale-csi-operator/deploy/crds/csiscaleoperators.csi.ibm.com.crd.yaml |
1 change: 0 additions & 1 deletion
1
...ntory/ibmCSIScaleOperatorSetup/files/deploy/crds/ibm-spectrum-scale-csi-operator-crd.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Cert Process | ||
============ | ||
|
||
Creating the Pull Request | ||
------------------------- | ||
|
||
1. Fork `https://github.ibm.com/IBMPrivateCloud/charts`_. | ||
2. Clone the forked repository . | ||
3. From the root dir (of this project) execute the following: | ||
|
||
.. code-block:: bash | ||
export CHARTS=<Local Chart Repo Root> | ||
cp -R -L cloudpak/ ${CHARTS} | ||
cd ${CHARTS}/stable | ||
git checkout -b ibm-spectrum-scale-csi-operator-bundle | ||
git add ibm-spectrum-scale-csi-operator-bundle | ||
git commit -S -m "Some message" | ||
git push origin ibm-spectrum-scale-csi-operator-bundle | ||
4. Follow standard Pull Request procedures. |
Oops, something went wrong.