File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ reboot-machine02:
70
70
71
71
.PHONY : password01
72
72
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 }} "
74
74
75
75
.PHONY : password02
76
76
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 }} "
78
78
79
79
.PHONY : _privatenet
80
80
_privatenet :
Original file line number Diff line number Diff line change 1
1
---
2
- metal_stack_release_version : v0.1.2
2
+ metal_stack_release_version : v0.1.4
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ metal_api_admin_key: metal-admin
10
10
metal_api_nsq_tcp_address : nsqd:4150
11
11
12
12
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
17
17
features :
18
18
- 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
23
23
features :
24
24
- machine
25
25
You can’t perform that action at this time.
0 commit comments