1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

update some names

This commit is contained in:
paulfantom
2018-07-06 18:48:42 +02:00
parent 056dc97fa2
commit 8696d7a2f2
5 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ If we're wrong, PLEASE feel free to reopen it and explain why.
## Versions
### Tectonic version ([release](https://github.com/coreos/tectonic-installer/releases) or commit hash):
### Tectonic version ([release](https://github.com/openshift/installer/releases) or commit hash):
```
enter text here
```

View File

@@ -39,7 +39,7 @@ Due to their public nature, GitHub and mailing lists are not appropriate places
- Go get a couple of projects nesessary for updating docs and examples:
```shell
$ go get github.com/segmentio/terraform-docs
$ go get github.com/coreos/tectonic-installer/contrib/terraform-examples
$ go get github.com/openshift/installer/contrib/terraform-examples
```
### Contribution Flow
@@ -62,7 +62,7 @@ Thanks for your contributions!
## Coding Style
The coding style suggested by the Golang community is used in tectonic-installer. See the [style doc][golang-style] for details. Please follow them when working on your contributions.
The coding style suggested by the Golang community is used in installer. See the [style doc][golang-style] for details. Please follow them when working on your contributions.
Tectonic Installer includes syntax checks on the Terraform templates which will fail the PR checker for non-standard formatted code.

View File

@@ -12,8 +12,8 @@ In this example, we'll set the baseDomain to `tt.testing`, the name to `test1` a
#### 1.2 Clone the repo
```
git clone https://github.com/coreos/tectonic-installer.git
cd tectonic-installer
git clone https://github.com/openshift/installer.git
cd installer
```
#### 1.3 Download the Container Linux image

View File

@@ -21,4 +21,4 @@ done
PROJECT=$SCRIPT_DIR
set -x
docker run --user="${BUILDER_RUN_USER}" $ENV_STR --rm -v $PROJECT:/go/src/github.com/coreos/tectonic-installer -w /go/src/github.com/coreos/tectonic-installer $DOCKER_RUN_ARGS $BUILDER_IMAGE $@
docker run --user="${BUILDER_RUN_USER}" $ENV_STR --rm -v $PROJECT:/go/src/github.com/openshift/installer -w /go/src/github.com/openshift/installer $DOCKER_RUN_ARGS $BUILDER_IMAGE $@

View File

@@ -19,7 +19,7 @@ RUN go get -u github.com/golang/lint/golint
RUN go get github.com/jstemmer/go-junit-report
### Tools used by 'make structure-check'
RUN rm -rf /go/src/github.com/coreos/tectonic-installer/
RUN rm -rf /go/src/github.com/openshift/installer/
RUN go get github.com/bronze1man/yaml2json
### License parser