Skip to content

Commit 36f04eb

Browse files
author
Sandro Koll
authored
Merge pull request #33 from metal-stack/updates
Updates
2 parents af0a2b7 + 9bf8e1d commit 36f04eb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ reboot-machine02:
7070

7171
.PHONY: password01
7272
password01: env
73-
docker-compose run metalctl machine describe e0ab02d2-27cd-5a5e-8efc-080ba80cf258 | grep consolepassword | cut -d: -f2
73+
docker-compose run metalctl machine ls --id e0ab02d2-27cd-5a5e-8efc-080ba80cf258 -o template --template "{{ .allocation.console_password }}"
7474

7575
.PHONY: password02
7676
password02: env
77-
docker-compose run metalctl machine describe 2294c949-88f6-5390-8154-fa53d93a3313 | grep consolepassword | cut -d: -f2
77+
docker-compose run metalctl machine ls --id 2294c949-88f6-5390-8154-fa53d93a3313 -o template --template "{{ .allocation.console_password }}"
7878

7979
.PHONY: _privatenet
8080
_privatenet:

group_vars/all/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
metal_stack_release_version: v0.1.2
2+
metal_stack_release_version: v0.1.4

group_vars/control-plane/metal.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ metal_api_admin_key: metal-admin
1010
metal_api_nsq_tcp_address: nsqd:4150
1111

1212
metal_api_images:
13-
- id: firewall-ubuntu-2.0.20200806
14-
name: Firewall 2 Ubuntu 20200806
15-
description: Firewall 2 Ubuntu 20200806
16-
url: http://images.metal-stack.io/metal-os/master/firewall/2.0-ubuntu/20200806/img.tar.lz4
13+
- id: firewall-ubuntu-2.0.20200824
14+
name: Firewall 2 Ubuntu 20200824
15+
description: Firewall 2 Ubuntu 20200824
16+
url: http://images.metal-stack.io/metal-os/master/firewall/2.0-ubuntu/20200824/img.tar.lz4
1717
features:
1818
- firewall
19-
- id: ubuntu-20.04.20200331
20-
name: Ubuntu 20.04 20200331
21-
description: Ubuntu 20.04 20200331
22-
url: http://images.metal-stack.io/metal-os/master/ubuntu/20.04/20200806/img.tar.lz4
19+
- id: ubuntu-20.04.20200824
20+
name: Ubuntu 20.04 20200824
21+
description: Ubuntu 20.04 20200824
22+
url: http://images.metal-stack.io/metal-os/master/ubuntu/20.04/20200824/img.tar.lz4
2323
features:
2424
- machine
2525

0 commit comments

Comments
 (0)