Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Fixes various issues. #13, #14, #17 and partially #15 #20

Closed
wants to merge 7 commits into from
Closed

Fixes various issues. #13, #14, #17 and partially #15 #20

wants to merge 7 commits into from

Conversation

jorgemoralespou
Copy link
Contributor

@gastaldi There's still need to fix versioning, when #16 can be totally understood, and fix #15 to include tags for the images being provided once the release process is correctly known.

@@ -41,11 +41,13 @@ parameters:
- description: OpenShift user name (leave empty when using Keycloak)
displayName: OpenShift user name
name: LAUNCHPAD_MISSIONCONTROL_OPENSHIFT_USERNAME
value: developer
value:
required: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is correct. A) because the username and password can be left empty if we want to use a token and B) the "developer/developer" is a correct default value. Right @gastaldi ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just read your explanation for this on the mailing list @jorgemoralespou . I understand using default username/password in a template is not best practice, but I'm not sure if ease-of-use is more important here or not ( @ALRubinger ? ). They still need to be optional though.

- description: OpenShift password (leave empty when using Keycloak)
displayName: OpenShift password
name: LAUNCHPAD_MISSIONCONTROL_OPENSHIFT_PASSWORD
value: developer
value:
required: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

displayName: OpenShift user name
description: OpenShift user name (leave empty when using Keycloak)
value:
required: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not supposed to be required

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The template will help Minishift users to get started quickly, so I guess it makes sense to have developer as the default value for the user and password

displayName: OpenShift password
description: OpenShift password (leave empty when using Keycloak)
value:
required: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required

@quintesse
Copy link
Collaborator

Ok, merged a clean-up version of this manually. Closing. Thanks Jorge!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Imagestreams to the template
3 participants