-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to install olm via rpm #61
base: master
Are you sure you want to change the base?
Add feature to install olm via rpm #61
Conversation
984ade7
to
c638305
Compare
tasks/microshift.yaml
Outdated
path: /var/lib/microshift/version | ||
register: _microshift_version_file | ||
|
||
- name: "Create a version file if does not exists with version {{ microshift_version }}.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the version
file is created when the directory does not exists.
In our case, we do that directory, especially when the etcd is on ramdisk, so the microshift setup will fail.
That file is a workaround to not crash the microshift, but it will start the instance from scratch.
If the file exists, it will perform an upgrade.
c638305
to
4a02f9d
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
7bf690b
to
f5542c5
Compare
f5542c5
to
69b3891
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
38806c1
to
e869d18
Compare
This commit provides a feature to setup the OLM via MicroShift RPM package.
e869d18
to
4e7b8a4
Compare
Add possibility to install OLM via rpm package.