-
Notifications
You must be signed in to change notification settings - Fork 165
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
procedures: Migration to devworkspace engine #2159
procedures: Migration to devworkspace engine #2159
Conversation
…sing OLM. Signed-off-by: Oleksandr Andriienko <[email protected]>
Referenced in https://issues.redhat.com/browse/RHDEVDOCS-3372 |
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
|
...administration-guide/partials/proc_migration_olm_stable_channel_to_stable_all_namespace.adoc
Outdated
Show resolved
Hide resolved
...administration-guide/partials/proc_migration_olm_stable_channel_to_stable_all_namespace.adoc
Outdated
Show resolved
Hide resolved
$ touch MigrateUsers.sh && chmod +x MigrateUsers.sh | ||
---- | ||
|
||
MigrateUsers.sh script content |
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.
wondering if we need to store the script in the repo somewhere
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.
It is better to store script in docs since it automatically replace some values on downstream specific
...administration-guide/partials/proc_migration_olm_stable_channel_to_stable_all_namespace.adoc
Outdated
Show resolved
Hide resolved
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.
Looks good 👍
I belive it is also important to make sure that the SOP is properly downstreamed
…e_channel_to_stable_all_namespace.adoc Co-authored-by: Ilya Buziuk <[email protected]>
...administration-guide/partials/proc_migration_olm_stable_channel_to_stable_all_namespace.adoc
Outdated
Show resolved
Hide resolved
…e_channel_to_stable_all_namespace.adoc
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
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.
Please fix all the warnings.
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_username
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_password
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_url
asciidoctor: WARNING: skipping reference to missing attribute: all_users_dump
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_token
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_url
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_username
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_realm
asciidoctor: WARNING: skipping reference to missing attribute: all_users
asciidoctor: WARNING: skipping reference to missing attribute: user_id
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_token
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_url
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_username
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider_realm
asciidoctor: WARNING: skipping reference to missing attribute: user_id
asciidoctor: WARNING: skipping reference to missing attribute: federated_identity
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider
asciidoctor: WARNING: skipping reference to missing attribute: all_users
asciidoctor: WARNING: skipping reference to missing attribute: user_id
asciidoctor: WARNING: skipping reference to missing attribute: user_profile
asciidoctor: WARNING: skipping reference to missing attribute: user_profile
asciidoctor: WARNING: skipping reference to missing attribute: user_profile
asciidoctor: WARNING: skipping reference to missing attribute: user_profile
asciidoctor: WARNING: skipping reference to missing attribute: identity_provider
asciidoctor: WARNING: skipping reference to missing attribute: user_id
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: user_id
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: user_name
asciidoctor: WARNING: skipping reference to missing attribute: user_email
asciidoctor: WARNING: skipping reference to missing attribute: user_first_name
asciidoctor: WARNING: skipping reference to missing attribute: user_last_name
asciidoctor: WARNING: skipping reference to missing attribute: all_users_dump
asciidoctor: WARNING: skipping reference to missing attribute: che_postgres_db
asciidoctor: WARNING: skipping reference to missing attribute: user_id
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: dump
asciidoctor: WARNING: skipping reference to missing attribute: user_id
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: all_users_dump
asciidoctor: WARNING: skipping reference to missing attribute: che_postgres_db
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: che_postgres_db
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: user_name
asciidoctor: WARNING: skipping reference to missing attribute: che_postgres_db
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: user_email
asciidoctor: WARNING: skipping reference to missing attribute: che_postgres_db
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: user_first_name
asciidoctor: WARNING: skipping reference to missing attribute: che_postgres_db
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: user_last_name
asciidoctor: WARNING: skipping reference to missing attribute: openshift_user_id
asciidoctor: WARNING: skipping reference to missing attribute: all_users_dump
I would like. |
@themr0c way to address warnings is to move the scripts in a separate repository (e.g. a new che-incubator repo) |
New plan as of today's che leads call:
|
@nickboldt any progress? Do you need assistance? |
No progress, been fighting other fires. Hope to get to this later this week once the theia build issues are resolved |
Mario's agreed to take this task from me as I'm stil lswamped fighing build problems and will be on PTO next 2 weeks |
modules/administration-guide/partials/proc_migration-to-devworkspace-engine.adoc
Outdated
Show resolved
Hide resolved
…kspace-engine.adoc Co-authored-by: swatikarmarkar <[email protected]>
Will be replaced by #2269. |
Closing. This PR content has been updated and merged with #2269 |
I apologize for the erroneous closing. My mistake. |
Signed-off-by: Oleksandr Andriienko [email protected]
What does this pull request change?
Add doc about migration CHE from stable to stable all namespace CHE using OLM.
What issues does this pull request fix or reference?
eclipse-che/che#20614
CRW constants:
Specify the version of the product this pull request applies to
Pull Request checklist
The author and the reviewers validate the content of this pull request with the following checklist, in addition to the automated tests.
Validate language on files added or modified
step reports no vale warnings.