Skip to content

Commit

Permalink
Merge pull request #33 from metal-stack/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Sandro Koll authored Aug 26, 2020
2 parents af0a2b7 + 9bf8e1d commit 36f04eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ reboot-machine02:

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

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

.PHONY: _privatenet
_privatenet:
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all/images.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
metal_stack_release_version: v0.1.2
metal_stack_release_version: v0.1.4
16 changes: 8 additions & 8 deletions group_vars/control-plane/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ metal_api_admin_key: metal-admin
metal_api_nsq_tcp_address: nsqd:4150

metal_api_images:
- id: firewall-ubuntu-2.0.20200806
name: Firewall 2 Ubuntu 20200806
description: Firewall 2 Ubuntu 20200806
url: http://images.metal-stack.io/metal-os/master/firewall/2.0-ubuntu/20200806/img.tar.lz4
- id: firewall-ubuntu-2.0.20200824
name: Firewall 2 Ubuntu 20200824
description: Firewall 2 Ubuntu 20200824
url: http://images.metal-stack.io/metal-os/master/firewall/2.0-ubuntu/20200824/img.tar.lz4
features:
- firewall
- id: ubuntu-20.04.20200331
name: Ubuntu 20.04 20200331
description: Ubuntu 20.04 20200331
url: http://images.metal-stack.io/metal-os/master/ubuntu/20.04/20200806/img.tar.lz4
- id: ubuntu-20.04.20200824
name: Ubuntu 20.04 20200824
description: Ubuntu 20.04 20200824
url: http://images.metal-stack.io/metal-os/master/ubuntu/20.04/20200824/img.tar.lz4
features:
- machine

Expand Down

0 comments on commit 36f04eb

Please sign in to comment.