Rename github org references to sclorg
Addresses openshift/origin##19998
This commit is contained in:
parent
24e7e684ac
commit
9b0e5f1539
10 changed files with 28 additions and 28 deletions
|
@ -5,10 +5,10 @@ To do this, run:
|
|||
|
||||
```bash
|
||||
# create the nodejs example as usual
|
||||
oc new-app https://github.com/openshift/nodejs-ex
|
||||
oc new-app https://github.com/sclorg/nodejs-ex
|
||||
|
||||
# now create the pipeline build controller from the openshift/pipeline
|
||||
# subdirectory
|
||||
oc new-app https://github.com/openshift/nodejs-ex \
|
||||
oc new-app https://github.com/sclorg/nodejs-ex \
|
||||
--context-dir=openshift/pipeline --name nodejs-ex-pipeline
|
||||
```
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
"name": "nodejs-mongo-persistent",
|
||||
"annotations": {
|
||||
"openshift.io/display-name": "Node.js + MongoDB",
|
||||
"description": "An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"description": "An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.",
|
||||
"tags": "quickstart,nodejs",
|
||||
"iconClass": "icon-nodejs",
|
||||
"openshift.io/long-description": "This template defines resources needed to develop a NodeJS application, including a build configuration, application deployment configuration, and database deployment configuration.",
|
||||
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
||||
"openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
|
||||
"openshift.io/documentation-url": "https://github.com/sclorg/nodejs-ex",
|
||||
"openshift.io/support-url": "https://access.redhat.com",
|
||||
"template.openshift.io/bindable": "false"
|
||||
}
|
||||
},
|
||||
"message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.",
|
||||
"labels": {
|
||||
"template": "nodejs-mongo-persistent"
|
||||
},
|
||||
|
@ -488,7 +488,7 @@
|
|||
"displayName": "Git Repository URL",
|
||||
"description": "The URL of the repository with your application source code.",
|
||||
"required": true,
|
||||
"value": "https://github.com/openshift/nodejs-ex.git"
|
||||
"value": "https://github.com/sclorg/nodejs-ex.git"
|
||||
},
|
||||
{
|
||||
"name": "SOURCE_REPOSITORY_REF",
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
"name": "nodejs-mongodb-example",
|
||||
"annotations": {
|
||||
"openshift.io/display-name": "Node.js + MongoDB (Ephemeral)",
|
||||
"description": "An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
|
||||
"description": "An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
|
||||
"tags": "quickstart,nodejs",
|
||||
"iconClass": "icon-nodejs",
|
||||
"openshift.io/long-description": "This template defines resources needed to develop a NodeJS application, including a build configuration, application deployment configuration, and database deployment configuration. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.",
|
||||
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
||||
"openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
|
||||
"openshift.io/documentation-url": "https://github.com/sclorg/nodejs-ex",
|
||||
"openshift.io/support-url": "https://access.redhat.com",
|
||||
"template.openshift.io/bindable": "false"
|
||||
}
|
||||
},
|
||||
"message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.",
|
||||
"labels": {
|
||||
"template": "nodejs-mongodb-example",
|
||||
"app": "nodejs-mongodb-example"
|
||||
|
@ -465,7 +465,7 @@
|
|||
"displayName": "Git Repository URL",
|
||||
"description": "The URL of the repository with your application source code.",
|
||||
"required": true,
|
||||
"value": "https://github.com/openshift/nodejs-ex.git"
|
||||
"value": "https://github.com/sclorg/nodejs-ex.git"
|
||||
},
|
||||
{
|
||||
"name": "SOURCE_REPOSITORY_REF",
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
"name": "nodejs-example",
|
||||
"annotations": {
|
||||
"openshift.io/display-name": "Node.js",
|
||||
"description": "An example Node.js application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"description": "An example Node.js application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.",
|
||||
"tags": "quickstart,nodejs",
|
||||
"iconClass": "icon-nodejs",
|
||||
"openshift.io/long-description": "This template defines resources needed to develop a NodeJS application, including a build configuration and application deployment configuration. It does not include a database.",
|
||||
"openshift.io/provider-display-name": "Red Hat, Inc.",
|
||||
"openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
|
||||
"openshift.io/documentation-url": "https://github.com/sclorg/nodejs-ex",
|
||||
"openshift.io/support-url": "https://access.redhat.com",
|
||||
"template.openshift.io/bindable": "false"
|
||||
}
|
||||
},
|
||||
"message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.",
|
||||
"labels": {
|
||||
"template": "nodejs-example",
|
||||
"app": "nodejs-example"
|
||||
|
@ -250,7 +250,7 @@
|
|||
"displayName": "Git Repository URL",
|
||||
"description": "The URL of the repository with your application source code.",
|
||||
"required": true,
|
||||
"value": "https://github.com/openshift/nodejs-ex.git"
|
||||
"value": "https://github.com/sclorg/nodejs-ex.git"
|
||||
},
|
||||
{
|
||||
"name": "SOURCE_REPOSITORY_REF",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue