Skip to content

Commit

Permalink
Increase disk size for repository machine [hitachienergy#1640] (hitac…
Browse files Browse the repository at this point in the history
…hienergy#1768)

* raise disk space for repository machine

Co-authored-by: Tomasz Arendt <tomasz.arendt@pl.abb.com>
  • Loading branch information
2 people authored and rafzei committed Nov 26, 2020
1 parent 5cb8ff4 commit 25f4eae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixed

- [#1754](https://github.com/epiphany-platform/epiphany/issues/1754) - Fix Vault installation for setup without K8s
- [#1640](https://github.com/epiphany-platform/epiphany/issues/1640) - Default disk size for repository machine increased to 64 GB (AWS and Azure)

## [0.8.0rc1] 2020-10-08

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ title: "Virtual Machine Infra"
provider: aws
name: repository-machine
specification:
disks:
root:
volume_size: 64
size: t2.medium
security:
rules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@ title: "Virtual Machine Infra"
provider: azure
name: repository-machine
specification:
storage_os_disk:
disk_size_gb: 64
size: Standard_DS1_v2
security:
rules:
Expand Down

0 comments on commit 25f4eae

Please sign in to comment.