Skip to content

Commit

Permalink
Drop openshift start and openshift-node-config commands
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Jan 24, 2019
1 parent 15531a7 commit 4fe1c79
Show file tree
Hide file tree
Showing 75 changed files with 47 additions and 7,915 deletions.
11 changes: 4 additions & 7 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,13 +745,10 @@ framework](http://swagger.io) which aims to make it easier to document and
write clients for RESTful APIs. When you start OpenShift, the Swagger API
endpoint is exposed at `https://localhost:8443/swaggerapi`. The Swagger UI
makes it easy to view your documentation - to view the docs for your local
version of OpenShift start the server with CORS enabled:

$ openshift start --cors-allowed-origins=.*

and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs
a copy of the Swagger UI that points to localhost:8080 by default). Expand the
operations available on v1 to see the schemas (and to try the API directly).
version of OpenShift start the server with CORS enabled and then browse to
http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the
Swagger UI that points to localhost:8080 by default). Expand the operations
available on v1 to see the schemas (and to try the API directly).
Additionally, you can download swagger-ui from http://swagger.io/swagger-ui/
and use it to point to your local swagger API endpoint.

Expand Down
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,6 @@ test-extended:
test/extended/$(SUITE).sh
.PHONY: test-extended

# Run All-in-one OpenShift server.
#
# Example:
# make run
run: export OS_OUTPUT_BINPATH=$(shell bash -c 'source hack/lib/init.sh; echo $${OS_OUTPUT_BINPATH}')
run: export PLATFORM=$(shell bash -c 'source hack/lib/init.sh; os::build::host_platform')
run: build
$(OS_OUTPUT_BINPATH)/$(PLATFORM)/openshift start
.PHONY: run

# Remove all build artifacts.
#
# Example:
Expand Down
69 changes: 0 additions & 69 deletions cmd/openshift-node-config/openshift-node-config.go

This file was deleted.

67 changes: 0 additions & 67 deletions contrib/vagrant/provision-config.sh

This file was deleted.

52 changes: 0 additions & 52 deletions contrib/vagrant/provision-dind.sh

This file was deleted.

46 changes: 0 additions & 46 deletions contrib/vagrant/provision-full.sh

This file was deleted.

46 changes: 0 additions & 46 deletions contrib/vagrant/provision-master.sh

This file was deleted.

20 changes: 0 additions & 20 deletions contrib/vagrant/provision-minimal.sh

This file was deleted.

Loading

0 comments on commit 4fe1c79

Please sign in to comment.