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

Update infrastructure_init.yaml

parent 4c4999e0
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ resources:
image: 7c24d54a-0ec9-47d3-902c-c263c81b48b4
networks:
- port: { get_resource: instance_port_1 }
user_data:
user_data:
str_replace:
template: |
#ps1_sysnative
......@@ -92,8 +92,8 @@ resources:
$user = [ADSI]'WinNT://./Administrator'
$user.SetPassword('Password.1')
exit 1001
association_1:
association_1:
type: OS::Nova::FloatingIPAssociation
properties:
floating_ip: { get_resource: floating_ip_1 }
......
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