Skip to content
Snippets Groups Projects
Commit bfbd8f46 authored by Martin Čuchran's avatar Martin Čuchran
Browse files

Update infrastructure_init.yaml

parent 83ac715e
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,13 @@ resources:
image: 7c24d54a-0ec9-47d3-902c-c263c81b48b4
networks:
- port: { get_resource: instance_port_1 }
user_data:
str_replace:
template: |
#ps1_sysnative
$ErrorActionPreference = 'Stop'
([adsi]“WinNT://127.0.0.1/Administrator”).SetPassword(“Password.1”)
exit 1001
association_1:
type: OS::Nova::FloatingIPAssociation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment