Skip to content

Commit

Permalink
Update generated vmi-masquarade.yaml with ip6 related user data
Browse files Browse the repository at this point in the history
Signed-off-by: Alona Kaplan <[email protected]>
  • Loading branch information
AlonaKaplan committed Apr 5, 2020
1 parent 783ebda commit 3f0acd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/vmi-masquerade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ spec:
userData: |-
#!/bin/bash
echo "fedora" |passwd fedora --stdin
ip -6 addr add fd2e:f1fe:9490:a8ff::2/120 dev eth0
sleep 5
ip -6 route add default via fd2e:f1fe:9490:a8ff::1 src fd2e:f1fe:9490:a8ff::2
yum install -y nginx
systemctl enable nginx
systemctl start nginx
Expand Down

0 comments on commit 3f0acd2

Please sign in to comment.