Merge pull request #484 from shaderecker/debian10

Switch to Debian 10 image for Open Telekom Cloud
This commit is contained in:
Marco Ochse 2019-11-13 19:55:11 +01:00 committed by GitHub
commit ca01bfd82f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ Located at [`openstack/roles/deploy/vars/main.yaml`](openstack/roles/deploy/vars
Here you can customize your virtual machine specifications:
- Specify the region name
- Choose an availability zone. For Open Telekom Cloud reference see [here](https://docs.otc.t-systems.com/en-us/endpoint/index.html).
- Change the OS image (For T-Pot we need Debian 9)
- Change the OS image (For T-Pot we need Debian)
- (Optional) Change the volume size
- Specify your key pair (:warning: Mandatory)
- (Optional) Change the instance type (flavor)
@ -138,7 +138,7 @@ Here you can customize your virtual machine specifications:
```
region_name: eu-de
availability_zone: eu-de-03
image: Standard_Debian_9_latest
image: Standard_Debian_10_latest
volume_size: 128
key_name: your-KeyPair
flavor: s2.medium.8

View file

@ -1,6 +1,6 @@
region_name: eu-de
availability_zone: eu-de-03
image: Standard_Debian_9_latest
image: Standard_Debian_10_latest
volume_size: 128
key_name: your-KeyPair
flavor: s2.medium.8