Skip to content

Commit d22b3e7

Browse files
committed
demos: move demos to a separate repo
1 parent d2fc50c commit d22b3e7

File tree

115 files changed

+6
-10843
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+6
-10843
lines changed

.gitignore

-16
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,5 @@ plugins/test/bin/
55
# release binary output directory
66
pkg/
77

8-
# ignore Vagrant related files
9-
*.log
10-
.vagrant
11-
128
# ignore GoLand IDE
139
.idea
14-
15-
# Terraform state files.
16-
*.tfstate
17-
*.tfstate.backup
18-
*.tfstate.*.backup
19-
.terraform.tfstate.lock.info
20-
21-
# Terraform module and provider directory.
22-
.terraform
23-
24-
# Terraform vars file
25-
terraform.tfvars

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Documentation is available on the [Nomad project website](https://www.nomadproje
4343

4444
## Demo
4545

46-
There are both [horizontal application scaling](./demo/vagrant/horizontal-app-scaling/README.md) and
47-
[dynamic application sizing](./demo/vagrant/dynamic-app-sizing/README.md) based demos available
46+
There are both [horizontal application scaling](https://github.com/hashicorp/nomad-autoscaler-demos/tree/main/vagrant/horizontal-app-scaling) and
47+
[dynamic application sizing](https://github.com/hashicorp/nomad-autoscaler-demos/tree/main/vagrant/dynamic-app-sizing) based demos available
4848
providing guided examples of running the autoscaler.
4949

50-
The [remote provider based demo](./demo/remote/README.md) provides guided examples of running horizontal
50+
The [cloud provider based demo](https://github.com/hashicorp/nomad-autoscaler-demos/tree/main/cloud) provides guided examples of running horizontal
5151
application and cluster scaling.
5252

5353
## Building

demo/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Nomad Autoscaler Demos
2+
3+
The Nomad Autoscaler demos were moved to [https://github.com/hashicorp/nomad-autoscaler-demos](https://github.com/hashicorp/nomad-autoscaler-demos)

demo/remote/README.md

-121
This file was deleted.

demo/remote/aws/.gitignore

-1
This file was deleted.

0 commit comments

Comments
 (0)